aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2005-08-28 17:18:38 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2005-08-28 17:18:38 +0000
commit5786e86ede4b884130448c9457f2c525a89c4c77 (patch)
tree200abdddf8282c6ef67c294489ccf93d861faf45
parentcbb00220d230ce33fb7490d638b39bde2d2ecd90 (diff)
downloadports-5786e86ede4b884130448c9457f2c525a89c4c77.tar.gz
ports-5786e86ede4b884130448c9457f2c525a89c4c77.zip
Notes
-rw-r--r--textproc/libxml2/Makefile2
-rw-r--r--textproc/py-libxml2/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile
index 611fd0529f3a..863824aa1413 100644
--- a/textproc/libxml2/Makefile
+++ b/textproc/libxml2/Makefile
@@ -13,7 +13,7 @@
PORTNAME= libxml2
PORTVERSION= 2.6.20
-PORTREVISION= 1
+PORTREVISION?= 1
CATEGORIES?= textproc gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.6
diff --git a/textproc/py-libxml2/Makefile b/textproc/py-libxml2/Makefile
index f7d13f26b49c..a28a7ec809c3 100644
--- a/textproc/py-libxml2/Makefile
+++ b/textproc/py-libxml2/Makefile
@@ -5,9 +5,9 @@
# $FreeBSD$
#
+PORTREVISION= 2
CATEGORIES= textproc gnome python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-PORTREVISION= 2
MAINTAINER= gnome@FreeBSD.org
COMMENT= Python interface for XML parser library for GNOME