diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-05-13 18:59:26 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-05-13 18:59:26 +0000 |
commit | 880666e42adb4d43bf6c8b01875b64185fa3e2ec (patch) | |
tree | e8d1b485f2b654809dc800aab3ca7e05a1e7b8ad | |
parent | f1fb1a4f82c3b61bbd3eed4a4bd2bdf10b6e74aa (diff) | |
download | ports-880666e42adb4d43bf6c8b01875b64185fa3e2ec.tar.gz ports-880666e42adb4d43bf6c8b01875b64185fa3e2ec.zip |
- Cleanup GH_* knobs: use DISTVERSIONPREFIX
Notes
Notes:
svn path=/head/; revision=386242
-rw-r--r-- | science/netcdf-cxx/Makefile | 2 | ||||
-rw-r--r-- | science/netcdf-cxx/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/science/netcdf-cxx/Makefile b/science/netcdf-cxx/Makefile index cec52718ed1d..b0a62bca65ea 100644 --- a/science/netcdf-cxx/Makefile +++ b/science/netcdf-cxx/Makefile @@ -3,6 +3,7 @@ PORTNAME= netcdf-cxx PORTVERSION= 4.2.1 +DISTVERSIONPREFIX= v PORTREVISION= 2 CATEGORIES= science @@ -21,7 +22,6 @@ USES= libtool pathfix GH_ACCOUNT= Unidata GH_PROJECT= ${PORTNAME}4 -GH_TAGNAME= v${PORTVERSION} USE_GITHUB= yes post-install: diff --git a/science/netcdf-cxx/distinfo b/science/netcdf-cxx/distinfo index 7f66d0e6b586..7683e069408f 100644 --- a/science/netcdf-cxx/distinfo +++ b/science/netcdf-cxx/distinfo @@ -1,2 +1,2 @@ -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 +SHA256 (Unidata-netcdf-cxx4-v4.2.1_GH0.tar.gz) = bad56abfc99f321829070c04aebb377fc8942a4d09e5a3c88ad2b6547ed50ebc +SIZE (Unidata-netcdf-cxx4-v4.2.1_GH0.tar.gz) = 456547 |