diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-07-16 21:54:29 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-07-16 21:54:29 +0000 |
commit | c43fa7f13839bf1efcde20a06b44ee789a7d522f (patch) | |
tree | 890dae4eb1441ccf86f4ea0d8baa507b034d37bc /devel/pear-XML_Serializer | |
parent | 3b6e08423b3f1a305447ffbcc343d8ec22b564f2 (diff) | |
download | ports-c43fa7f13839bf1efcde20a06b44ee789a7d522f.tar.gz ports-c43fa7f13839bf1efcde20a06b44ee789a7d522f.zip |
Notes
Diffstat (limited to 'devel/pear-XML_Serializer')
-rw-r--r-- | devel/pear-XML_Serializer/Makefile | 12 | ||||
-rw-r--r-- | devel/pear-XML_Serializer/distinfo | 4 |
2 files changed, 8 insertions, 8 deletions
diff --git a/devel/pear-XML_Serializer/Makefile b/devel/pear-XML_Serializer/Makefile index 5f5dcea7d82b..d8f4162490e4 100644 --- a/devel/pear-XML_Serializer/Makefile +++ b/devel/pear-XML_Serializer/Makefile @@ -6,7 +6,7 @@ # PORTNAME= XML_Serializer -PORTVERSION= 0.10.0 +PORTVERSION= 0.10.1 CATEGORIES= devel www pear MAINTAINER= ports@FreeBSD.org @@ -18,11 +18,11 @@ RUN_DEPENDS= ${BUILD_DEPENDS} CATEGORY= XML FILES= Serializer.php Unserializer.php -EXAMPLES= example.xml 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 serializeEmptyArray.php serializeIndexedArray.php \ + serializeObject.php serializeRDF.php serializeWithAttributes.php \ + serializeWithAttributes2.php serializeWithDtd.php \ + serializeWithIndentedAttributes.php unserializeAnyXML.php \ + unserializeObject.php unserializeRDF.php unserializeWithAttributes.php DOCS= todo.txt _DOCSDIR= doc diff --git a/devel/pear-XML_Serializer/distinfo b/devel/pear-XML_Serializer/distinfo index af06f71d2d72..736c986bdf09 100644 --- a/devel/pear-XML_Serializer/distinfo +++ b/devel/pear-XML_Serializer/distinfo @@ -1,2 +1,2 @@ -MD5 (PEAR/XML_Serializer-0.10.0.tgz) = 0f3ad38bdd8bbb0f35347e3cbdb67541 -SIZE (PEAR/XML_Serializer-0.10.0.tgz) = 12849 +MD5 (PEAR/XML_Serializer-0.10.1.tgz) = b429f8fb58f8a05fae4cd5138222d0a1 +SIZE (PEAR/XML_Serializer-0.10.1.tgz) = 13142 |