aboutsummaryrefslogtreecommitdiff
path: root/science/pnetcdf
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-02-18 16:20:08 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-02-18 16:20:08 +0000
commitc2d5e26ce39237907d2b966f8238281ef10af189 (patch)
tree4054b920b7f72bc9d083b5125cec70adb48f21eb /science/pnetcdf
parentdd1b0bfeb6952522b2cd479785391adee3e292eb (diff)
downloadports-c2d5e26ce39237907d2b966f8238281ef10af189.tar.gz
ports-c2d5e26ce39237907d2b966f8238281ef10af189.zip
- Update to 1.6.0
Notes
Notes: svn path=/head/; revision=379240
Diffstat (limited to 'science/pnetcdf')
-rw-r--r--science/pnetcdf/Makefile3
-rw-r--r--science/pnetcdf/distinfo4
-rw-r--r--science/pnetcdf/files/patch-configure25
3 files changed, 3 insertions, 29 deletions
diff --git a/science/pnetcdf/Makefile b/science/pnetcdf/Makefile
index db8684e2547b..e44125be287c 100644
--- a/science/pnetcdf/Makefile
+++ b/science/pnetcdf/Makefile
@@ -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
diff --git a/science/pnetcdf/distinfo b/science/pnetcdf/distinfo
index f24cbf06ef14..fdb8f7fe8966 100644
--- a/science/pnetcdf/distinfo
+++ b/science/pnetcdf/distinfo
@@ -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
diff --git a/science/pnetcdf/files/patch-configure b/science/pnetcdf/files/patch-configure
deleted file mode 100644
index 8c00a9919fb0..000000000000
--- a/science/pnetcdf/files/patch-configure
+++ /dev/null
@@ -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
-
-