mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Upgrading to 0.10.1.
This commit is contained in:
parent
3b6e08423b
commit
c43fa7f138
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=113781
2 changed files with 8 additions and 8 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= XML_Serializer
|
PORTNAME= XML_Serializer
|
||||||
PORTVERSION= 0.10.0
|
PORTVERSION= 0.10.1
|
||||||
CATEGORIES= devel www pear
|
CATEGORIES= devel www pear
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
|
@ -18,11 +18,11 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||||
|
|
||||||
CATEGORY= XML
|
CATEGORY= XML
|
||||||
FILES= Serializer.php Unserializer.php
|
FILES= Serializer.php Unserializer.php
|
||||||
EXAMPLES= example.xml serializeIndexedArray.php serializeObject.php \
|
EXAMPLES= example.xml serializeEmptyArray.php serializeIndexedArray.php \
|
||||||
serializeRDF.php serializeWithAttributes.php serializeWithAttributes2.php \
|
serializeObject.php serializeRDF.php serializeWithAttributes.php \
|
||||||
serializeWithDtd.php serializeWithIndentedAttributes.php \
|
serializeWithAttributes2.php serializeWithDtd.php \
|
||||||
unserializeAnyXML.php unserializeObject.php unserializeRDF.php \
|
serializeWithIndentedAttributes.php unserializeAnyXML.php \
|
||||||
unserializeWithAttributes.php
|
unserializeObject.php unserializeRDF.php unserializeWithAttributes.php
|
||||||
DOCS= todo.txt
|
DOCS= todo.txt
|
||||||
_DOCSDIR= doc
|
_DOCSDIR= doc
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
MD5 (PEAR/XML_Serializer-0.10.0.tgz) = 0f3ad38bdd8bbb0f35347e3cbdb67541
|
MD5 (PEAR/XML_Serializer-0.10.1.tgz) = b429f8fb58f8a05fae4cd5138222d0a1
|
||||||
SIZE (PEAR/XML_Serializer-0.10.0.tgz) = 12849
|
SIZE (PEAR/XML_Serializer-0.10.1.tgz) = 13142
|
||||||
|
|
Loading…
Add table
Reference in a new issue