Upgrading to 0.10.0.
This commit is contained in:
parent
1b8fea6d1c
commit
822fca5289
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=112844
2 changed files with 9 additions and 9 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue