diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-03-02 23:06:30 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-03-02 23:06:30 +0000 |
commit | 32b6041f3b483b2ea7010fc38e9ca15be95b00f5 (patch) | |
tree | d7cc99a35c446ca04c0fdb49c0ba011a603c25c1 /www/smarty/Makefile | |
parent | Add slib-guile to the BUILD_DEPENDS list to fix the build. I'm not sure (diff) |
- Update to 2.6.19
PR: ports/121264
Submitted by: Alexander Zhuravlev <zaa@zaa.pp.ru> (maintainer)
Diffstat (limited to 'www/smarty/Makefile')
-rw-r--r-- | www/smarty/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/smarty/Makefile b/www/smarty/Makefile index 324573066701..22e3675ea46f 100644 --- a/www/smarty/Makefile +++ b/www/smarty/Makefile @@ -6,10 +6,10 @@ # PORTNAME= smarty -PORTVERSION= 2.6.18 +PORTVERSION= 2.6.19 CATEGORIES= www -MASTER_SITES= http://smarty.php.net/distributions/ \ - http://smarty.php.net/distributions/manual/en/:manual +MASTER_SITES= http://www.smarty.net/distributions/ \ + http://www.smarty.net/distributions/manual/en/:manual DISTFILES= Smarty-${PORTVERSION}${EXTRACT_SUFX} .if !defined(NOPORTDOCS) DISTFILES+= Smarty-${DOCSVERSION}-docs${EXTRACT_SUFX}:manual |