Revision: 99283 http://trac.macports.org//changeset/99283 Author: takeshi@macports.org Date: 2012-10-30 19:32:47 -0700 (Tue, 30 Oct 2012) Log Message: ----------- netcdf: updated for 4.2.1.1, which fixes the problem with nc-config concerning information on Fortran, closing #36800. added livecheck Modified Paths: -------------- trunk/dports/science/netcdf/Portfile trunk/dports/science/netcdf/files/patch-configure.diff Modified: trunk/dports/science/netcdf/Portfile =================================================================== --- trunk/dports/science/netcdf/Portfile 2012-10-31 01:48:04 UTC (rev 99282) +++ trunk/dports/science/netcdf/Portfile 2012-10-31 02:32:47 UTC (rev 99283) @@ -5,9 +5,7 @@ name netcdf epoch 2 -set realversion 4.2 -version ${realversion}.0 -revision 4 +version 4.2.1.1 maintainers takeshi openmaintainer platforms darwin categories science @@ -24,10 +22,9 @@ master_sites ftp://ftp.unidata.ucar.edu/pub/netcdf/ \ http://www.gfd-dennou.org/arch/netcdf/unidata-mirror/ \ ftp://www.gfd-dennou.org/arch/netcdf/unidata-mirror/ -checksums md5 e7790bb23d8bc23689f19f5cec81d71e \ - sha1 9b3e15f3d6d21611e60ec6383adb57c30bf734fe \ - rmd160 698fe12ba8857f3cb46be6e809842a8dd8245160 -worksrcdir ${name}-${realversion} +checksums md5 5eebcf19e6ac78a61c73464713cbfafc \ + sha1 76631cb4e6b767c224338415cf6e5f5ff9bd1238 \ + rmd160 400d20e0afe7b37db7b24f9e5c19e585e0b15b3c patchfiles patch-configure.diff @@ -92,3 +89,7 @@ As of version 4.2 c++ and fortran interfaces are separate ports,\ netcdf-cxx and netcdf-fortran, respectively. " + +livecheck.type regex +livecheck.url http://www.unidata.ucar.edu/downloads/${name}/ +livecheck.regex {The netCDF C library and utilities, version ([0-9]+\.[0-9]+\.[0-9]+[\.]*[0-9]*)} Modified: trunk/dports/science/netcdf/files/patch-configure.diff =================================================================== --- trunk/dports/science/netcdf/files/patch-configure.diff 2012-10-31 01:48:04 UTC (rev 99282) +++ trunk/dports/science/netcdf/files/patch-configure.diff 2012-10-31 02:32:47 UTC (rev 99283) @@ -1,6 +1,6 @@ ---- configure.orig 2012-06-30 20:38:38.000000000 +0900 -+++ configure 2012-06-30 20:39:28.000000000 +0900 -@@ -16168,6 +16168,7 @@ +--- configure.orig 2012-08-04 05:12:31.000000000 +0900 ++++ configure 2012-10-31 11:27:35.000000000 +0900 +@@ -16556,6 +16556,7 @@ else USE_SZIP_TRUE='#' USE_SZIP_FALSE=
participants (1)
-
takeshi@macports.org