pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc PKGREVISION shouldn't be in Makefile.common, ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ab95b940bbfc
branches:  trunk
changeset: 356347:ab95b940bbfc
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Fri Dec 30 02:17:48 2016 +0000

description:
PKGREVISION shouldn't be in Makefile.common, even though the last two
bumps applied to both users.

diffstat:

 textproc/libxml2/Makefile        |  4 +++-
 textproc/libxml2/Makefile.common |  3 +--
 textproc/py-libxml2/Makefile     |  3 ++-
 3 files changed, 6 insertions(+), 4 deletions(-)

diffs (43 lines):

diff -r 9aa85b46ff7f -r ab95b940bbfc textproc/libxml2/Makefile
--- a/textproc/libxml2/Makefile Fri Dec 30 00:55:46 2016 +0000
+++ b/textproc/libxml2/Makefile Fri Dec 30 02:17:48 2016 +0000
@@ -1,7 +1,9 @@
-# $NetBSD: Makefile,v 1.142 2016/05/27 23:51:10 pgoyette Exp $
+# $NetBSD: Makefile,v 1.143 2016/12/30 02:17:48 dholland Exp $
 
 .include "../../textproc/libxml2/Makefile.common"
 
+PKGREVISION=   2
+
 COMMENT=       XML parser library from the GNOME project
 LICENSE=       modified-bsd
 
diff -r 9aa85b46ff7f -r ab95b940bbfc textproc/libxml2/Makefile.common
--- a/textproc/libxml2/Makefile.common  Fri Dec 30 00:55:46 2016 +0000
+++ b/textproc/libxml2/Makefile.common  Fri Dec 30 02:17:48 2016 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile.common,v 1.4 2016/12/27 02:34:33 sevan Exp $
+# $NetBSD: Makefile.common,v 1.5 2016/12/30 02:17:48 dholland Exp $
 #
 # used by textproc/libxml2/Makefile
 # used by textproc/py-libxml2/Makefile
 
 DISTNAME=      libxml2-2.9.4
-PKGREVISION=   2
 CATEGORIES=    textproc
 MASTER_SITES=  ftp://xmlsoft.org/libxml2/ \
                http://xmlsoft.org/sources/
diff -r 9aa85b46ff7f -r ab95b940bbfc textproc/py-libxml2/Makefile
--- a/textproc/py-libxml2/Makefile      Fri Dec 30 00:55:46 2016 +0000
+++ b/textproc/py-libxml2/Makefile      Fri Dec 30 02:17:48 2016 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.53 2016/05/27 23:52:05 pgoyette Exp $
+# $NetBSD: Makefile,v 1.54 2016/12/30 02:17:49 dholland Exp $
 
 .include "../../textproc/libxml2/Makefile.common"
 
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   2
 
 COMMENT=       Python wrapper for libxml2
 LICENSE=       modified-bsd



Home | Main Index | Thread Index | Old Index