diff options
author | miwi <miwi@FreeBSD.org> | 2006-12-05 06:55:16 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-12-05 06:55:16 +0800 |
commit | ed4f7f074b3c30e0018c47643e911d56e855a5e7 (patch) | |
tree | ef48da3ae61fbff05410d373aa76cebdda016281 /www/smarty/Makefile | |
parent | 4b6cf49643f36ba13f4e6e6ce72ce1261c3fb2f3 (diff) | |
download | freebsd-ports-gnome-ed4f7f074b3c30e0018c47643e911d56e855a5e7.tar.gz freebsd-ports-gnome-ed4f7f074b3c30e0018c47643e911d56e855a5e7.tar.zst freebsd-ports-gnome-ed4f7f074b3c30e0018c47643e911d56e855a5e7.zip |
- Update 2.6.16
PR: ports/106297
Submitted by: Alexander Zhuravlev <zaa@zaa.pp.ru> (maintainer)
Diffstat (limited to 'www/smarty/Makefile')
-rw-r--r-- | www/smarty/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/smarty/Makefile b/www/smarty/Makefile index a8245c844429..5bab5a3822dc 100644 --- a/www/smarty/Makefile +++ b/www/smarty/Makefile @@ -6,8 +6,7 @@ # PORTNAME= smarty -PORTVERSION= 2.6.14 -PORTREVISION= 1 +PORTVERSION= 2.6.16 CATEGORIES= www MASTER_SITES= http://smarty.php.net/distributions/ \ http://smarty.php.net/distributions/manual/en/:manual @@ -19,7 +18,7 @@ DISTFILES+= Smarty-${DOCSVERSION}-docs${EXTRACT_SUFX}:manual MAINTAINER= zaa@zaa.pp.ru COMMENT= The PHP compiling template engine -DOCSVERSION= 2.6.11 +DOCSVERSION= 2.6.14 WRKSRC= ${WRKDIR}/Smarty-${PORTVERSION} |