Date: Mon, 4 Feb 2013 02:25:30 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r311541 - head/devel/pear-HTML_Template_Sigma Message-ID: <201302040225.r142PUFx040554@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Mon Feb 4 02:25:30 2013 New Revision: 311541 URL: http://svnweb.freebsd.org/changeset/ports/311541 Log: - Update to 1.2.0 - Take maintainership Modified: head/devel/pear-HTML_Template_Sigma/Makefile head/devel/pear-HTML_Template_Sigma/distinfo (contents, props changed) Modified: head/devel/pear-HTML_Template_Sigma/Makefile ============================================================================== --- head/devel/pear-HTML_Template_Sigma/Makefile Mon Feb 4 02:25:07 2013 (r311540) +++ head/devel/pear-HTML_Template_Sigma/Makefile Mon Feb 4 02:25:30 2013 (r311541) @@ -2,30 +2,18 @@ # $FreeBSD$ PORTNAME= HTML_Template_Sigma -PORTVERSION= 1.1.6 +PORTVERSION= 1.2.0 CATEGORIES= devel www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR template API BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear USE_PHP= ctype -CATEGORY= HTML/Template -FILES= Sigma.php -EXAMPLES= templates/example_1.html templates/example_2.html templates/example_3.html \ - templates/example_4.html templates/example_3_add.html \ - templates/example_3_include.html templates/example_3_replace_1.html \ - templates/example_3_replace_2.html example_1.php example_2.php \ - example_3.php example_4.php -TESTS= templates/addblock.html templates/blockiteration.html templates/blocks.html \ - templates/callback.html templates/globals.html templates/__include.html \ - templates/include.html templates/loadtemplatefile.html \ - templates/replaceblock.html Console_TestListener.php Sigma_api_testcase.php \ - Sigma_usage_testcase.php Sigma_cache_testcase.php Sigma_bug_testcase.php test.php -_EXAMPLESDIR= docs +PEAR_AUTOINSTALL= yes do-install-tests-msg: .USE @${ECHO_MSG} " (These tests require PHPUnit - see" Modified: head/devel/pear-HTML_Template_Sigma/distinfo ============================================================================== --- head/devel/pear-HTML_Template_Sigma/distinfo Mon Feb 4 02:25:07 2013 (r311540) +++ head/devel/pear-HTML_Template_Sigma/distinfo Mon Feb 4 02:25:30 2013 (r311541) @@ -1,2 +1,2 @@ -SHA256 (PEAR/HTML_Template_Sigma-1.1.6.tgz) = 91f8eadde483a7f64e7976e8d561a2698aebdd9db329cff2f0fabe58eb779b59 -SIZE (PEAR/HTML_Template_Sigma-1.1.6.tgz) = 28698 +SHA256 (PEAR/HTML_Template_Sigma-1.2.0.tgz) = b8b5e9b08b29a13dd317fdf9d121d70020809962a7aacf24d0e0bc06a05e222e +SIZE (PEAR/HTML_Template_Sigma-1.2.0.tgz) = 29040
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302040225.r142PUFx040554>