Thu Sep 28 12:57:20 2017 UTC ()
qpdf: Update LICENSE for 7.0.0


(wiz)
diff -r1.13 -r1.14 pkgsrc/print/qpdf/Makefile

cvs diff -r1.13 -r1.14 pkgsrc/print/qpdf/Makefile (expand / switch to unified diff)

--- pkgsrc/print/qpdf/Makefile 2017/09/28 12:50:36 1.13
+++ pkgsrc/print/qpdf/Makefile 2017/09/28 12:57:20 1.14
@@ -1,22 +1,22 @@ @@ -1,22 +1,22 @@
1# $NetBSD: Makefile,v 1.13 2017/09/28 12:50:36 ryoon Exp $ 1# $NetBSD: Makefile,v 1.14 2017/09/28 12:57:20 wiz Exp $
2 2
3DISTNAME= qpdf-7.0.0 3DISTNAME= qpdf-7.0.0
4CATEGORIES= print 4CATEGORIES= print
5MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qpdf/} 5MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qpdf/}
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= http://qpdf.sourceforge.net/ 8HOMEPAGE= http://qpdf.sourceforge.net/
9COMMENT= Structural, content-preserving transformations on PDF files 9COMMENT= Structural, content-preserving transformations on PDF files
10LICENSE= artistic-2.0 10LICENSE= apache-2.0
11 11
12GNU_CONFIGURE= yes 12GNU_CONFIGURE= yes
13USE_LIBTOOL= yes 13USE_LIBTOOL= yes
14USE_TOOLS+= gmake perl:run pkg-config 14USE_TOOLS+= gmake perl:run pkg-config
15USE_LANGUAGES= c c++ 15USE_LANGUAGES= c c++
16 16
17PKGCONFIG_OVERRIDE+= libqpdf.pc.in 17PKGCONFIG_OVERRIDE+= libqpdf.pc.in
18REPLACE_PERL= qpdf/fix-qdf 18REPLACE_PERL= qpdf/fix-qdf
19 19
20.include "../../devel/pcre/buildlink3.mk" 20.include "../../devel/pcre/buildlink3.mk"
21.include "../../devel/zlib/buildlink3.mk" 21.include "../../devel/zlib/buildlink3.mk"
22.include "../../mk/bsd.pkg.mk" 22.include "../../mk/bsd.pkg.mk"