Thu Mar 14 05:34:35 2013 UTC ()
LICENSE update requires version bump.


(dholland)
diff -r1.96 -r1.97 pkgsrc/print/ghostscript/Makefile

cvs diff -r1.96 -r1.97 pkgsrc/print/ghostscript/Makefile (expand / switch to unified diff)

--- pkgsrc/print/ghostscript/Makefile 2013/03/13 09:37:11 1.96
+++ pkgsrc/print/ghostscript/Makefile 2013/03/14 05:34:35 1.97
@@ -1,16 +1,17 @@ @@ -1,16 +1,17 @@
1# $NetBSD: Makefile,v 1.96 2013/03/13 09:37:11 adam Exp $ 1# $NetBSD: Makefile,v 1.97 2013/03/14 05:34:35 dholland Exp $
2 2
3DISTNAME= ghostscript-${GS_VERSION} 3DISTNAME= ghostscript-${GS_VERSION}
 4PKGREVISION= 1
4CATEGORIES= print 5CATEGORIES= print
5MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ghostscript/} 6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ghostscript/}
6MASTER_SITES+= http://ghostscript.com/releases/ 7MASTER_SITES+= http://ghostscript.com/releases/
7EXTRACT_SUFX= .tar.bz2 8EXTRACT_SUFX= .tar.bz2
8 9
9MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://ghostscript.sourceforge.net/ 11HOMEPAGE= http://ghostscript.sourceforge.net/
11COMMENT= Postscript interpreter 12COMMENT= Postscript interpreter
12 13
13# Plus adobe verbatim for Resources/CMap. 14# Plus adobe verbatim for Resources/CMap.
14LICENSE= gnu-agpl-v3 15LICENSE= gnu-agpl-v3
15 16
16.include "Makefile.common" 17.include "Makefile.common"