diff options
author | thierry <thierry@FreeBSD.org> | 2007-12-12 05:08:51 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2007-12-12 05:08:51 +0800 |
commit | d3bc1fe0c6f2e985f60b549bdc587e0fb2733dae (patch) | |
tree | 713de9c9489a35bd977e146d10b6cb867198d10a /science | |
parent | 7600fce63e1a244fa859c170c80173ae4b5c2644 (diff) | |
download | freebsd-ports-gnome-d3bc1fe0c6f2e985f60b549bdc587e0fb2733dae.tar.gz freebsd-ports-gnome-d3bc1fe0c6f2e985f60b549bdc587e0fb2733dae.tar.zst freebsd-ports-gnome-d3bc1fe0c6f2e985f60b549bdc587e0fb2733dae.zip |
Upgrade to 3.2.
Changelog at
<ftp://cdaweb.gsfc.nasa.gov/pub/cdf/dist/cdf32/unix/CHANGES.txt>.
Diffstat (limited to 'science')
-rw-r--r-- | science/cdf/Makefile | 14 | ||||
-rw-r--r-- | science/cdf/distinfo | 6 | ||||
-rw-r--r-- | science/cdf/pkg-plist | 6 |
3 files changed, 14 insertions, 12 deletions
diff --git a/science/cdf/Makefile b/science/cdf/Makefile index 1068ff5c2b95..3651931be1d2 100644 --- a/science/cdf/Makefile +++ b/science/cdf/Makefile @@ -6,13 +6,11 @@ # PORTNAME= cdf3 -PORTVERSION= 3.1 -PORTREVISION= 7 +PORTVERSION= 3.2 CATEGORIES= science MASTER_SITES= ${MASTER_SITE_LOCAL} \ - ftp://nssdcftp.gsfc.nasa.gov/standards/cdf/dist/cdf${VER}/unix-linux/ \ - http://windsor.gsfc.nasa.gov/standards/cdf/dist/cdf${VER}/unix-linux/ -MASTER_SITE_SUBDIR= thierry/${PKGNAME} + ftp://cdaweb.gsfc.nasa.gov/pub/cdf/dist/cdf${VER}/unix/ +MASTER_SITE_SUBDIR= thierry/${PORTNAME} DISTNAME= cdf${VER}-dist-cdf DIST_SUBDIR= ${PKGNAME} @@ -27,7 +25,7 @@ VER= ${PORTVERSION:S/.//} USE_FORTRAN= yes -WRKSRC= ${WRKDIR}/cdf${VER}-dist +WRKSRC= ${WRKDIR}/cdf${VER}-dist-readonly SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message @@ -60,10 +58,8 @@ post-install: @${CAT} ${PKGMESSAGE} @${ECHO_MSG} -.if defined(MAINTAINER_MODE) -regression-test: build +regression-test: (cd ${BUILD_WRKSRC} ; \ ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} test) -.endif .include <bsd.port.post.mk> diff --git a/science/cdf/distinfo b/science/cdf/distinfo index 5a3bc2825d78..72321081b6ce 100644 --- a/science/cdf/distinfo +++ b/science/cdf/distinfo @@ -1,3 +1,3 @@ -MD5 (cdf3-3.1_7/cdf31-dist-cdf.tar.gz) = 7ff40108c9898ad5cd2fe432ede961cb -SHA256 (cdf3-3.1_7/cdf31-dist-cdf.tar.gz) = 62961877b2912c70e813f97f5226de808dc108e637638197ac88fc52ab5dbfec -SIZE (cdf3-3.1_7/cdf31-dist-cdf.tar.gz) = 934350 +MD5 (cdf3-3.2/cdf32-dist-cdf.tar.gz) = 8c665c013f6fe1d2ad4968dfdc14431f +SHA256 (cdf3-3.2/cdf32-dist-cdf.tar.gz) = 2da085abfb3380849befc42cbfa0e8b663e2395a05a423583be4b07dd2fb14c0 +SIZE (cdf3-3.2/cdf32-dist-cdf.tar.gz) = 966523 diff --git a/science/cdf/pkg-plist b/science/cdf/pkg-plist index 8688ef561f60..b353988c2a78 100644 --- a/science/cdf/pkg-plist +++ b/science/cdf/pkg-plist @@ -5,6 +5,8 @@ bin/cdfdump bin/cdfedit bin/cdfexport bin/cdfinquire +bin/cdfirsdump +bin/cdfmerge bin/cdfstats bin/definitions.B bin/definitions.C @@ -32,6 +34,10 @@ lib/cdf/help/cdfedit.olh lib/cdf/help/cdfeditj.olh lib/cdf/help/cdfinq.olh lib/cdf/help/cdfinqj.olh +lib/cdf/help/cdfirsdump.olh +lib/cdf/help/cdfirsdumpj.olh +lib/cdf/help/cdfmerge.olh +lib/cdf/help/cdfmergej.olh lib/cdf/help/cdfstatj.olh lib/cdf/help/cdfstats.olh lib/cdf/help/cdfxp.ilh |