diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-12-04 22:55:16 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-12-04 22:55:16 +0000 |
commit | 2f1823a4f9b908c7d9c9a92304d96ab20f9ac4c8 (patch) | |
tree | 7789ac9f27719206536a60337716f42e3a4f956d /www/smarty/Makefile | |
parent | - Update to 1.68 (diff) |
- 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} |