summaryrefslogtreecommitdiff
path: root/graphics/gnuplot
diff options
context:
space:
mode:
authorkleink <kleink@pkgsrc.org>2018-11-14 22:20:58 +0000
committerkleink <kleink@pkgsrc.org>2018-11-14 22:20:58 +0000
commitd1a354ac1990f29f535656efbdbf2842442e2d96 (patch)
tree466cae9496590959c8dc5e9d9acacf771b5eab6f /graphics/gnuplot
parent86ebd5aa5b10ee4c95ba46bd6a3b30ffcb9aa638 (diff)
downloadpkgsrc-d1a354ac1990f29f535656efbdbf2842442e2d96.tar.gz
Revbump after cairo 1.16.0 update.
Diffstat (limited to 'graphics/gnuplot')
-rw-r--r--graphics/gnuplot/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gnuplot/Makefile b/graphics/gnuplot/Makefile
index 5e63d091ceb..8da65ddbc84 100644
--- a/graphics/gnuplot/Makefile
+++ b/graphics/gnuplot/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.124 2018/11/12 03:52:13 ryoon Exp $
+# $NetBSD: Makefile,v 1.125 2018/11/14 22:21:40 kleink Exp $
DISTNAME= gnuplot-5.2.4
CATEGORIES+= graphics
@@ -7,7 +7,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnuplot/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://gnuplot.sourceforge.net/
COMMENT= Portable interactive, function plotting utility
-PKGREVISION= 2
+PKGREVISION= 3
#LICENSE= gnuplot + BSD
API_VERSION= ${PKGVERSION_NOREV:C/([0-9])\.([0-9])\.([0-9])/\1.\2/}