mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Upgrade to 0.15.0.
Changelog at <http://pear.php.net/package/XML_Serializer/download/0.15.0/>. PR: ports/77520 Submitted by: maintainer.
This commit is contained in:
parent
15380a0345
commit
0e29faee9d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=128828
2 changed files with 7 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= XML_Serializer
|
PORTNAME= XML_Serializer
|
||||||
PORTVERSION= 0.13.1
|
PORTVERSION= 0.15.0
|
||||||
CATEGORIES= devel www pear
|
CATEGORIES= devel www pear
|
||||||
|
|
||||||
MAINTAINER= antonio@php.net
|
MAINTAINER= antonio@php.net
|
||||||
|
@ -18,11 +18,13 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||||
|
|
||||||
CATEGORY= XML
|
CATEGORY= XML
|
||||||
FILES= Serializer.php Unserializer.php
|
FILES= Serializer.php Unserializer.php
|
||||||
EXAMPLES= example.xml serializeArrayWithObjects.php serializeEmptyArray.php \
|
EXAMPLES= example.xml serializeAndEncode.php serializeAndReturn.php \
|
||||||
|
serializeArrayWithObjects.php serializeEmptyArray.php \
|
||||||
serializeIndexedArray.php serializeObject.php serializeRDF.php \
|
serializeIndexedArray.php serializeObject.php serializeRDF.php \
|
||||||
serializeWithAttributes.php serializeWithAttributes2.php \
|
serializeWithAttributes.php serializeWithAttributes2.php \
|
||||||
serializeWithDtd.php serializeWithIndentedAttributes.php \
|
serializeWithDtd.php serializeWithIndentedAttributes.php \
|
||||||
serializeWithTagMap.php unserializeAnyXML.php unserializeEnum.php \
|
serializeWithNamespace.php serializeWithTagMap.php unserializeAnyXML.php \
|
||||||
|
unserializeClassNames.php unserializeEncoded.php unserializeEnum.php \
|
||||||
unserializeObject.php unserializeRDF.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.13.1.tgz) = 5d0e601c9925f5ae26218e87ca7a3e7e
|
MD5 (PEAR/XML_Serializer-0.15.0.tgz) = 81b7a5b6e1ac6bde8bbf396187483e81
|
||||||
SIZE (PEAR/XML_Serializer-0.13.1.tgz) = 14997
|
SIZE (PEAR/XML_Serializer-0.15.0.tgz) = 17218
|
||||||
|
|
Loading…
Add table
Reference in a new issue