diff options
author | Wen Heping <wen@FreeBSD.org> | 2011-01-18 05:50:04 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2011-01-18 05:50:04 +0000 |
commit | 4dd7316dadc479b7c2af2e9618718edb6c1b7581 (patch) | |
tree | 8b36d35e2f24f22528528f9f7f600bc8de29889d /www/joomla15/Makefile | |
parent | cc28c2f5079934b9e0f65433d8ec59cf090ec22a (diff) |
- Update MASTER_SITES
- Change source file format from zip to bz2
PR: ports/154059
Submitted by: Roberto Nunnari <roberto.nunnari@supsi.ch> (maintainer)
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=267935
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 462928876709..447377efab75 100644 --- a/www/joomla15/Makefile +++ b/www/joomla15/Makefile @@ -7,15 +7,15 @@ PORTNAME= joomla15 PORTVERSION= 1.5.22 CATEGORIES= www -MASTER_SITES= http://joomlacode.org/gf/download/frsrelease/13105/57240/ \ - http://web.dti.supsi.ch/downloads/ +MASTER_SITES= http://joomlacode.org/gf/download/frsrelease/13105/57238/ \ + http://linux3.dti.supsi.ch/downloads/ DISTNAME= Joomla_${PORTVERSION}-Stable-Full_Package MAINTAINER= robi@nunnisoft.ch COMMENT= A dynamic web content management system (CMS) FETCH_CMD= fetch -Rr -USE_ZIP= yes +USE_BZIP2= yes NO_BUILD= yes USE_MYSQL= yes USE_PHP= mysql pcre xml zlib session gd pdf |