diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-01-26 09:30:33 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-01-26 09:30:33 +0000 |
commit | 460828d6720eb7817772ca1aa413aecb062f29fa (patch) | |
tree | 15ec3d067bafe5d7bcd279e9a646e79daece2d56 /www/smarty | |
parent | 79e023903e03be697215a6fe82106fc8aef8ad62 (diff) | |
download | ports-460828d6720eb7817772ca1aa413aecb062f29fa.tar.gz ports-460828d6720eb7817772ca1aa413aecb062f29fa.zip |
Notes
Diffstat (limited to 'www/smarty')
-rw-r--r-- | www/smarty/Makefile | 11 | ||||
-rw-r--r-- | www/smarty/distinfo | 2 | ||||
-rw-r--r-- | www/smarty/pkg-plist | 2 |
3 files changed, 8 insertions, 7 deletions
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 <bsd.port.pre.mk> +.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 <bsd.port.mk> +.include <bsd.port.post.mk> 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 |