summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorwiz <wiz>2010-10-02 22:46:49 +0000
committerwiz <wiz>2010-10-02 22:46:49 +0000
commita4a1c25c266d7e43b35ba8ade2c61ded06a760f5 (patch)
treef50596f5a942e1fffe0b660a672c6485a249ac3f /print
parentd266a17b28dc3bd1fef77197f7b702f2ea7df683 (diff)
downloadpkgsrc-a4a1c25c266d7e43b35ba8ade2c61ded06a760f5.tar.gz
Makefile.common is not a good place to set PKGREVISION -- distribute
it over the corresponding Makefiles instead.
Diffstat (limited to 'print')
-rw-r--r--print/poppler-glib/Makefile4
-rw-r--r--print/poppler-includes/Makefile3
-rw-r--r--print/poppler-qt/Makefile3
-rw-r--r--print/poppler-qt4/Makefile4
-rw-r--r--print/poppler-utils/Makefile3
-rw-r--r--print/poppler/Makefile3
-rw-r--r--print/poppler/Makefile.common3
7 files changed, 13 insertions, 10 deletions
diff --git a/print/poppler-glib/Makefile b/print/poppler-glib/Makefile
index 7aff59ceae1..9e03279bb20 100644
--- a/print/poppler-glib/Makefile
+++ b/print/poppler-glib/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.30 2010/09/14 11:00:44 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2010/10/02 22:46:49 wiz Exp $
#
.include "../../print/poppler/Makefile.common"
PKGNAME= poppler-glib-${POPPLER_VERS}
-PKGREVISION= 1
+PKGREVISION= 2
COMMENT= PDF rendering library (GLib wrapper)
MAINTAINER= reed@reedmedia.net
diff --git a/print/poppler-includes/Makefile b/print/poppler-includes/Makefile
index c07fd1a092d..2e50aa64cd1 100644
--- a/print/poppler-includes/Makefile
+++ b/print/poppler-includes/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.6 2010/07/15 11:33:26 drochner Exp $
+# $NetBSD: Makefile,v 1.7 2010/10/02 22:46:50 wiz Exp $
#
.include "../../print/poppler/Makefile.common"
PKGNAME= poppler-includes-${POPPLER_VERS}
+PKGREVISION= 1
COMMENT= Poppler Xpdf includes (unsupported)
MAINTAINER= dillo@NetBSD.org
diff --git a/print/poppler-qt/Makefile b/print/poppler-qt/Makefile
index da3c0fbb7ab..096893a1167 100644
--- a/print/poppler-qt/Makefile
+++ b/print/poppler-qt/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.26 2010/07/14 17:04:23 drochner Exp $
+# $NetBSD: Makefile,v 1.27 2010/10/02 22:46:50 wiz Exp $
#
.include "../../print/poppler/Makefile.common"
PKGNAME= poppler-qt-${POPPLER_VERS}
+PKGREVISION= 1
COMMENT= PDF rendering library (QT wrapper)
MAINTAINER= reed@reedmedia.net
diff --git a/print/poppler-qt4/Makefile b/print/poppler-qt4/Makefile
index 66f4b35597d..f94681d6779 100644
--- a/print/poppler-qt4/Makefile
+++ b/print/poppler-qt4/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.14 2010/09/14 11:02:40 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2010/10/02 22:46:50 wiz Exp $
#
.include "../../print/poppler/Makefile.common"
PKGNAME= poppler-qt4-${POPPLER_VERS}
-PKGREVISION= 1
+PKGREVISION= 2
COMMENT= PDF rendering library (QT4 wrapper)
MAINTAINER= reed@reedmedia.net
diff --git a/print/poppler-utils/Makefile b/print/poppler-utils/Makefile
index fd41c0f921f..e02e3029c53 100644
--- a/print/poppler-utils/Makefile
+++ b/print/poppler-utils/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.15 2010/07/14 17:04:23 drochner Exp $
+# $NetBSD: Makefile,v 1.16 2010/10/02 22:46:50 wiz Exp $
#
.include "../../print/poppler/Makefile.common"
PKGNAME= poppler-utils-${POPPLER_VERS}
+PKGREVISION= 1
COMMENT= PDF utilities (from poppler)
MAINTAINER= reed@reedmedia.net
diff --git a/print/poppler/Makefile b/print/poppler/Makefile
index 86284563a91..6c62cf39865 100644
--- a/print/poppler/Makefile
+++ b/print/poppler/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.49 2010/07/14 17:04:22 drochner Exp $
+# $NetBSD: Makefile,v 1.50 2010/10/02 22:46:49 wiz Exp $
#
.include "../../print/poppler/Makefile.common"
COMMENT= PDF rendering library
+PKGREVISION= 1
MAINTAINER= reed@reedmedia.net
USE_TOOLS+= gmake
diff --git a/print/poppler/Makefile.common b/print/poppler/Makefile.common
index f6a10e79732..e6d318db9ae 100644
--- a/print/poppler/Makefile.common
+++ b/print/poppler/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.39 2010/10/01 21:32:33 spz Exp $
+# $NetBSD: Makefile.common,v 1.40 2010/10/02 22:46:49 wiz Exp $
#
# used by print/poppler/Makefile
# used by print/poppler-glib/Makefile
@@ -9,7 +9,6 @@
POPPLER_VERS= 0.14.2
DISTNAME= poppler-${POPPLER_VERS}
-PKGREVISION= 1
CATEGORIES= print
MASTER_SITES= http://poppler.freedesktop.org/