- Update to 0.18.0

PR:		ports/101082
Submitted by:	chinsan <chinsan dot tw_AT_gmail dot com>
Approved by:	maintainer (timeout)
This commit is contained in:
Cheng-Lung Sung 2006-09-12 09:04:30 +00:00
parent a81188ebda
commit b2ec982f55
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=172835
2 changed files with 18 additions and 14 deletions

View file

@ -6,7 +6,7 @@
# #
PORTNAME= XML_Serializer PORTNAME= XML_Serializer
PORTVERSION= 0.16.0 PORTVERSION= 0.18.0
CATEGORIES= devel www pear CATEGORIES= devel www pear
MAINTAINER= antonio@php.net MAINTAINER= antonio@php.net
@ -19,25 +19,29 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
CATEGORY= XML CATEGORY= XML
FILES= Serializer.php Unserializer.php FILES= Serializer.php Unserializer.php
EXAMPLES= example.xml serializeAndEncode.php serializeAndReturn.php \ EXAMPLES= example.xml serializeAndEncode.php serializeAndReturn.php \
serializeArrayWithObjects.php serializeEmptyArray.php \ serializeArrayWithObjects.php serializeCData.php \
serializeIndexedArray.php serializeNullProperties.php \ serializeEmptyArray.php serializeIndexedArray.php \
serializeObject.php serializeRDF.php serializeWithAttributes.php \ serializeIndexedArrayWithContext.php serializeNullProperties.php \
serializeWithAttributes2.php serializeWithComment.php \ serializeObject.php serializeRDF.php serializeSelectiveAttributes.php \
serializeWithDtd.php serializeWithIndentedAttributes.php \ serializeWithAttributes.php serializeWithAttributes2.php \
serializeWithNamespace.php serializeWithTagMap.php \ serializeWithComment.php serializeWithDtd.php \
unserializeAnyXML.php unserializeClassNames.php \ serializeWithIndentedAttributes.php serializeWithNamespace.php \
unserializeEncoded.php unserializeEnum.php unserializeObject.php \ serializeWithTagMap.php unserializeAnyXML.php \
unserializeRDF.php unserializeWithAttributes.php \ unserializeClassNames.php unserializeEncoded.php \
unserializeWithTagMap.php unserializeEnum.php unserializeObject.php unserializeRDF.php \
unserializeWhitespace.php unserializeWithAttributes.php \
unserializeWithTagMap.php unserializeWithTypeGuessing.php
DOCS= todo.txt DOCS= todo.txt
_DOCSDIR= doc _DOCSDIR= doc
post-extract: post-extract:
.for file in ${FILES} .for file in ${FILES}
@${REINPLACE_CMD} -e "s|@package_version@|${PORTVERSION}|" ${WRKSRC}/${file} @${REINPLACE_CMD} -e "s|@package_version@|${PORTVERSION}|" ${WRKSRC}/${file}
@${FIND} ${WRKSRC} -name "*.bak" -delete
.endfor .endfor
.for file in ${EXAMPLES} .for file in ${EXAMPLES}
@${REINPLACE_CMD} -e "s|@package_version@|${PORTVERSION}|" ${WRKSRC}/examples/${file} @${REINPLACE_CMD} -e "s|@package_version@|${PORTVERSION}|" ${WRKSRC}/examples/${file}
@${FIND} ${WRKSRC}/examples -name "*.bak" -delete
.endfor .endfor
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>

View file

@ -1,3 +1,3 @@
MD5 (PEAR/XML_Serializer-0.16.0.tgz) = 67c45ebf1dab5ddc37b294436df734bb MD5 (PEAR/XML_Serializer-0.18.0.tgz) = f9d7dd792a7b3258dfa4544017734cf8
SHA256 (PEAR/XML_Serializer-0.16.0.tgz) = 7b80de586139f7dc2b3514dac06f887601baf5000a6957357e0c0b3e0d765e0f SHA256 (PEAR/XML_Serializer-0.18.0.tgz) = 76495754cf378c22fec0b0ec07bb81bb1c80396a84f0ea8b67f0edf8b7f28c25
SIZE (PEAR/XML_Serializer-0.16.0.tgz) = 19621 SIZE (PEAR/XML_Serializer-0.18.0.tgz) = 23230