aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--devel/pear-Var_Dump/Makefile18
-rw-r--r--devel/pear-Var_Dump/distinfo4
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