Revision: 120562 https://trac.macports.org/changeset/120562 Author: takeshi@macports.org Date: 2014-06-01 05:46:10 -0700 (Sun, 01 Jun 2014) Log Message: ----------- netcdf: updated to 4.3.2 Modified Paths: -------------- trunk/dports/science/netcdf/Portfile trunk/dports/science/netcdf/files/patch-configure.diff Removed Paths: ------------- trunk/dports/science/netcdf/files/patch-daputil.c.diff Modified: trunk/dports/science/netcdf/Portfile =================================================================== --- trunk/dports/science/netcdf/Portfile 2014-06-01 12:13:45 UTC (rev 120561) +++ trunk/dports/science/netcdf/Portfile 2014-06-01 12:46:10 UTC (rev 120562) @@ -13,8 +13,7 @@ # configure fails if mpi.enforce_variant is used. #mpi.enforce_variant hdf5-18 -github.setup Unidata netcdf-c 4.3.1.1 v -revision 1 +github.setup Unidata netcdf-c 4.3.2 v name netcdf maintainers takeshi openmaintainer platforms darwin @@ -29,12 +28,11 @@ homepage http://www.unidata.ucar.edu/software/netcdf/ -checksums md5 532c1fb1ca70d329955566dc70ad9fce \ - sha1 c1ae35193ed312fe5c1ff3d46c27d306fed18f6d \ - rmd160 0ac2e390697daea60bd1cc1accd021da16c1ea08 +checksums md5 59611c95fe65237cc45c870a0d423fee \ + sha1 2a24a354059bad5b52dd1d61db4bcd36edd85d48 \ + rmd160 61a1434ff1f2c8ddf2ad178bf3eb519f7ba1558d -patchfiles patch-configure.diff \ - patch-daputil.c.diff +patchfiles patch-configure.diff configure.cppflags-append -DNDEBUG configure.cflags-append -fno-common Modified: trunk/dports/science/netcdf/files/patch-configure.diff =================================================================== --- trunk/dports/science/netcdf/files/patch-configure.diff 2014-06-01 12:13:45 UTC (rev 120561) +++ trunk/dports/science/netcdf/files/patch-configure.diff 2014-06-01 12:46:10 UTC (rev 120562) @@ -1,6 +1,6 @@ ---- configure.orig 2014-02-07 03:24:07.000000000 +0900 -+++ configure 2014-03-16 09:14:17.000000000 +0900 -@@ -16994,6 +16994,7 @@ +--- configure.orig 2014-04-24 05:44:02.000000000 +0900 ++++ configure 2014-06-01 21:41:41.000000000 +0900 +@@ -17133,6 +17133,7 @@ else USE_SZIP_TRUE='#' USE_SZIP_FALSE= Deleted: trunk/dports/science/netcdf/files/patch-daputil.c.diff =================================================================== --- trunk/dports/science/netcdf/files/patch-daputil.c.diff 2014-06-01 12:13:45 UTC (rev 120561) +++ trunk/dports/science/netcdf/files/patch-daputil.c.diff 2014-06-01 12:46:10 UTC (rev 120562) @@ -1,14 +0,0 @@ ---- libdap2/daputil.c.orig 2013-05-10 01:15:24.000000000 +0900 -+++ libdap2/daputil.c 2013-11-07 05:48:55.000000000 +0900 -@@ -10,10 +10,8 @@ - #include <sys/time.h> - #endif - --#include "oc.h" --extern int oc_dumpnode(OClink, OCddsnode); -- - #include "ncdap3.h" -+extern int oc_dumpnode(OClink, OCddsnode); - #include "dapalign.h" - - #define LBRACKET '['
participants (1)
-
takeshi@macports.org