diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-03-22 04:07:44 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-03-22 04:07:44 +0800 |
commit | e58ba409c70b6693d7b89f5757967d97dd38c577 (patch) | |
tree | d730d0fbf6046da7d6419747f4167f2f2eb8473d /science | |
parent | 45cae64ab6b367a1c9dc836fd310b36943bfea1b (diff) | |
download | freebsd-ports-gnome-e58ba409c70b6693d7b89f5757967d97dd38c577.tar.gz freebsd-ports-gnome-e58ba409c70b6693d7b89f5757967d97dd38c577.tar.zst freebsd-ports-gnome-e58ba409c70b6693d7b89f5757967d97dd38c577.zip |
- Convert to new USE_GITHUB usage and remove deprecated GH_COMMIT
- Add GitHub repository to WWW
Diffstat (limited to 'science')
-rw-r--r-- | science/netcdf-cxx/Makefile | 4 | ||||
-rw-r--r-- | science/netcdf-cxx/distinfo | 4 | ||||
-rw-r--r-- | science/netcdf-cxx/pkg-descr | 3 |
3 files changed, 5 insertions, 6 deletions
diff --git a/science/netcdf-cxx/Makefile b/science/netcdf-cxx/Makefile index 6801abc249b1..7f0e82d743bb 100644 --- a/science/netcdf-cxx/Makefile +++ b/science/netcdf-cxx/Makefile @@ -18,12 +18,12 @@ GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes USES= libtool pathfix +WRKSRC= ${WRKDIR}/${PORTNAME}4-${PORTVERSION} -USE_GITHUB= yes GH_ACCOUNT= Unidata -GH_COMMIT= b477274 GH_PROJECT= ${PORTNAME}4 GH_TAGNAME= v${PORTVERSION} +USE_GITHUB= yes post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libnetcdf_c++4.so.1 diff --git a/science/netcdf-cxx/distinfo b/science/netcdf-cxx/distinfo index e2a5afe63010..7f66d0e6b586 100644 --- a/science/netcdf-cxx/distinfo +++ b/science/netcdf-cxx/distinfo @@ -1,2 +1,2 @@ -SHA256 (netcdf-cxx-4.2.1.tar.gz) = 03c639e7834302adc98934ea0e81821143e62e721533f0e111dcb38ae1ca49e4 -SIZE (netcdf-cxx-4.2.1.tar.gz) = 456691 +SHA256 (Unidata-netcdf-cxx4-4.2.1-v4.2.1_GH0.tar.gz) = bad56abfc99f321829070c04aebb377fc8942a4d09e5a3c88ad2b6547ed50ebc +SIZE (Unidata-netcdf-cxx4-4.2.1-v4.2.1_GH0.tar.gz) = 456547 diff --git a/science/netcdf-cxx/pkg-descr b/science/netcdf-cxx/pkg-descr index 1f7942b39ec5..1aba081784d3 100644 --- a/science/netcdf-cxx/pkg-descr +++ b/science/netcdf-cxx/pkg-descr @@ -6,6 +6,5 @@ library, and format support the creation, access, and sharing of scientific data. The netCDF software was developed at the Unidata Program Center in Boulder, Colorado. -Git repository: https://github.com/Unidata/netcdf-cxx4 - WWW: http://www.unidata.ucar.edu/software/netcdf/ +WWW: https://github.com/Unidata/netcdf-cxx4 |