diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-12-23 10:02:12 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-12-23 10:02:12 +0000 |
commit | c3084c40ae24879e1f3698c3ef427c69b265f040 (patch) | |
tree | 477187063dcb4192a90af883953f6a6c97202fe3 | |
parent | Update to 2004.12.23. (diff) |
[PATCH] astro/celestia: point to correct full complete source tarball
The astro/celestia port Makefile v1.17 is currently pointing
to a known incomplete source tarball.
Change MASTER_SITES to point to SourceForge's repositories
for Celestia. Change distinfo to correlate.
PR: ports/68252
Submitted by: "Paul Seniura" <pdseniura@techie.com>
Approved by: maintainer timeout
Notes
Notes:
svn path=/head/; revision=124950
-rw-r--r-- | astro/celestia/Makefile | 5 | ||||
-rw-r--r-- | astro/celestia/distinfo | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/astro/celestia/Makefile b/astro/celestia/Makefile index c0fdc56a374e..3ea73b8717d7 100644 --- a/astro/celestia/Makefile +++ b/astro/celestia/Makefile @@ -8,8 +8,7 @@ PORTNAME= celestia PORTVERSION= 1.3.1 CATEGORIES= astro -MASTER_SITES= http://fresh.t-systems-sfr.com/unix/src/misc/ -# ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= celestia MAINTAINER= trevor@FreeBSD.org @@ -26,7 +25,7 @@ OPTIONS+= LUA "Lua support" off PLIST= ${WRKDIR}/pkg-plist USE_REINPLACE= yes USE_GMAKE= yes -USE_MESA= yes +USE_GL= yes USE_X_PREFIX= yes # GTK+ support is deprecated and broken diff --git a/astro/celestia/distinfo b/astro/celestia/distinfo index ec9658220ba9..4e537e37b6f7 100644 --- a/astro/celestia/distinfo +++ b/astro/celestia/distinfo @@ -1,2 +1,2 @@ -MD5 (celestia-1.3.1.tar.gz) = 6b5fd597e497b951228c83d4e756a340 -SIZE (celestia-1.2.4.tar.gz) = 10280646 +MD5 (celestia-1.3.1.tar.gz) = fcb73c43f5899f8f7e6d0c619a818a8b +SIZE (celestia-1.3.1.tar.gz) = 13291363 |