diff -ruN pear-Var_Dump.orig/Makefile pear-Var_Dump/Makefile --- pear-Var_Dump.orig/Makefile Wed Feb 9 15:33:45 2005 +++ pear-Var_Dump/Makefile Wed Feb 9 15:45:47 2005 @@ -6,7 +6,7 @@ # PORTNAME= Var_Dump -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 CATEGORIES= devel www pear MAINTAINER= antonio@php.net @@ -20,14 +20,20 @@ Var_Dump/Renderer/HTML4_Table.php Var_Dump/Renderer/HTML4_Text.php \ Var_Dump/Renderer/XHTML_Table.php Var_Dump/Renderer/XHTML_Text.php \ Var_Dump/Renderer/XML.php -DOCS= example-1.php example-2.php example-3.php example-4.php example-5.php \ +EXAMPLES= example-1.php example-2.php example-3.php example-4.php example-5.php \ example-6.php DATA= renderer-xml.dtd memory-usage.txt -TESTS= test.php +TESTS= bug1321.phpt bug490.phpt bug3396.phpt bug3416.phpt ignore-list.phpt \ + renderer-html4_table.phpt renderer-html4_text.phpt renderer-table.phpt \ + renderer-text.phpt renderer-xhtml_table.phpt renderer-xhtml_text.phpt \ + renderer-xml.phpt text-compact_mode.phpt text-normal_mode.phpt \ + text-wide_mode.phpt toString-array.phpt toString-bool.phpt \ + toString-float.phpt toString-int.phpt toString-null.phpt \ + toString-object.phpt toString-resource.phpt +_EXAMPLESDIR= docs -_DOCSDIR= . -_TESTSDIR= . -_DATADIR= . +post-extract: + ${MV} ${WRKSRC}/php/* ${WRKSRC} .include .include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" diff -ruN pear-Var_Dump.orig/distinfo pear-Var_Dump/distinfo --- pear-Var_Dump.orig/distinfo Wed Feb 9 15:33:45 2005 +++ pear-Var_Dump/distinfo Wed Feb 9 15:43:28 2005 @@ -1,2 +1,2 @@ -MD5 (PEAR/Var_Dump-1.0.1.tgz) = ee4a176bec0bbf3c2111377e3e17499f -SIZE (PEAR/Var_Dump-1.0.1.tgz) = 14843 +MD5 (PEAR/Var_Dump-1.0.2.tgz) = 68e55d06868baf3189442d0eb5ee1401 +SIZE (PEAR/Var_Dump-1.0.2.tgz) = 16188