diff options
author | thierry <thierry@FreeBSD.org> | 2005-02-20 01:55:52 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2005-02-20 01:55:52 +0800 |
commit | 6c6215e4c451ba91835c6771b7e8f311b6114142 (patch) | |
tree | 6b6edf1401d7ca9f0fbf787a8dfb33213d45413e /devel | |
parent | a6543908981ae33059f08b5f67799b7797344765 (diff) | |
download | freebsd-ports-gnome-6c6215e4c451ba91835c6771b7e8f311b6114142.tar.gz freebsd-ports-gnome-6c6215e4c451ba91835c6771b7e8f311b6114142.tar.zst freebsd-ports-gnome-6c6215e4c451ba91835c6771b7e8f311b6114142.zip |
Upgrade to to 1.0.2.
Changelog at <http://pear.php.net/package/Var_Dump/download/1.0.2/>.
PR: ports/77318
Submitted by: maintainer
Diffstat (limited to 'devel')
-rw-r--r-- | devel/pear-Var_Dump/Makefile | 18 | ||||
-rw-r--r-- | devel/pear-Var_Dump/distinfo | 4 |
2 files changed, 14 insertions, 8 deletions
diff --git a/devel/pear-Var_Dump/Makefile b/devel/pear-Var_Dump/Makefile index 54c47f7c75be..4384024a4330 100644 --- a/devel/pear-Var_Dump/Makefile +++ b/devel/pear-Var_Dump/Makefile @@ -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 @@ FILES= Var_Dump.php Var_Dump/Renderer.php Var_Dump/Renderer/Common.php \ 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 <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" diff --git a/devel/pear-Var_Dump/distinfo b/devel/pear-Var_Dump/distinfo index b068b3b87e70..9005727ea3b7 100644 --- a/devel/pear-Var_Dump/distinfo +++ b/devel/pear-Var_Dump/distinfo @@ -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 |