1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

Upgrade to 0.11.1.

This commit is contained in:
Thierry Thomas 2004-08-25 21:50:48 +00:00
parent 52e5539c94
commit 2d3f5974a3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=117279
2 changed files with 9 additions and 8 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= XML_Serializer
PORTVERSION= 0.10.1
PORTVERSION= 0.11.1
CATEGORIES= devel www pear
MAINTAINER= ports@FreeBSD.org
@ -18,11 +18,12 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
CATEGORY= XML
FILES= Serializer.php Unserializer.php
EXAMPLES= example.xml serializeEmptyArray.php serializeIndexedArray.php \
serializeObject.php serializeRDF.php serializeWithAttributes.php \
serializeWithAttributes2.php serializeWithDtd.php \
serializeWithIndentedAttributes.php unserializeAnyXML.php \
unserializeObject.php unserializeRDF.php unserializeWithAttributes.php
EXAMPLES= example.xml serializeArrayWithObjects.php serializeEmptyArray.php \
serializeIndexedArray.php serializeObject.php serializeRDF.php \
serializeWithAttributes.php serializeWithAttributes2.php \
serializeWithDtd.php serializeWithIndentedAttributes.php \
unserializeAnyXML.php unserializeEnum.php unserializeObject.php \
unserializeRDF.php unserializeWithAttributes.php
DOCS= todo.txt
_DOCSDIR= doc

View File

@ -1,2 +1,2 @@
MD5 (PEAR/XML_Serializer-0.10.1.tgz) = b429f8fb58f8a05fae4cd5138222d0a1
SIZE (PEAR/XML_Serializer-0.10.1.tgz) = 13142
MD5 (PEAR/XML_Serializer-0.11.1.tgz) = 3f771c5c608264de2b4910ff91327223
SIZE (PEAR/XML_Serializer-0.11.1.tgz) = 14347