svn commit: r365008 - head/science/netcdf-cxx
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri Aug 15 17:27:49 UTC 2014
Author: sunpoet
Date: Fri Aug 15 17:27:48 2014
New Revision: 365008
URL: http://svnweb.freebsd.org/changeset/ports/365008
QAT: https://qat.redports.org/buildarchive/r365008/
Log:
- Use USE_GITHUB
- Bump PORTREVISION
Modified:
head/science/netcdf-cxx/Makefile
head/science/netcdf-cxx/distinfo
Modified: head/science/netcdf-cxx/Makefile
==============================================================================
--- head/science/netcdf-cxx/Makefile Fri Aug 15 17:26:17 2014 (r365007)
+++ head/science/netcdf-cxx/Makefile Fri Aug 15 17:27:48 2014 (r365008)
@@ -3,10 +3,8 @@
PORTNAME= netcdf-cxx
PORTVERSION= 4.2.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= science
-MASTER_SITES= https://github.com/Unidata/${PORTNAME}4/archive/v${PORTVERSION}.tar.gz?dummy=/ \
- LOCAL/sunpoet
MAINTAINER= sunpoet at FreeBSD.org
COMMENT= C++ library for machine-independent, array-oriented data access
@@ -20,7 +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}
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libnetcdf_c++4.so.1
Modified: head/science/netcdf-cxx/distinfo
==============================================================================
--- head/science/netcdf-cxx/distinfo Fri Aug 15 17:26:17 2014 (r365007)
+++ head/science/netcdf-cxx/distinfo Fri Aug 15 17:27:48 2014 (r365008)
@@ -1,2 +1,2 @@
-SHA256 (netcdf-cxx-4.2.1.tar.gz) = bad56abfc99f321829070c04aebb377fc8942a4d09e5a3c88ad2b6547ed50ebc
-SIZE (netcdf-cxx-4.2.1.tar.gz) = 456547
+SHA256 (netcdf-cxx-4.2.1.tar.gz) = 03c639e7834302adc98934ea0e81821143e62e721533f0e111dcb38ae1ca49e4
+SIZE (netcdf-cxx-4.2.1.tar.gz) = 456691
More information about the svn-ports-head
mailing list