Index: head/devel/pear-PHP_Beautifier/Makefile =================================================================== --- head/devel/pear-PHP_Beautifier/Makefile (revision 191024) +++ head/devel/pear-PHP_Beautifier/Makefile (revision 191025) @@ -1,64 +1,64 @@ # Ports collection makefile for: pear-PHP_Beautifier # Date created: 13 January 2005 # Whom: Antonio Carlos Venancio Junior () # # $FreeBSD$ # PORTNAME= PHP_Beautifier -PORTVERSION= 0.1.4 +PORTVERSION= 0.1.12 CATEGORIES= devel www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR beautifier for PHP BUILD_DEPENDS= ${PEARDIR}/Log.php:${PORTSDIR}/sysutils/pear-Log RUN_DEPENDS= ${BUILD_DEPENDS} USE_PHP= tokenizer DEFAULT_PHP_VER=5 IGNORE_WITH_PHP=4 CATEGORY= PHP FILES= Beautifier.php Beautifier/Filter.php Beautifier/Decorator.php \ Beautifier/Batch.php Beautifier/Common.php Beautifier/Exception.php \ Beautifier/StreamWrapper.php Beautifier/Tokenizer.php \ Beautifier/Filter/ArrayNested.filter.php \ Beautifier/Filter/Default.filter.php \ Beautifier/Filter/ListClassFunction.filter.php \ Beautifier/Filter/Pear.filter.php \ Beautifier/Filter/IndentStyles.filter.php \ Beautifier/Filter/NewLines.filter.php Beautifier/Batch/Output.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 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 \ Beautifier_StreamWrapper.phpt DATA= apache.txt bsd.txt lgpl.txt php.txt pear.txt _DATADIR= licenses SCRIPTFILES= php_beautifier post-extract: @${SED} 's|"@php_bin@"|@php_bin@|g' \ ${WRKSRC}/scripts/${SCRIPTFILES} > ${WRKSRC}/pear-${SCRIPTFILES} 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 .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include Property changes on: head/devel/pear-PHP_Beautifier/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/devel/pear-PHP_Beautifier/distinfo =================================================================== --- head/devel/pear-PHP_Beautifier/distinfo (revision 191024) +++ head/devel/pear-PHP_Beautifier/distinfo (revision 191025) @@ -1,3 +1,3 @@ -MD5 (PEAR/PHP_Beautifier-0.1.4.tgz) = 0d51b0036e6f61df1e80fd1335a41308 -SHA256 (PEAR/PHP_Beautifier-0.1.4.tgz) = 370d77e50e570636434d94b5acab797ab51a53e79b7fa828b4954a2ca81abe9e -SIZE (PEAR/PHP_Beautifier-0.1.4.tgz) = 39830 +MD5 (PEAR/PHP_Beautifier-0.1.12.tgz) = 539d802591c173ef623b331f05c9ae8c +SHA256 (PEAR/PHP_Beautifier-0.1.12.tgz) = 6103347bf2146b40acf00ebcf5c7817e2449f7aa92e4876ca0abed6939acfb3c +SIZE (PEAR/PHP_Beautifier-0.1.12.tgz) = 47183 Property changes on: head/devel/pear-PHP_Beautifier/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property