mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- 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:
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
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= XML_Serializer
|
||||
PORTVERSION= 0.16.0
|
||||
PORTVERSION= 0.18.0
|
||||
CATEGORIES= devel www pear
|
||||
|
||||
MAINTAINER= antonio@php.net
|
||||
|
@ -19,25 +19,29 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
|
|||
CATEGORY= XML
|
||||
FILES= Serializer.php Unserializer.php
|
||||
EXAMPLES= example.xml serializeAndEncode.php serializeAndReturn.php \
|
||||
serializeArrayWithObjects.php serializeEmptyArray.php \
|
||||
serializeIndexedArray.php serializeNullProperties.php \
|
||||
serializeObject.php serializeRDF.php serializeWithAttributes.php \
|
||||
serializeWithAttributes2.php serializeWithComment.php \
|
||||
serializeWithDtd.php serializeWithIndentedAttributes.php \
|
||||
serializeWithNamespace.php serializeWithTagMap.php \
|
||||
unserializeAnyXML.php unserializeClassNames.php \
|
||||
unserializeEncoded.php unserializeEnum.php unserializeObject.php \
|
||||
unserializeRDF.php unserializeWithAttributes.php \
|
||||
unserializeWithTagMap.php
|
||||
serializeArrayWithObjects.php serializeCData.php \
|
||||
serializeEmptyArray.php serializeIndexedArray.php \
|
||||
serializeIndexedArrayWithContext.php serializeNullProperties.php \
|
||||
serializeObject.php serializeRDF.php serializeSelectiveAttributes.php \
|
||||
serializeWithAttributes.php serializeWithAttributes2.php \
|
||||
serializeWithComment.php serializeWithDtd.php \
|
||||
serializeWithIndentedAttributes.php serializeWithNamespace.php \
|
||||
serializeWithTagMap.php unserializeAnyXML.php \
|
||||
unserializeClassNames.php unserializeEncoded.php \
|
||||
unserializeEnum.php unserializeObject.php unserializeRDF.php \
|
||||
unserializeWhitespace.php unserializeWithAttributes.php \
|
||||
unserializeWithTagMap.php unserializeWithTypeGuessing.php
|
||||
DOCS= todo.txt
|
||||
_DOCSDIR= doc
|
||||
|
||||
post-extract:
|
||||
.for file in ${FILES}
|
||||
@${REINPLACE_CMD} -e "s|@package_version@|${PORTVERSION}|" ${WRKSRC}/${file}
|
||||
@${FIND} ${WRKSRC} -name "*.bak" -delete
|
||||
.endfor
|
||||
.for file in ${EXAMPLES}
|
||||
@${REINPLACE_CMD} -e "s|@package_version@|${PORTVERSION}|" ${WRKSRC}/examples/${file}
|
||||
@${FIND} ${WRKSRC}/examples -name "*.bak" -delete
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (PEAR/XML_Serializer-0.16.0.tgz) = 67c45ebf1dab5ddc37b294436df734bb
|
||||
SHA256 (PEAR/XML_Serializer-0.16.0.tgz) = 7b80de586139f7dc2b3514dac06f887601baf5000a6957357e0c0b3e0d765e0f
|
||||
SIZE (PEAR/XML_Serializer-0.16.0.tgz) = 19621
|
||||
MD5 (PEAR/XML_Serializer-0.18.0.tgz) = f9d7dd792a7b3258dfa4544017734cf8
|
||||
SHA256 (PEAR/XML_Serializer-0.18.0.tgz) = 76495754cf378c22fec0b0ec07bb81bb1c80396a84f0ea8b67f0edf8b7f28c25
|
||||
SIZE (PEAR/XML_Serializer-0.18.0.tgz) = 23230
|
||||
|
|
Loading…
Add table
Reference in a new issue