[Midnightbsd-cvs] mports [16927] trunk/www/joomla15/Makefile: add license and fix fetch of joomla
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Sep 7 10:52:14 EDT 2014
Revision: 16927
http://svnweb.midnightbsd.org/mports/?rev=16927
Author: laffer1
Date: 2014-09-07 10:52:13 -0400 (Sun, 07 Sep 2014)
Log Message:
-----------
add license and fix fetch of joomla
Modified Paths:
--------------
trunk/www/joomla15/Makefile
Modified: trunk/www/joomla15/Makefile
===================================================================
--- trunk/www/joomla15/Makefile 2014-09-07 14:50:47 UTC (rev 16926)
+++ trunk/www/joomla15/Makefile 2014-09-07 14:52:13 UTC (rev 16927)
@@ -3,6 +3,7 @@
PORTNAME= joomla15
PORTVERSION= 1.5.24
+PORTREVISION= 2
CATEGORIES= www
MASTER_SITES= http://joomlacode.org/gf/download/frsrelease/15898/68912/ \
http://linux3.dti.supsi.ch/downloads/
@@ -9,11 +10,13 @@
DISTNAME= Joomla_${PORTVERSION}-Stable-Full_Package
MAINTAINER= ports at MidnightBSD.org
-COMMENT= A dynamic web content management system (CMS)
+COMMENT= Dynamic web content management system (CMS)
+
LICENSE= gpl2
+LICENSE_FILE= ${WRKSRC}/LICENSE.php
FETCH_CMD= fetch -Rr
-USE_BZIP2= yes
+USES= tar:bzip2
NO_BUILD= yes
USE_MYSQL= yes
USE_PHP= mysql pcre xml zlib session gd pdf
More information about the Midnightbsd-cvs
mailing list