diff options
author | pav <pav@FreeBSD.org> | 2005-04-06 03:17:19 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-04-06 03:17:19 +0800 |
commit | 011f09381722760476ddcd92de516944924eb9b3 (patch) | |
tree | b9752eddda4d8e59dfd336b3281d8cf7dc8c0679 /devel | |
parent | 0206be10489a1124eae46c97401aeefecd3e3b18 (diff) | |
download | freebsd-ports-gnome-011f09381722760476ddcd92de516944924eb9b3.tar.gz freebsd-ports-gnome-011f09381722760476ddcd92de516944924eb9b3.tar.zst freebsd-ports-gnome-011f09381722760476ddcd92de516944924eb9b3.zip |
- Update to 0.1.4
PR: ports/79528
Submitted by: Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/pear-PHP_Beautifier/Makefile | 14 | ||||
-rw-r--r-- | devel/pear-PHP_Beautifier/distinfo | 4 |
2 files changed, 12 insertions, 6 deletions
diff --git a/devel/pear-PHP_Beautifier/Makefile b/devel/pear-PHP_Beautifier/Makefile index bb813a6d78db..3b2c31995ba7 100644 --- a/devel/pear-PHP_Beautifier/Makefile +++ b/devel/pear-PHP_Beautifier/Makefile @@ -6,7 +6,7 @@ # PORTNAME= PHP_Beautifier -PORTVERSION= 0.1.3 +PORTVERSION= 0.1.4 CATEGORIES= devel www pear MAINTAINER= antonio@php.net @@ -32,9 +32,12 @@ FILES= Beautifier.php Beautifier/Filter.php Beautifier/Decorator.php \ Beautifier/Batch/Output/Directory.php \ Beautifier/Batch/Output/DirectoryBz2.php \ Beautifier/Batch/Output/DirectoryGz.php \ - Beautifier/Batch/Output/DirectoryTar.php Beautifier/Batch/Output/Files.php \ - Beautifier/Batch/Output/FilesBz2.php Beautifier/Batch/Output/FilesGz.php \ - Beautifier/Batch/Output/FilesTar.php Beautifier/StreamWrapper/Tarz.php + Beautifier/Batch/Output/DirectoryTar.php \ + Beautifier/Batch/Output/Files.php \ + Beautifier/Batch/Output/FilesBz2.php \ + Beautifier/Batch/Output/FilesGz.php \ + Beautifier/Batch/Output/FilesTar.php \ + Beautifier/StreamWrapper/Tarz.php EXAMPLES= run_me.php example_main.php example_pear.php example_array.php \ example_comments.php example_html.php TESTS= Beautifier.phpt Beautifier_Common.phpt Beautifier_Bugs.phpt \ @@ -51,6 +54,9 @@ post-patch: . for file in ${FILES} @${REINPLACE_CMD} -e "s|@package_version@|${PORTVERSION}|g" ${WRKSRC}/${file} . endfor +. for file in ${TESTS} + @${REINPLACE_CMD} -e "s|@package_version@|${PORTVERSION}|g" ${WRKSRC}/tests/${file} +. endfor .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" diff --git a/devel/pear-PHP_Beautifier/distinfo b/devel/pear-PHP_Beautifier/distinfo index 22d71f9ba1e9..98564f773423 100644 --- a/devel/pear-PHP_Beautifier/distinfo +++ b/devel/pear-PHP_Beautifier/distinfo @@ -1,2 +1,2 @@ -MD5 (PEAR/PHP_Beautifier-0.1.3.tgz) = d95690eb4640c7b61f3d67ce534d833c -SIZE (PEAR/PHP_Beautifier-0.1.3.tgz) = 39358 +MD5 (PEAR/PHP_Beautifier-0.1.4.tgz) = 0d51b0036e6f61df1e80fd1335a41308 +SIZE (PEAR/PHP_Beautifier-0.1.4.tgz) = 39830 |