diff options
author | thierry <thierry@FreeBSD.org> | 2004-07-03 19:51:09 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2004-07-03 19:51:09 +0800 |
commit | 702659e99afd1882b45fdb1438d9a442a4bd8303 (patch) | |
tree | bb305f12086af40e3f917b6e9ca4d02a75de2273 /devel/pear-XML_Serializer | |
parent | a73eac5df14da87a616c12cfcb45a7fc592959e1 (diff) | |
download | freebsd-ports-gnome-702659e99afd1882b45fdb1438d9a442a4bd8303.tar.gz freebsd-ports-gnome-702659e99afd1882b45fdb1438d9a442a4bd8303.tar.zst freebsd-ports-gnome-702659e99afd1882b45fdb1438d9a442a4bd8303.zip |
Upgrading to 0.10.0.
Diffstat (limited to 'devel/pear-XML_Serializer')
-rw-r--r-- | devel/pear-XML_Serializer/Makefile | 14 | ||||
-rw-r--r-- | devel/pear-XML_Serializer/distinfo | 4 |
2 files changed, 9 insertions, 9 deletions
diff --git a/devel/pear-XML_Serializer/Makefile b/devel/pear-XML_Serializer/Makefile index b07a1d5bab67..5f5dcea7d82b 100644 --- a/devel/pear-XML_Serializer/Makefile +++ b/devel/pear-XML_Serializer/Makefile @@ -6,23 +6,23 @@ # PORTNAME= XML_Serializer -PORTVERSION= 0.9.1 +PORTVERSION= 0.10.0 CATEGORIES= devel www pear MAINTAINER= ports@FreeBSD.org COMMENT= PEAR Swiss-army knive for reading and writing XML files -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR -RUN_DEPENDS= ${BUILD_DEPENDS} \ - ${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser \ +BUILD_DEPENDS= ${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser \ ${PEARDIR}/XML/Util.php:${PORTSDIR}/devel/pear-XML_Util +RUN_DEPENDS= ${BUILD_DEPENDS} CATEGORY= XML FILES= Serializer.php Unserializer.php EXAMPLES= example.xml serializeIndexedArray.php serializeObject.php \ - serializeRDF.php serializeWithAttributes.php serializeWithDtd.php \ - serializeWithIndentedAttributes.php unserializeAnyXML.php \ - unserializeObject.php unserializeRDF.php unserializeWithAttributes.php + serializeRDF.php serializeWithAttributes.php serializeWithAttributes2.php \ + serializeWithDtd.php serializeWithIndentedAttributes.php \ + unserializeAnyXML.php unserializeObject.php unserializeRDF.php \ + unserializeWithAttributes.php DOCS= todo.txt _DOCSDIR= doc diff --git a/devel/pear-XML_Serializer/distinfo b/devel/pear-XML_Serializer/distinfo index 0269efae4860..af06f71d2d72 100644 --- a/devel/pear-XML_Serializer/distinfo +++ b/devel/pear-XML_Serializer/distinfo @@ -1,2 +1,2 @@ -MD5 (PEAR/XML_Serializer-0.9.1.tgz) = 2573a1a4f9174093f986116f46180bef -SIZE (PEAR/XML_Serializer-0.9.1.tgz) = 12675 +MD5 (PEAR/XML_Serializer-0.10.0.tgz) = 0f3ad38bdd8bbb0f35347e3cbdb67541 +SIZE (PEAR/XML_Serializer-0.10.0.tgz) = 12849 |