diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2001-09-02 01:55:08 +0800 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2001-09-02 01:55:08 +0800 |
commit | be0698ce8477d45968dfcd18741cb5d01d79a7f7 (patch) | |
tree | 8a6d18ea1f7b58f770d0e52c5030e314f8e4510e /astro | |
parent | 9da8d2b962428d65357dfffed4c03cf4cc69fade (diff) | |
download | freebsd-ports-gnome-be0698ce8477d45968dfcd18741cb5d01d79a7f7.tar.gz freebsd-ports-gnome-be0698ce8477d45968dfcd18741cb5d01d79a7f7.tar.zst freebsd-ports-gnome-be0698ce8477d45968dfcd18741cb5d01d79a7f7.zip |
Update to 2.4
PR: 27206
Diffstat (limited to 'astro')
-rw-r--r-- | astro/xtide/Makefile | 10 | ||||
-rw-r--r-- | astro/xtide/distinfo | 4 |
2 files changed, 7 insertions, 7 deletions
diff --git a/astro/xtide/Makefile b/astro/xtide/Makefile index 48ed2f2253b4..84df6ec6aebd 100644 --- a/astro/xtide/Makefile +++ b/astro/xtide/Makefile @@ -6,17 +6,17 @@ # PORTNAME= xtide -PORTVERSION= 2.2.2 +PORTVERSION= 2.4 CATEGORIES= astro -MASTER_SITES= ftp://ftp.flaterco.com/xtide/ -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} harmonics.world.gz +MASTER_SITES= ftp://bel-marduk.unh.edu/xtide/ +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} harmonics.txt.gz EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= patseal@hyperhost.net LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png -IGNOREFILES= harmonics.world.gz +IGNOREFILES= harmonics.txt.gz USE_XPM= yes USE_X_PREFIX= yes @@ -25,7 +25,7 @@ MAN1= xtide.1 tide.1 MANCOMPRESSED= no post-extract: - @${GZCAT} ${DISTDIR}/harmonics.world.gz > ${WRKSRC}/harmonics + @${GZCAT} ${DISTDIR}/harmonics.txt.gz > ${WRKSRC}/harmonics post-patch: @${PERL} -pi -e "s:%%PREFIX%%:${PREFIX}:g" ${WRKSRC}/TideContext.cc diff --git a/astro/xtide/distinfo b/astro/xtide/distinfo index 6cf1f32e1641..3e0abc205d61 100644 --- a/astro/xtide/distinfo +++ b/astro/xtide/distinfo @@ -1,2 +1,2 @@ -MD5 (xtide-2.2.2.tar.gz) = 971cfc118b4c889a90a49e60030acdef -MD5 (harmonics.world.gz) = IGNORE +MD5 (xtide-2.4.tar.gz) = 8ae0e57f68b1df5e6594a609ef8e2271 +MD5 (harmonics.txt.gz) = IGNORE |