Wed Nov 18 14:12:19 2015 UTC ()
Remove duplicate PKGREVISION


(ryoon)
diff -r1.103 -r1.104 pkgsrc/graphics/gnuplot/Makefile

cvs diff -r1.103 -r1.104 pkgsrc/graphics/gnuplot/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/gnuplot/Makefile 2015/10/28 19:02:22 1.103
+++ pkgsrc/graphics/gnuplot/Makefile 2015/11/18 14:12:19 1.104
@@ -1,25 +1,24 @@ @@ -1,25 +1,24 @@
1# $NetBSD: Makefile,v 1.103 2015/10/28 19:02:22 wiz Exp $ 1# $NetBSD: Makefile,v 1.104 2015/11/18 14:12:19 ryoon Exp $
2 2
3DISTNAME= gnuplot-5.0.1 3DISTNAME= gnuplot-5.0.1
4PKGREVISION= 2 4PKGREVISION= 1
5API_VERSION= ${PKGVERSION_NOREV:C/([0-9])\.([0-9])\.([0-9])/\1.\2/} 5API_VERSION= ${PKGVERSION_NOREV:C/([0-9])\.([0-9])\.([0-9])/\1.\2/}
6CATEGORIES+= graphics 6CATEGORIES+= graphics
7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnuplot/} 7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnuplot/}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://gnuplot.sourceforge.net/ 10HOMEPAGE= http://gnuplot.sourceforge.net/
11COMMENT= Portable interactive, function plotting utility 11COMMENT= Portable interactive, function plotting utility
12PKGREVISION= 1 
13#LICENSE= gnuplot + BSD 12#LICENSE= gnuplot + BSD
14 13
15CONFLICTS+= gnuplot-nox11-[0-9]* 14CONFLICTS+= gnuplot-nox11-[0-9]*
16 15
17PATCHDIR= ${.CURDIR}/../../graphics/gnuplot/patches 16PATCHDIR= ${.CURDIR}/../../graphics/gnuplot/patches
18DISTINFO_FILE= ${.CURDIR}/../../graphics/gnuplot/distinfo 17DISTINFO_FILE= ${.CURDIR}/../../graphics/gnuplot/distinfo
19 18
20USE_LANGUAGES= c 19USE_LANGUAGES= c
21USE_TOOLS+= makeinfo pkg-config gmake 20USE_TOOLS+= makeinfo pkg-config gmake
22GNU_CONFIGURE= yes 21GNU_CONFIGURE= yes
23#CONFIGURE_ARGS+= --enable-history-file 22#CONFIGURE_ARGS+= --enable-history-file
24CONFIGURE_ARGS+= --without-latex 23CONFIGURE_ARGS+= --without-latex
25CONFIGURE_ARGS+= --without-tutorial 24CONFIGURE_ARGS+= --without-tutorial