diff options
author | adam <adam@pkgsrc.org> | 2018-12-09 18:51:58 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-12-09 18:51:58 +0000 |
commit | efb1fd4565223c20630b5ebe741a1315bda7dd9e (patch) | |
tree | 68985d937ee4dc74aece704314ab6a9670d2a366 /graphics/gnuplot | |
parent | 84fff95985bbc11a1b49890a1bef4a94195c514b (diff) | |
download | pkgsrc-efb1fd4565223c20630b5ebe741a1315bda7dd9e.tar.gz |
revbump after updating textproc/icu
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 6c358387f7a..8ac46a2239e 100644 --- a/graphics/gnuplot/Makefile +++ b/graphics/gnuplot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.126 2018/11/21 17:12:06 adam Exp $ +# $NetBSD: Makefile,v 1.127 2018/12/09 18:52:30 adam Exp $ DISTNAME= gnuplot-5.2.5 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/} |