diff options
author | Josh Paetzel <jpaetzel@FreeBSD.org> | 2017-05-24 21:30:42 +0000 |
---|---|---|
committer | Josh Paetzel <jpaetzel@FreeBSD.org> | 2017-05-24 21:30:42 +0000 |
commit | 20c2b1c3556296ccf4a68c6fa956e1c387cfac52 (patch) | |
tree | db456756dc33104f55b075a1939911c4f5d406b6 /astro/xephem | |
parent | 8d94415f8ba4e9db94a4a3b53eb347d5ec81b47b (diff) | |
download | ports-20c2b1c3556296ccf4a68c6fa956e1c387cfac52.tar.gz ports-20c2b1c3556296ccf4a68c6fa956e1c387cfac52.zip |
Notes
Diffstat (limited to 'astro/xephem')
-rw-r--r-- | astro/xephem/Makefile | 6 | ||||
-rw-r--r-- | astro/xephem/distinfo | 5 |
2 files changed, 6 insertions, 5 deletions
diff --git a/astro/xephem/Makefile b/astro/xephem/Makefile index f4569378fd91..56e27b0905a0 100644 --- a/astro/xephem/Makefile +++ b/astro/xephem/Makefile @@ -4,14 +4,14 @@ PORTNAME= xephem PORTVERSION= 3.7.7 CATEGORIES= astro -MASTER_SITES= # http://www.clearskyinstitute.com/xephem/ +MASTER_SITES= http://www.clearskyinstitute.com/xephem/ MAINTAINER= jpaetzel@FreeBSD.org COMMENT= Interactive astronomical ephemeris program LIB_DEPENDS= libpng.so:graphics/png -USES= gmake jpeg motif +USES= gmake jpeg motif tar:tgz LDFLAGS+= -lfontconfig USE_XORG= xp xt xext xmu x11 xft MAKE_JOBS_UNSAFE= yes @@ -21,7 +21,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/GUI/xephem RESTRICTED= Personal use only # XXX needs to be the same as DISTFILES -XEPHEMSRC= ${PORTNAME}-${PORTVERSION}.tar.gz +XEPHEMSRC= ${PORTNAME}-${PORTVERSION}.tgz .include <bsd.port.pre.mk> diff --git a/astro/xephem/distinfo b/astro/xephem/distinfo index 81b39180bbd8..3e0f0f3137ba 100644 --- a/astro/xephem/distinfo +++ b/astro/xephem/distinfo @@ -1,2 +1,3 @@ -SHA256 (xephem-3.7.7.tar.gz) = d1f8e17cfc5d2e3af5fd5a8bcf34bbf99a79d40f66326c098a819f82af62b4b7 -SIZE (xephem-3.7.7.tar.gz) = 18128523 +TIMESTAMP = 1495658161 +SHA256 (xephem-3.7.7.tgz) = fb0b889218322c1cc0b994da7125e624e4f0112d9da1c468936600d1179e55de +SIZE (xephem-3.7.7.tgz) = 18128521 |