diff --git a/www/smarty/Makefile b/www/smarty/Makefile index 8e3db6e56c98..1e8f440fc09a 100644 --- a/www/smarty/Makefile +++ b/www/smarty/Makefile @@ -6,7 +6,7 @@ # PORTNAME= smarty -PORTVERSION= 2.6.0 +PORTVERSION= 2.6.1 CATEGORIES= www MASTER_SITES= http://smarty.php.net/distributions/ \ http://smarty.php.net/distributions/manual/en/:manual @@ -18,17 +18,18 @@ DISTFILES+= Smarty-2.6.0-docs${EXTRACT_SUFX}:manual MAINTAINER= zaa@ulstu.ru COMMENT= The PHP compiling template engine -RUN_DEPENDS= php-config:${PORTSDIR}/www/mod_php4 - WRKSRC= ${WRKDIR}/Smarty-${PORTVERSION} NO_BUILD= yes +WANT_PHP_WEB= yes PKGMESSAGE= ${WRKDIR}/pkg-message -MSG_SRC=${FILESDIR}/pkg-message +MSG_SRC= ${FILESDIR}/pkg-message MSG_SUB= DATADIR=${DATADIR} LOCALBASE=${LOCALBASE} +.include +.include "${PORTSDIR}/lang/php4/bsd.php.mk" do-install: @${MKDIR} ${DATADIR} .for f in Config_File.class.php Smarty.class.php Smarty_Compiler.class.php debug.tpl @@ -58,4 +59,4 @@ post-install: ${PKGMESSAGE} @${CAT} ${PKGMESSAGE} -.include +.include diff --git a/www/smarty/distinfo b/www/smarty/distinfo index 79e77dd58afc..3ac860d67479 100644 --- a/www/smarty/distinfo +++ b/www/smarty/distinfo @@ -1,2 +1,2 @@ -MD5 (Smarty-2.6.0.tar.gz) = e7bf2f46c6a188220493f1e12ab55c19 +MD5 (Smarty-2.6.1.tar.gz) = f4f2cc1ae1762f0e11d23defb56e6806 MD5 (Smarty-2.6.0-docs.tar.gz) = 3035699c5785c06b0492832d372ffc62 diff --git a/www/smarty/pkg-plist b/www/smarty/pkg-plist index 4e6f5edb460b..a3dd3e3ac8bf 100644 --- a/www/smarty/pkg-plist +++ b/www/smarty/pkg-plist @@ -254,7 +254,7 @@ %%DATADIR%%/core/core.write_compiled_resource.php %%DATADIR%%/core/core.write_file.php %%DATADIR%%/plugins/block.textformat.php -%%DATADIR%%/plugins/function.assign.php +%%DATADIR%%/plugins/compiler.assign.php %%DATADIR%%/plugins/function.assign_debug_info.php %%DATADIR%%/plugins/function.config_load.php %%DATADIR%%/plugins/function.counter.php