diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2006-03-29 20:25:38 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2006-03-29 20:25:38 +0000 |
commit | a4cead9dffb1dc22049db0b891c754216783baf4 (patch) | |
tree | 2ca072d34ef0cc44b1d379b528c88e8208b74a93 /science | |
parent | freeradius -- EAP-MSCHAPv2 Authentication Bypass (diff) |
Chase another silent update: minor fixes in Bourne shell variables and help
file.
Full diff at
<http://people.freebsd.org/~thierry/ports/cdf31_4-dist_cdf31_5-dist.diff>.
Reported by: dosirak via Kris
Notes
Notes:
svn path=/head/; revision=158396
Diffstat (limited to 'science')
-rw-r--r-- | science/cdf/Makefile | 10 | ||||
-rw-r--r-- | science/cdf/distinfo | 6 |
2 files changed, 11 insertions, 5 deletions
diff --git a/science/cdf/Makefile b/science/cdf/Makefile index 78c22e098a77..81fc0dd08ccd 100644 --- a/science/cdf/Makefile +++ b/science/cdf/Makefile @@ -7,7 +7,7 @@ PORTNAME= cdf3 PORTVERSION= 3.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= science MASTER_SITES= ftp://nssdcftp.gsfc.nasa.gov/standards/cdf/dist/cdf${VER}/unix/ \ http://windsor.gsfc.nasa.gov/standards/cdf/dist/cdf${VER}/unix/ @@ -32,6 +32,12 @@ PKGMESSAGE= ${WRKDIR}/pkg-message DEFS= B C K PORTDOCS= CDF_copyright.txt CHANGES.txt Release.notes Welcome.txt +.include <bsd.port.pre.mk> + +.if ${ARCH} == "sparc64" +BROKEN= Does not compile on ${ARCH} +.endif + pre-configure: .for def in ${DEFS} ${REINPLACE_CMD} -e 's|<path>|${PREFIX}|' \ @@ -58,4 +64,4 @@ regression-test: build ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} test) .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/science/cdf/distinfo b/science/cdf/distinfo index 20fe7c313072..3313eede7f5c 100644 --- a/science/cdf/distinfo +++ b/science/cdf/distinfo @@ -1,3 +1,3 @@ -MD5 (cdf3-3.1_4/cdf31-dist-cdf.tar.gz) = 19856aba95051b4c76e594e4af80e2b1 -SHA256 (cdf3-3.1_4/cdf31-dist-cdf.tar.gz) = f8ccb5b24ea3065a7dd08dd5753ca967ef4df01e9a002bf2c3d466a56b87b72f -SIZE (cdf3-3.1_4/cdf31-dist-cdf.tar.gz) = 927285 +MD5 (cdf3-3.1_5/cdf31-dist-cdf.tar.gz) = 8348c772c99084e243999997849584c6 +SHA256 (cdf3-3.1_5/cdf31-dist-cdf.tar.gz) = a0dc6ceb5582517024e7b7c500e9a13c8e805248f73ff2af825b030b16e25027 +SIZE (cdf3-3.1_5/cdf31-dist-cdf.tar.gz) = 927431 |