diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-12-17 21:47:23 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-12-17 21:47:23 +0000 |
commit | f706d76da881811f98256bf3a6dec748784d555d (patch) | |
tree | 29cdbebbc53849bd2431bc6df8f4fa0a6333844e /astro | |
parent | c1aaffc37612f12753b6fb63184acad66fca487d (diff) | |
download | ports-f706d76da881811f98256bf3a6dec748784d555d.tar.gz ports-f706d76da881811f98256bf3a6dec748784d555d.zip |
Notes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/xtide/Makefile | 16 | ||||
-rw-r--r-- | astro/xtide/distinfo | 12 |
2 files changed, 12 insertions, 16 deletions
diff --git a/astro/xtide/Makefile b/astro/xtide/Makefile index 3f38746d8e0d..d6920b4d491c 100644 --- a/astro/xtide/Makefile +++ b/astro/xtide/Makefile @@ -6,10 +6,10 @@ # PORTNAME= xtide -PORTVERSION= 2.8.2 +PORTVERSION= 2.8.3 CATEGORIES= astro -MASTER_SITES= ftp://bel-marduk.unh.edu/xtide/ -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} harmonics-dwf-2005-06-05-v2.tcd.gz +MASTER_SITES= ftp://ftp.flaterco.com/xtide/ +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} harmonics-dwf-20060708.tcd.bz2 EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org @@ -17,23 +17,19 @@ COMMENT= Harmonic tide clock and tide predictor LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png -USE_X_PREFIX= yes -USE_XPM= yes +USE_BZIP2= yes +USE_XLIB= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ENV= extracxxflags="${CPPFLAGS}" extraldflags="${LDFLAGS}" MAN1= tide.1 xtide.1 MAN8= xttpd.8 PLIST_FILES= bin/tide bin/xtide bin/xttpd %%DATADIR%%/harmonics.tcd PLIST_DIRS= %%DATADIR%% -CPPFLAGS= `pkg-config --cflags-only-I libpng12` -I${LOCALBASE}/include -LDFLAGS= `pkg-config --libs-only-L libpng12` -L${LOCALBASE}/lib - post-extract: - @${GZCAT} ${DISTDIR}/harmonics-dwf-2005-06-05-v2.tcd.gz \ + @${BZCAT} ${DISTDIR}/harmonics-dwf-20060708.tcd.bz2 \ > ${WRKSRC}/harmonics.tcd post-patch: diff --git a/astro/xtide/distinfo b/astro/xtide/distinfo index 9be8945490b0..64329d838014 100644 --- a/astro/xtide/distinfo +++ b/astro/xtide/distinfo @@ -1,6 +1,6 @@ -MD5 (xtide-2.8.2.tar.gz) = 3218480ad7e147549b56cfa9fa103b50 -SHA256 (xtide-2.8.2.tar.gz) = 6556ef0f3650692c0e7f6bd7c2f86494b191d54bec342bd76ca9ced88783d0b3 -SIZE (xtide-2.8.2.tar.gz) = 528525 -MD5 (harmonics-dwf-2005-06-05-v2.tcd.gz) = 2c7e2c5ee2ae5c8b95b926ec8c3ecf56 -SHA256 (harmonics-dwf-2005-06-05-v2.tcd.gz) = 17c465aa8fdda66e7e28d5d8cdbd83e65a2ec7e9e5bf790b6cf387a753e4dadb -SIZE (harmonics-dwf-2005-06-05-v2.tcd.gz) = 392135 +MD5 (xtide-2.8.3.tar.bz2) = 653fd807116290ab96bd5aa1bb974315 +SHA256 (xtide-2.8.3.tar.bz2) = cf99652ec24bf1f19745bd3e482adad5ac76c385d91209d7816e8b65401538cd +SIZE (xtide-2.8.3.tar.bz2) = 463382 +MD5 (harmonics-dwf-20060708.tcd.bz2) = 7e8acfeb5aa454c1c19fc14bb7263513 +SHA256 (harmonics-dwf-20060708.tcd.bz2) = f1f9b44df515b7457684a3da5c34f765ef4fd358f429a1510eeb974697d175df +SIZE (harmonics-dwf-20060708.tcd.bz2) = 477682 |