diff options
author | adam <adam@pkgsrc.org> | 2017-11-30 16:45:00 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-11-30 16:45:00 +0000 |
commit | 09fa3271d0abf82fe48d2f5405d2bcb3d2bb3f52 (patch) | |
tree | a579ff5b8000b293e8b5995d89fff41976d0fa72 /graphics/gnuplot | |
parent | 92a767282ab2c8327b3a1d522a2f671427fda8f8 (diff) | |
download | pkgsrc-09fa3271d0abf82fe48d2f5405d2bcb3d2bb3f52.tar.gz |
Revbump after textproc/icu update
Diffstat (limited to 'graphics/gnuplot')
-rw-r--r-- | graphics/gnuplot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gnuplot/Makefile b/graphics/gnuplot/Makefile index 5e2d10e8219..b8b7ee5df5e 100644 --- a/graphics/gnuplot/Makefile +++ b/graphics/gnuplot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.116 2017/11/03 15:00:10 adam Exp $ +# $NetBSD: Makefile,v 1.117 2017/11/30 16:45:26 adam Exp $ DISTNAME= gnuplot-5.2.1 CATEGORIES+= graphics @@ -7,6 +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= 1 #LICENSE= gnuplot + BSD API_VERSION= ${PKGVERSION_NOREV:C/([0-9])\.([0-9])\.([0-9])/\1.\2/} |