[Midnightbsd-cvs] mports [16196] update to work with changes to python

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Apr 12 14:47:08 EDT 2014


Revision: 16196
          http://svnweb.midnightbsd.org/mports/?rev=16196
Author:   laffer1
Date:     2014-04-12 14:47:08 -0400 (Sat, 12 Apr 2014)
Log Message:
-----------
update to work with changes to python

Modified Paths:
--------------
    trunk/textproc/py-xml/Makefile
    trunk/textproc/py-xml/distinfo
    trunk/textproc/py-xml/pkg-descr

Property Changed:
----------------
    trunk/textproc/py-xml/pkg-descr

Modified: trunk/textproc/py-xml/Makefile
===================================================================
--- trunk/textproc/py-xml/Makefile	2014-04-12 18:43:39 UTC (rev 16195)
+++ trunk/textproc/py-xml/Makefile	2014-04-12 18:47:08 UTC (rev 16196)
@@ -2,7 +2,7 @@
 
 PORTNAME=	xml
 PORTVERSION=	0.8.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	textproc python
 MASTER_SITES=	SF/py${PORTNAME}/py${PORTNAME}/${PORTVERSION}
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -10,19 +10,19 @@
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	PyXML: Python XML library enhancements
+
 LICENSE=	other
 
-USE_GCPIO=	yes
-USE_PYTHON=	2.1+
-USE_PYDISTUTILS=yes
-PYDISTUTILS_PKGNAME=PyXML
+USE_PYTHON=		yes
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_PKGNAME=	PyXML
 
 .include <bsd.port.pre.mk>
 
-CPIOARGS=	--quiet -pdum -R
-DOCSDIR=	${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
-EXAMPLESDIR=	${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME}
-PLIST_SUB+=	PACKAGE_DIR=_xmlplus
+CPIOARGS=		--quiet -pdum -R
+DOCSDIR=		${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
+EXAMPLESDIR=		${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME}
+PLIST_SUB+=		PACKAGE_DIR=_xmlplus
 
 # PyXML's XPath support for minidom (xml.xpath) is functional and is
 # installed by default, unless WITHOUT_XPATH is defined.

Modified: trunk/textproc/py-xml/distinfo
===================================================================
--- trunk/textproc/py-xml/distinfo	2014-04-12 18:43:39 UTC (rev 16195)
+++ trunk/textproc/py-xml/distinfo	2014-04-12 18:47:08 UTC (rev 16196)
@@ -1,3 +1,2 @@
 SHA256 (PyXML-0.8.4.tar.gz) = 9fab66f9584fb8e67aebd8745a5c97bf1c5a2e2e461adf68862bcec64e448c13
-RMD160 (PyXML-0.8.4.tar.gz) = 976e618d99fb29840e36eb2c7662c1d0a1f2bca9
 SIZE (PyXML-0.8.4.tar.gz) = 734954

Modified: trunk/textproc/py-xml/pkg-descr
===================================================================
--- trunk/textproc/py-xml/pkg-descr	2014-04-12 18:43:39 UTC (rev 16195)
+++ trunk/textproc/py-xml/pkg-descr	2014-04-12 18:47:08 UTC (rev 16196)
@@ -17,7 +17,5 @@
 (xml.xpath). Experimental XSLT 1.0 support for minidom can be added if the
 port is installed with WITH_XSLT defined (e.g. "make install WITH_XSLT=yes").
 
-  WWW:      http://pyxml.sourceforge.net/
-  See also: http://www.python.org/sigs/xml-sig/
-
--- Mike J. Brown <mike at skew.org> (current port maintainer)
+WWW: http://pyxml.sourceforge.net/
+     http://www.python.org/sigs/xml-sig/


Property changes on: trunk/textproc/py-xml/pkg-descr
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list