diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2004-07-21 22:32:40 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2004-07-21 22:32:40 +0000 |
commit | ad4f6bbf130fd522088aab56159d144b95845d95 (patch) | |
tree | 59a221a9d556afbc10c1a61188ef234a56c1d9c6 /www/smarty/Makefile | |
parent | - Upgrade to 2.0.43 (2.0.41 didn't work on emacs-21.3 by using (diff) |
. Update to 2.6.3.
PR: 69207
Submitted by: zhuravlev alexander <zaa@ulstu.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 fd4a137d5890..471dc8543148 100644 --- a/www/smarty/Makefile +++ b/www/smarty/Makefile @@ -6,14 +6,13 @@ # PORTNAME= smarty -PORTVERSION= 2.6.2 -PORTREVISION= 1 +PORTVERSION= 2.6.3 CATEGORIES= www MASTER_SITES= http://smarty.php.net/distributions/ \ http://smarty.php.net/distributions/manual/en/:manual DISTFILES= Smarty-${PORTVERSION}${EXTRACT_SUFX} .if !defined(NOPORTDOCS) -DISTFILES+= Smarty-2.6.2-docs${EXTRACT_SUFX}:manual +DISTFILES+= Smarty-${PORTVERSION}-docs${EXTRACT_SUFX}:manual .endif MAINTAINER= zaa@ulstu.ru |