- Update to 1.6.0

Changes:	http://trac.mcs.anl.gov/projects/parallel-netcdf/wiki/ReleaseNotes-1.6.0
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-02-18 16:20:08 +00:00
parent dd1b0bfeb6
commit c2d5e26ce3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=379240
3 changed files with 3 additions and 29 deletions

View file

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= pnetcdf
PORTVERSION= 1.5.0
PORTREVISION= 7
PORTVERSION= 1.6.0
CATEGORIES= science parallel
MASTER_SITES= http://cucis.ece.northwestern.edu/projects/PnetCDF/Release/ \
LOCAL/sunpoet

View file

@ -1,2 +1,2 @@
SHA256 (parallel-netcdf-1.5.0.tar.bz2) = 40707af60e7bee2aec201c5b69661a41f17b787c6586cb5106144d4661d85889
SIZE (parallel-netcdf-1.5.0.tar.bz2) = 1690326
SHA256 (parallel-netcdf-1.6.0.tar.bz2) = d4b0b4e94efccf9598880d4180717a647adb8529a8fc23c36a194432b2cd38b7
SIZE (parallel-netcdf-1.6.0.tar.bz2) = 1794870

View file

@ -1,25 +0,0 @@
--- configure.orig 2014-07-08 13:52:45.000000000 +0800
+++ configure 2014-07-10 22:03:29.519306770 +0800
@@ -2902,18 +2902,13 @@
CONFIGURE_ARGS_CLEAN=`echo $* | tr '"' ' '`
-saved_IFS=${IFS}
-IFS=. read PNETCDF_VERSION_MAJOR PNETCDF_VERSION_MINOR PNETCDF_VERSION_SUB PNETCDF_VERSION_PRE <<< "$PACKAGE_VERSION"
-IFS=${saved_IFS}
+PNETCDF_VERSION_MAJOR=`echo ${PACKAGE_VERSION} | cut -d. -f1`
+PNETCDF_VERSION_MINOR=`echo ${PACKAGE_VERSION} | cut -d. -f2`
+PNETCDF_VERSION_SUB=`echo ${PACKAGE_VERSION} | cut -d. -f3`
+PNETCDF_VERSION_PRE=`echo ${PACKAGE_VERSION} | cut -d. -f4`
PNETCDF_VERSION=${PACKAGE_VERSION}
-SVN_DATE="$LastChangedDate: 2014-07-08 00:50:59 -0500 (Tue, 08 Jul 2014) $"
-saved_IFS=${IFS}
-IFS="\ " read t_key PNETCDF_RELEASE_DATE2 t_time t_zone t_string <<< ${SVN_DATE}
-IFS="() $," read t_day PNETCDF_RELEASE_DATE <<< $t_string
-IFS=${saved_IFS}
-
_DEBUG=no