diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2010-12-04 21:24:30 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2010-12-04 21:24:30 +0000 |
commit | 1fc582c4d03e00172af8f431e39a712e1f080ea4 (patch) | |
tree | c70fcb38485d278ca2e154f40deb5f43720e0be5 /www/joomla15/Makefile | |
parent | 70a02f81bc5d426477120454ffae476732b1288c (diff) |
Update to version 1.5.22.
PR: ports/152420
Submitted by: bsam (me)
Approved by: maintainer timeout (14 days)
Notes
Notes:
svn path=/head/; revision=265689
Diffstat (limited to 'www/joomla15/Makefile')
-rw-r--r-- | www/joomla15/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/joomla15/Makefile b/www/joomla15/Makefile index 93c9994beb9e..462928876709 100644 --- a/www/joomla15/Makefile +++ b/www/joomla15/Makefile @@ -5,9 +5,9 @@ # $FreeBSD$ PORTNAME= joomla15 -PORTVERSION= 1.5.18 +PORTVERSION= 1.5.22 CATEGORIES= www -MASTER_SITES= http://joomlacode.org/gf/download/frsrelease/12350/51109/ \ +MASTER_SITES= http://joomlacode.org/gf/download/frsrelease/13105/57240/ \ http://web.dti.supsi.ch/downloads/ DISTNAME= Joomla_${PORTVERSION}-Stable-Full_Package @@ -15,7 +15,7 @@ MAINTAINER= robi@nunnisoft.ch COMMENT= A dynamic web content management system (CMS) FETCH_CMD= fetch -Rr -USE_BZIP2= yes +USE_ZIP= yes NO_BUILD= yes USE_MYSQL= yes USE_PHP= mysql pcre xml zlib session gd pdf |