diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-04-05 19:17:19 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-04-05 19:17:19 +0000 |
commit | 524d7a3e9c736476ed5e419b933dd51fab1afc46 (patch) | |
tree | 6e41ccb67b3e884fdf1a3b08e6c8b531f23b3726 /devel/pear-PHP_Beautifier | |
parent | 48a17db2436064172c30de16c72c94d10f1fd6fc (diff) |
Notes
Diffstat (limited to 'devel/pear-PHP_Beautifier')
-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 |