pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print Move MAINTAINER from Makefile.common into indivi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/05b73fccf92e
branches:  trunk
changeset: 550367:05b73fccf92e
user:      dillo <dillo%pkgsrc.org@localhost>
date:      Thu Nov 20 14:28:22 2008 +0000

description:
Move MAINTAINER from Makefile.common into individual Makefiles.
Okayed by reed.

diffstat:

 print/poppler-glib/Makefile   |  3 ++-
 print/poppler-qt/Makefile     |  3 ++-
 print/poppler-qt4/Makefile    |  3 ++-
 print/poppler-utils/Makefile  |  3 ++-
 print/poppler/Makefile        |  3 ++-
 print/poppler/Makefile.common |  3 +--
 6 files changed, 11 insertions(+), 7 deletions(-)

diffs (100 lines):

diff -r 416241163633 -r 05b73fccf92e print/poppler-glib/Makefile
--- a/print/poppler-glib/Makefile       Thu Nov 20 14:22:15 2008 +0000
+++ b/print/poppler-glib/Makefile       Thu Nov 20 14:28:22 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2008/10/24 23:28:53 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2008/11/20 14:28:22 dillo Exp $
 #
 
 .include "../../print/poppler/Makefile.common"
@@ -6,6 +6,7 @@
 PKGNAME=               poppler-glib-${POPPLER_VERS}
 
 COMMENT=               PDF rendering library (GLib wrapper)
+MAINTAINER=            reed%reedmedia.net@localhost
 
 CONFLICTS+=            poppler<0.4.5nb1
 
diff -r 416241163633 -r 05b73fccf92e print/poppler-qt/Makefile
--- a/print/poppler-qt/Makefile Thu Nov 20 14:22:15 2008 +0000
+++ b/print/poppler-qt/Makefile Thu Nov 20 14:28:22 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2007/11/03 16:10:40 drochner Exp $
+# $NetBSD: Makefile,v 1.17 2008/11/20 14:28:22 dillo Exp $
 #
 
 .include "../../print/poppler/Makefile.common"
@@ -6,6 +6,7 @@
 PKGNAME=               poppler-qt-${POPPLER_VERS}
 
 COMMENT=               PDF rendering library (QT wrapper)
+MAINTAINER=            reed%reedmedia.net@localhost
 
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --disable-cairo-output
diff -r 416241163633 -r 05b73fccf92e print/poppler-qt4/Makefile
--- a/print/poppler-qt4/Makefile        Thu Nov 20 14:22:15 2008 +0000
+++ b/print/poppler-qt4/Makefile        Thu Nov 20 14:28:22 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2008/11/10 20:59:27 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2008/11/20 14:28:22 dillo Exp $
 #
 
 .include "../../print/poppler/Makefile.common"
@@ -6,6 +6,7 @@
 PKGNAME=               poppler-qt4-${POPPLER_VERS}
 
 COMMENT=               PDF rendering library (QT4 wrapper)
+MAINTAINER=            reed%reedmedia.net@localhost
 
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --disable-cairo-output
diff -r 416241163633 -r 05b73fccf92e print/poppler-utils/Makefile
--- a/print/poppler-utils/Makefile      Thu Nov 20 14:22:15 2008 +0000
+++ b/print/poppler-utils/Makefile      Thu Nov 20 14:28:22 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2007/02/22 19:27:05 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2008/11/20 14:28:22 dillo Exp $
 #
 
 .include "../../print/poppler/Makefile.common"
@@ -6,6 +6,7 @@
 PKGNAME=               poppler-utils-${POPPLER_VERS}
 
 COMMENT=               PDF utilities (from poppler)
+MAINTAINER=            reed%reedmedia.net@localhost
 
 CONFLICTS+=            poppler-0.5.1 poppler-0.5.1nb1 poppler-0.5.1nb2
 CONFLICTS+=            xpdf-[0-9]*
diff -r 416241163633 -r 05b73fccf92e print/poppler/Makefile
--- a/print/poppler/Makefile    Thu Nov 20 14:22:15 2008 +0000
+++ b/print/poppler/Makefile    Thu Nov 20 14:28:22 2008 +0000
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.31 2008/07/15 10:34:21 drochner Exp $
+# $NetBSD: Makefile,v 1.32 2008/11/20 14:28:22 dillo Exp $
 #
 
 .include "../../print/poppler/Makefile.common"
 
 COMMENT=               PDF rendering library
+MAINTAINER=            reed%reedmedia.net@localhost
 
 USE_TOOLS+=            gmake
 
diff -r 416241163633 -r 05b73fccf92e print/poppler/Makefile.common
--- a/print/poppler/Makefile.common     Thu Nov 20 14:22:15 2008 +0000
+++ b/print/poppler/Makefile.common     Thu Nov 20 14:28:22 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.22 2008/11/10 20:59:27 wiz Exp $
+# $NetBSD: Makefile.common,v 1.23 2008/11/20 14:28:22 dillo Exp $
 #
 # used by print/poppler/Makefile
 # used by print/poppler-glib/Makefile
@@ -11,7 +11,6 @@
 CATEGORIES=            print
 MASTER_SITES=          http://poppler.freedesktop.org/
 
-MAINTAINER=            reed%reedmedia.net@localhost
 HOMEPAGE=              http://poppler.freedesktop.org/
 
 PKG_DESTDIR_SUPPORT=   user-destdir



Home | Main Index | Thread Index | Old Index