diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-12-28 21:14:31 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-12-28 21:14:31 +0800 |
commit | ed520e4a51820307580c0958df1e93a1fe8627ce (patch) | |
tree | f3657bb4a054648ae13a7b11e23acbfe2bc82481 /science | |
parent | 3780058c9d9ee5c64087b601b5326bb9c654a25a (diff) | |
download | freebsd-ports-gnome-ed520e4a51820307580c0958df1e93a1fe8627ce.tar.gz freebsd-ports-gnome-ed520e4a51820307580c0958df1e93a1fe8627ce.tar.zst freebsd-ports-gnome-ed520e4a51820307580c0958df1e93a1fe8627ce.zip |
- Update to 1.6.7
- Use INSTALL_TARGET=install-strip instead of STRIP_CMD
Changes: https://code.zmaw.de/news/284
https://code.zmaw.de/news/275
Diffstat (limited to 'science')
-rw-r--r-- | science/cdo/Makefile | 9 | ||||
-rw-r--r-- | science/cdo/distinfo | 4 |
2 files changed, 5 insertions, 8 deletions
diff --git a/science/cdo/Makefile b/science/cdo/Makefile index dbbe1988d03e..f50cc3078fca 100644 --- a/science/cdo/Makefile +++ b/science/cdo/Makefile @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= cdo -PORTVERSION= 1.6.4 -PORTREVISION= 1 +PORTVERSION= 1.6.7 CATEGORIES= science -MASTER_SITES= https://code.zmaw.de/attachments/download/8376/ \ +MASTER_SITES= https://code.zmaw.de/attachments/download/9444/ \ LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org @@ -28,6 +27,7 @@ CONFIGURE_ARGS= --disable-cgribex \ --program-transform-name="" \ --with-zlib=/usr GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip LDFLAGS+= -L${LOCALBASE}/lib -pthread USE_LDCONFIG= yes USES= gmake libtool pathfix @@ -73,9 +73,6 @@ CFLAGS+= -DPTHREAD_MUTEXATTR_CONDATTR post-patch: @${REINPLACE_CMD} -e 's|$$(libdir)/\($$$$pkgconfigfile\)|${PREFIX}/libdata/\1|' ${WRKSRC}/libcdi/src/Makefile.in -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libcdi.so.0 - regression-test test: build .if ${PORT_OPTIONS:MNETCDF} @cd ${WRKSRC}/ && ${SETENV} CDO_PATH=src/cdo src/cdotest diff --git a/science/cdo/distinfo b/science/cdo/distinfo index 8a152bd24192..9ad51a542789 100644 --- a/science/cdo/distinfo +++ b/science/cdo/distinfo @@ -1,2 +1,2 @@ -SHA256 (cdo-1.6.4.tar.gz) = 5ade399250b0d816d46bbe51437db1d11058bb79b7dd871907248e6e32b6e866 -SIZE (cdo-1.6.4.tar.gz) = 6507834 +SHA256 (cdo-1.6.7.tar.gz) = b7471dbe50d3726277ce30a92a429427158445e08bb90a8f9cb3aaa5b46f9e56 +SIZE (cdo-1.6.7.tar.gz) = 6285223 |