pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/netcdf



Module Name:    pkgsrc
Committed By:   minskim
Date:           Tue Nov 28 17:52:02 UTC 2017

Modified Files:
        pkgsrc/devel/netcdf: Makefile PLIST distinfo
Added Files:
        pkgsrc/devel/netcdf/patches: patch-ncdap__test_testauth.sh
Removed Files:
        pkgsrc/devel/netcdf/patches: patch-ncgen3_load.c

Log Message:
devel/netcdf: Update to 4.4.1.1

Notable changes since 4.2.1.1:
- Provides official support for libhdf5 1.10.0.
- Added CDM-5 support.
- Added support for opening in-memory file content.
- Improved DAP support.
- Improved parallel-netcdf support.


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/devel/netcdf/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/netcdf/PLIST
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/netcdf/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/devel/netcdf/patches/patch-ncdap__test_testauth.sh
cvs rdiff -u -r1.1 -r0 pkgsrc/devel/netcdf/patches/patch-ncgen3_load.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/netcdf/Makefile
diff -u pkgsrc/devel/netcdf/Makefile:1.43 pkgsrc/devel/netcdf/Makefile:1.44
--- pkgsrc/devel/netcdf/Makefile:1.43   Sun Nov 26 10:50:48 2017
+++ pkgsrc/devel/netcdf/Makefile        Tue Nov 28 17:52:02 2017
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.43 2017/11/26 10:50:48 wiz Exp $
+# $NetBSD: Makefile,v 1.44 2017/11/28 17:52:02 minskim Exp $
 
-DISTNAME=      netcdf-4.2.1.1
-PKGREVISION=   7
+DISTNAME=      netcdf-4.4.1.1
 CATEGORIES=    devel
 MASTER_SITES=  https://www.unidata.ucar.edu/downloads/netcdf/ftp/
 

Index: pkgsrc/devel/netcdf/PLIST
diff -u pkgsrc/devel/netcdf/PLIST:1.7 pkgsrc/devel/netcdf/PLIST:1.8
--- pkgsrc/devel/netcdf/PLIST:1.7       Tue Apr  9 15:57:28 2013
+++ pkgsrc/devel/netcdf/PLIST   Tue Nov 28 17:52:02 2017
@@ -1,11 +1,14 @@
-@comment $NetBSD: PLIST,v 1.7 2013/04/09 15:57:28 adam Exp $
+@comment $NetBSD: PLIST,v 1.8 2017/11/28 17:52:02 minskim Exp $
 bin/nc-config
 bin/nccopy
 bin/ncdump
 bin/ncgen
 bin/ncgen3
 include/netcdf.h
+include/netcdf_mem.h
+include/netcdf_meta.h
 lib/libnetcdf.la
+lib/libnetcdf.settings
 lib/pkgconfig/netcdf.pc
 man/man1/nccopy.1
 man/man1/ncdump.1

Index: pkgsrc/devel/netcdf/distinfo
diff -u pkgsrc/devel/netcdf/distinfo:1.18 pkgsrc/devel/netcdf/distinfo:1.19
--- pkgsrc/devel/netcdf/distinfo:1.18   Tue Nov  3 03:27:51 2015
+++ pkgsrc/devel/netcdf/distinfo        Tue Nov 28 17:52:02 2017
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.18 2015/11/03 03:27:51 agc Exp $
+$NetBSD: distinfo,v 1.19 2017/11/28 17:52:02 minskim Exp $
 
-SHA1 (netcdf-4.2.1.1.tar.gz) = 76631cb4e6b767c224338415cf6e5f5ff9bd1238
-RMD160 (netcdf-4.2.1.1.tar.gz) = 400d20e0afe7b37db7b24f9e5c19e585e0b15b3c
-SHA512 (netcdf-4.2.1.1.tar.gz) = a50493c3ccc1b94c200ba3febe87f51b7f392cb402fb60df9a4c4cb7007eb9ebadbbce6c7a46056f107d584280af606c913a88efd44c0966ba6b47fc44696fc5
-Size (netcdf-4.2.1.1.tar.gz) = 4515856 bytes
+SHA1 (netcdf-4.4.1.1.tar.gz) = 0c77ed993c614653613905a1a52802a38f578b0b
+RMD160 (netcdf-4.4.1.1.tar.gz) = 027c1f71936a253cf388f7a44395f53b6ca54e70
+SHA512 (netcdf-4.4.1.1.tar.gz) = 36c041e2f7ed5fc4f47fc4fa2afcdce2247f1d3794525ebdbd97d359d3ed98f150664ccf77c5366da4db2b9f0f4b17f871d861473ca9afee1462c75a302b07bb
+Size (netcdf-4.4.1.1.tar.gz) = 5250973 bytes
 SHA1 (patch-configure) = 74457173c01355cd0f99f136ae10bdc67e831489
-SHA1 (patch-ncgen3_load.c) = 8500ba7ceb43dc544fa974c2664d3a6603ec2a95
+SHA1 (patch-ncdap__test_testauth.sh) = 710879f36c1a4d54466c9065644db326db0c4ed8

Added files:

Index: pkgsrc/devel/netcdf/patches/patch-ncdap__test_testauth.sh
diff -u /dev/null pkgsrc/devel/netcdf/patches/patch-ncdap__test_testauth.sh:1.1
--- /dev/null   Tue Nov 28 17:52:02 2017
+++ pkgsrc/devel/netcdf/patches/patch-ncdap__test_testauth.sh   Tue Nov 28 17:52:02 2017
@@ -0,0 +1,20 @@
+$NetBSD: patch-ncdap__test_testauth.sh,v 1.1 2017/11/28 17:52:02 minskim Exp $
+
+Portability fix.
+
+--- ncdap_test/testauth.sh.orig        2016-11-21 19:43:03.000000000 +0000
++++ ncdap_test/testauth.sh
+@@ -273,7 +273,7 @@ if test "x$RCHOME" = x1 ; then
+   show
+ fi
+ 
+-if test "x$RCSPEC" == x1 ; then
++if test "x$RCSPEC" = x1 ; then
+   echo "*** Testing rc file in specified directory"
+   # Create the rc file and (optional) netrc file
+   xf; reset; xo
+@@ -324,4 +324,3 @@ restore
+ xo
+ 
+ exit
+-



Home | Main Index | Thread Index | Old Index