diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-03-01 22:33:17 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-03-01 22:33:17 +0800 |
commit | 937d9ee7ca4b0405293361518ddb10fec8ff365f (patch) | |
tree | 836fd0675671313186c4e83a6ee139e8d1670d0c | |
parent | 56671f52483784b26d5b0116568c44e8e11df8e4 (diff) | |
download | freebsd-ports-gnome-937d9ee7ca4b0405293361518ddb10fec8ff365f.tar.gz freebsd-ports-gnome-937d9ee7ca4b0405293361518ddb10fec8ff365f.tar.zst freebsd-ports-gnome-937d9ee7ca4b0405293361518ddb10fec8ff365f.zip |
- Update to 4.3.3.1
- Strip shared library
Changes: http://www.unidata.ucar.edu/software/netcdf/docs/release_notes.html
-rw-r--r-- | science/netcdf/Makefile | 3 | ||||
-rw-r--r-- | science/netcdf/distinfo | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/science/netcdf/Makefile b/science/netcdf/Makefile index e1aca27cfc7f..808328580b3f 100644 --- a/science/netcdf/Makefile +++ b/science/netcdf/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= netcdf -PORTVERSION= 4.3.3 +PORTVERSION= 4.3.3.1 CATEGORIES= science MASTER_SITES= http://www.unidata.ucar.edu/downloads/netcdf/ftp/ \ ftp://ftp.unidata.ucar.edu/pub/netcdf/ \ @@ -24,6 +24,7 @@ SZIP_DESC= SZIP support (required if HDF5 was built with SZIP) CONFIGURE_ARGS= --enable-netcdf-4 CPPFLAGS+= -I${WRKSRC}/include -I${LOCALBASE}/include -fPIC -DPIC GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip LIBS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes USES= libtool pathfix diff --git a/science/netcdf/distinfo b/science/netcdf/distinfo index d98ed2a974e4..bf0fa12f154f 100644 --- a/science/netcdf/distinfo +++ b/science/netcdf/distinfo @@ -1,2 +1,2 @@ -SHA256 (netcdf-4.3.3.tar.gz) = 83223ed74423c685a10f6c3cfa15c2d6bf7dc84b46af1e95b9fa862016aaa27e -SIZE (netcdf-4.3.3.tar.gz) = 5039341 +SHA256 (netcdf-4.3.3.1.tar.gz) = bdde3d8b0e48eed2948ead65f82c5cfb7590313bc32c4cf6c6546e4cea47ba19 +SIZE (netcdf-4.3.3.1.tar.gz) = 4999463 |