summaryrefslogtreecommitdiff
path: root/graphics/gnuplot
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/gnuplot')
-rw-r--r--graphics/gnuplot/Makefile5
-rw-r--r--graphics/gnuplot/distinfo10
-rw-r--r--graphics/gnuplot/patches/patch-ag6
3 files changed, 10 insertions, 11 deletions
diff --git a/graphics/gnuplot/Makefile b/graphics/gnuplot/Makefile
index 95d046e33c6..5e32c1a16c9 100644
--- a/graphics/gnuplot/Makefile
+++ b/graphics/gnuplot/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.99 2015/06/30 09:57:36 ryoon Exp $
+# $NetBSD: Makefile,v 1.100 2015/08/01 01:29:00 mef Exp $
-DISTNAME= gnuplot-5.0.0
+DISTNAME= gnuplot-5.0.1
API_VERSION= ${PKGVERSION_NOREV:C/([0-9])\.([0-9])\.([0-9])/\1.\2/}
CATEGORIES+= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnuplot/}
@@ -8,7 +8,6 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnuplot/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://gnuplot.sourceforge.net/
COMMENT= Portable interactive, function plotting utility
-PKGREVISION= 2
#LICENSE= gnuplot + BSD
CONFLICTS+= gnuplot-nox11-[0-9]*
diff --git a/graphics/gnuplot/distinfo b/graphics/gnuplot/distinfo
index 9729a274460..9cdbd7c5694 100644
--- a/graphics/gnuplot/distinfo
+++ b/graphics/gnuplot/distinfo
@@ -1,12 +1,12 @@
-$NetBSD: distinfo,v 1.29 2015/03/03 15:22:20 mef Exp $
+$NetBSD: distinfo,v 1.30 2015/08/01 01:29:00 mef Exp $
-SHA1 (gnuplot-5.0.0.tar.gz) = ca5163e3cb466b4aeb878f1173b0fe624367f08a
-RMD160 (gnuplot-5.0.0.tar.gz) = e91ae15d1b50110d323450be451db5d180917f4d
-Size (gnuplot-5.0.0.tar.gz) = 4955900 bytes
+SHA1 (gnuplot-5.0.1.tar.gz) = a66f5211d3eb8d382b8dd9bdf320b65cf1315a13
+RMD160 (gnuplot-5.0.1.tar.gz) = cf2b952af27b0c4ce88ce5d796b07e1c6af4b620
+Size (gnuplot-5.0.1.tar.gz) = 4963747 bytes
SHA1 (patch-aa) = fa5981422c83d1467b0df8a7c36ce7b2439855f2
SHA1 (patch-ac) = ba7d48926faca78399fe10f44020364a244f87e0
SHA1 (patch-ad) = 5165374c6e8275f2f030659daa45051851e98413
SHA1 (patch-ae) = ce2a89ebcdcae1b1945563b48e6ebb6974d3a048
SHA1 (patch-af) = e5672a05f88d0ba3c1471b379dd47cd1b274f8b1
-SHA1 (patch-ag) = 92a5d18f47f44e799e5f7e24bb232024f2f8d928
+SHA1 (patch-ag) = 8729e8f56fa529575f29f08028c3168e2732fa87
SHA1 (patch-ah) = f768abaddc7b326648e36f82b3edd2c9bead8b11
diff --git a/graphics/gnuplot/patches/patch-ag b/graphics/gnuplot/patches/patch-ag
index 04d34609f2f..9924e6945ce 100644
--- a/graphics/gnuplot/patches/patch-ag
+++ b/graphics/gnuplot/patches/patch-ag
@@ -1,4 +1,4 @@
-$NetBSD: patch-ag,v 1.7 2015/03/03 15:22:20 mef Exp $
+$NetBSD: patch-ag,v 1.8 2015/08/01 01:29:00 mef Exp $
NetBSD editline keeps header files in "readline", not "editline".
Same applies to DragonFly.
@@ -14,8 +14,8 @@ Also get rid of a non-portable "test ... ==" instance.
- withval=$with_aquaterm; if test "$withval" == yes; then
+ withval=$with_aquaterm; if test "$withval" = yes; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Aquaterm framework presence" >&5
- $as_echo_n "checking for Aquaterm framework presence... " >&6; }
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AquaTerm framework presence" >&5
+ $as_echo_n "checking for AquaTerm framework presence... " >&6; }
@@ -10164,9 +10164,9 @@ fi
$as_echo "#define HAVE_LIBEDITLINE 1" >>confdefs.h