head	1.26;
access;
symbols
	RELEASE_8_3_0:1.25
	RELEASE_9_0_0:1.23
	RELEASE_7_4_0:1.17
	RELEASE_8_2_0:1.17
	RELEASE_6_EOL:1.15
	RELEASE_8_1_0:1.15
	RELEASE_7_3_0:1.15
	RELEASE_8_0_0:1.15
	RELEASE_7_2_0:1.15
	RELEASE_7_1_0:1.15
	RELEASE_6_4_0:1.15
	RELEASE_5_EOL:1.14
	RELEASE_7_0_0:1.14
	RELEASE_6_3_0:1.14
	PRE_XORG_7:1.11
	RELEASE_4_EOL:1.11
	RELEASE_6_2_0:1.10
	RELEASE_6_1_0:1.5
	RELEASE_5_5_0:1.5;
locks; strict;
comment	@# @;


1.26
date	2012.06.25.06.36.16;	author wen;	state dead;
branches;
next	1.25;

1.25
date	2012.02.21.06.19.05;	author wen;	state Exp;
branches;
next	1.24;

1.24
date	2012.02.08.07.19.15;	author wen;	state Exp;
branches;
next	1.23;

1.23
date	2011.12.09.07.52.08;	author wen;	state Exp;
branches;
next	1.22;

1.22
date	2011.10.14.08.30.36;	author wen;	state Exp;
branches;
next	1.21;

1.21
date	2011.07.14.07.22.08;	author se;	state Exp;
branches;
next	1.20;

1.20
date	2011.06.29.06.16.56;	author wen;	state Exp;
branches;
next	1.19;

1.19
date	2011.03.25.01.10.37;	author wen;	state Exp;
branches;
next	1.18;

1.18
date	2011.02.12.05.09.43;	author miwi;	state Exp;
branches;
next	1.17;

1.17
date	2011.01.18.01.02.08;	author wen;	state Exp;
branches;
next	1.16;

1.16
date	2011.01.17.13.06.08;	author linimon;	state Exp;
branches;
next	1.15;

1.15
date	2008.06.01.11.26.57;	author miwi;	state Exp;
branches;
next	1.14;

1.14
date	2007.08.05.07.33.23;	author miwi;	state Exp;
branches;
next	1.13;

1.13
date	2007.06.23.11.41.45;	author lwhsu;	state Exp;
branches;
next	1.12;

1.12
date	2007.05.19.20.25.05;	author flz;	state Exp;
branches;
next	1.11;

1.11
date	2007.01.17.23.17.56;	author gabor;	state Exp;
branches;
next	1.10;

1.10
date	2006.09.01.13.22.49;	author garga;	state Exp;
branches;
next	1.9;

1.9
date	2006.08.30.12.37.21;	author remko;	state Exp;
branches;
next	1.8;

1.8
date	2006.06.30.22.46.51;	author miwi;	state Exp;
branches;
next	1.7;

1.7
date	2006.06.18.19.35.00;	author miwi;	state Exp;
branches;
next	1.6;

1.6
date	2006.04.04.17.10.29;	author pav;	state Exp;
branches;
next	1.5;

1.5
date	2006.02.11.02.35.04;	author lawrance;	state Exp;
branches;
next	1.4;

1.4
date	2006.01.28.13.00.48;	author tdb;	state Exp;
branches;
next	1.3;

1.3
date	2006.01.02.21.37.27;	author edwin;	state Exp;
branches;
next	1.2;

1.2
date	2005.11.28.07.30.34;	author sem;	state Exp;
branches;
next	1.1;

1.1
date	2005.11.25.02.08.33;	author edwin;	state Exp;
branches;
next	;


desc
@@


1.26
log
@- Remove www/joomla, use www/joomla25 instead
@
text
@# New ports collection makefile for:	www/joomla
# Date created:				Sat Out 15, 2005
# Whom:					Francisco Cabrita <include@@npf.pt.freebsd.org>
#
# $FreeBSD: ports/www/joomla/Makefile,v 1.25 2012/02/21 06:19:05 wen Exp $

PORTNAME=	joomla
PORTVERSION=	1.7.5
CATEGORIES=	www
MASTER_SITES=	http://downloads.joomlacode.org/frsrelease/7/2/0/72049/
DISTNAME=	Joomla_${PORTVERSION}-Stable-Full_Package

MAINTAINER=	wen@@FreeBSD.org
COMMENT=	A dynamic web content management system (CMS)

CONFLICTS=	joomla-2.*.*

NO_BUILD=	yes
FETCH_ARGS=	-apR
USE_ZIP=	yes
USE_MYSQL=	yes
USE_PHP=	mysql pcre xml zlib session gd pdf json mbstring \
		simplexml
WANT_PHP_WEB=	yes
PKGMESSAGE=	${WRKDIR}/pkg-message
SUB_FILES=	pkg-message

do-extract:
	@@${MKDIR} ${WRKSRC}
	@@${TAR} -yxf ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} -C ${WRKSRC}

do-install:
	@@${MKDIR} ${WWWDIR}
	@@cd ${WRKSRC} && \
		${FIND} . -type d -exec ${MKDIR} ${WWWDIR}/{} \; \
			-exec ${CHOWN} ${WWWOWN}:${WWWGRP} ${WWWDIR}/{} \;
	@@cd ${WRKSRC} && \
		${FIND} . \! -type d -exec ${INSTALL_DATA} {} ${WWWDIR}/{} \; \
			-exec ${CHOWN} ${WWWOWN}:${WWWGRP} ${WWWDIR}/{} \;

post-install:
	@@${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>
@


1.25
log
@- Add CONFLICTS with www/joomla25
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.24
log
@- Update to 1.7.5

Thanks to:	Hilko Meyer <hilko.meyer@@gmx.de>
@
text
@d16 2
@


1.23
log
@- Update to 1.7.3

Feature safe:	yes
@
text
@d8 1
a8 1
PORTVERSION=	1.7.3
d10 1
a10 1
MASTER_SITES=	http://downloads.joomlacode.org/frsrelease/6/9/6/69672/
d18 1
a18 1
USE_BZIP2=	yes
@


1.22
log
@- Update to 1.7.1

Thanks to:	Hilko Meyer <hilko.meyer@@gmx.de>
@
text
@d8 1
a8 1
PORTVERSION=	1.7.1
d10 1
a10 1
MASTER_SITES=	http://downloads.joomlacode.org/frsrelease/6/8/3/68387/
@


1.21
log
@Upgrade to 1.6.5.

Approved by:	wen
@
text
@d8 1
a8 1
PORTVERSION=	1.6.5
d10 1
a10 1
MASTER_SITES=	http://joomlacode.org/gf/download/frsrelease/15179/66267/
@


1.20
log
@- Update to 1.6.4

PR:		ports/158414
Submitted by:	Terry Sposato <tabmow@@freenode.net>
@
text
@d8 1
a8 1
PORTVERSION=	1.6.4
d10 1
a10 1
MASTER_SITES=	http://joomlacode.org/gf/download/frsrelease/15063/65931/
@


1.19
log
@- Update to 1.6.1

PR:		ports/155907
Submitted by:	Harald Schmalzbauer <freebsd@@omnilan.de>
@
text
@d8 1
a8 1
PORTVERSION=	1.6.1
d10 1
a10 1
MASTER_SITES=	http://joomlacode.org/gf/download/frsrelease/14236/62391/
a11 1
DIST_SUBDIR=	${PORTNAME}
d28 1
a28 1
	@@${TAR} -yxf ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX} -C ${WRKSRC}
@


1.18
log
@- Add missing dependency

PR:		154694
Submitted by:	Hilko Meyer <hilko.meyer@@gmx.de>
Approved by:	maintainer implicit
@
text
@d8 1
a8 2
PORTVERSION=	1.6.0
PORTREVISION=	1
d10 1
a10 1
MASTER_SITES=	http://joomlacode.org/gf/download/frsrelease/13869/60196/
@


1.17
log
@- Update to 1.6.0
- Take maintainership

PR:		ports/153921
Submitted by:	Wen Heping <wen@@FreeBSD.org> (myself)
Feature safe:	yes
@
text
@d9 1
d22 2
a23 1
USE_PHP=	mysql pcre xml zlib session gd pdf json mbstring
@


1.16
log
@Reset include@@npf.pt.freebsd.org due to bounce.

Noticed by:	wen
Hat:		portmgr
Feature safe:	yes
@
text
@d8 1
a8 1
PORTVERSION=	1.0.15
d10 1
a10 1
MASTER_SITES=	http://downloads.joomlacode.org/frsrelease/2/2/5/22536/
d14 1
a14 1
MAINTAINER=	ports@@FreeBSD.org
d18 1
d21 1
a21 1
USE_PHP=	mysql pcre xml zlib session gd pdf
@


1.15
log
@- Update to 1.0.15

PR:		122734
Submitted by:	Steve Wills <steve@@mouf.net>
Approved by:	maintainer timeout
@
text
@d14 1
a14 1
MAINTAINER=	include@@npf.pt.freebsd.org
@


1.14
log
@- Update to 1.0.13

Approved by:	maintainer timeout (security 3 days) remko (secteam)
Security:	http://www.vuxml.org/freebsd/4872d9a7-4128-11dc-bdb0-0016179b2dd5.html
@
text
@d8 1
a8 1
PORTVERSION=	1.0.13
d10 1
a10 1
MASTER_SITES=	http://downloads.joomlacode.org/frsrelease/1/3/2/13215/
@


1.13
log
@- Use WWWDIR, to solve the problem described in [1]
- Solve fetch problem [2]

PR:		ports/111014 [1], ports/112012 [2] (base on these two)
Submitted by:	Scot Hetzel <swhetzel AT gmail.com> [1]
		Craig Butler <craig001 AT lerwick.hopto.org> [2]
Approved by:	"Francisco Cabrita <include>" <include AT npf.pt.freebsd.org>
		(maintainer)
@
text
@d8 1
a8 2
PORTVERSION=	1.0.12
PORTREVISION=	2
d10 1
a10 1
MASTER_SITES=	http://downloads.joomlacode.org/frsrelease/2/6/4/264/
@


1.12
log
@- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
@
text
@d9 1
a9 1
PORTREVISION=	1
d11 3
a13 2
MASTER_SITES=	http://forge.joomla.org/sf/frs/do/downloadFile/projects.joomla/frs.joomla_1_0.1_0_12/frs8162?dl=1/:source1
DISTFILES=	${JOOMLA_SRC}:source1
d19 1
a24 7
SUB_LIST+=	JOOMLA_DIR=${JOOMLA_DIR}
PLIST_SUB+=	JOOMLA_DIR=${JOOMLA_DIR}

JOOMLA_DIR?=	www/${PORTNAME}
DIST_SUBDIR=	${PORTNAME}

JOOMLA_SRC=	Joomla_${PORTVERSION}-Stable-Full_Package.tar.bz2
d28 1
a28 1
	@@${TAR} -yxf ${DISTDIR}/${DIST_SUBDIR}/${JOOMLA_SRC} -C ${WRKSRC}
d31 1
a31 1
	@@${MKDIR} ${PREFIX}/${JOOMLA_DIR}
d33 2
a34 2
		${FIND} . -type d -exec ${MKDIR} ${PREFIX}/${JOOMLA_DIR}/{} \; \
			-exec ${CHOWN} ${WWWOWN}:${WWWGRP} ${PREFIX}/${JOOMLA_DIR}/{} \;
d36 2
a37 2
		${FIND} . \! -type d -exec ${INSTALL_DATA} {} ${PREFIX}/${JOOMLA_DIR}/{} \; \
			-exec ${CHOWN} ${WWWOWN}:${WWWGRP} ${PREFIX}/${JOOMLA_DIR}/{} \;
@


1.11
log
@- Update to 1.0.12
- Update MASTER_SITES

Release info for 1.0.12: http://www.joomla.org/content/view/2446/1/

PR:		ports/107889
Submitted by:	Francisco Alves Cabrita <include@@npf.deec.uc.pt> (maintainer)
Approved by:	erwin (mentor)
Security:	CVE-2006-6832, CVE-2006-6833, CVE-2006-6834
@
text
@d9 1
@


1.10
log
@- Update to 1.0.11

PR:		ports/102746
Submitted by:	Francisco Alves Cabrita <include@@npf.deec.uc.pt> (maintainer)
Security:	VuXML: 0ab423e7-3822-11db-81e1-000e0c2e438a
@
text
@d8 1
a8 1
PORTVERSION=	1.0.11
d10 1
a10 1
MASTER_SITES=	http://developer.joomla.org/sf/frs/do/downloadFile/projects.joomla/frs.joomla_1_0.1_0_11/frs6656?dl=1/:source1
@


1.9
log
@Mark Joomla as FORBIDDEN, there are remote code execution vulnerabilities
within PEAR.php (as mentioned by the joomla developers).

The port should be upgraded to 1.0.11 to solve these issues, maintainer
had been informed.

With hat:	secteam
@
text
@d8 1
a8 1
PORTVERSION=	1.0.10
d10 1
a10 1
MASTER_SITES=	http://developer.joomla.org/sf/frs/do/downloadFile/projects.joomla/frs.joomla_1_0.1_0_10/frs5789?dl=1/:source1
a15 2
FORBIDDEN=	remote code execution: http://vuxml.FreeBSD.org/0ab423e7-3822-11db-81e1-000e0c2e438a.html

@


1.8
log
@- Update to 1.0.10
- Which fixes several vulnerabilities

- Security: http://www.joomla.org/content/view/1511/78/

PR:		        ports/99601
Submitted by:	Francisco Alves Cabrita <include_at_npf.deec.uc.pt> (maintainer)
Approved by:	markus (co mentor)
@
text
@d16 2
@


1.7
log
@Update to 1.0.9

PR:		ports/98987
Submitted by:	Francisco Alves Cabrita <include@@npf.deec.uc.pt>
Approved by:	krion (mentor)
@
text
@d8 1
a8 1
PORTVERSION=	1.0.9
d10 1
a10 1
MASTER_SITES=	http://developer.joomla.org/sf/frs/do/downloadFile/projects.joomla/frs.joomla_1_0.1_0_9/frs5459?dl=1/:source1
@


1.6
log
@- Update to 1.0.8

PR:		ports/95266
Submitted by:	Francisco Alves Cabrita <include@@npf.deec.uc.pt> (maintainer)
Prodded by:	the powers that are (wes)
@
text
@d8 1
a8 1
PORTVERSION=	1.0.8
d10 1
a10 1
MASTER_SITES=	http://forge.joomla.org/sf/frs/do/downloadFile/projects.joomla/frs.joomla_1_0.1_0_8/frs3902?dl=1/:source1
@


1.5
log
@Add missing PHP- session, gd, and pdf dependencies.

PR:		ports/92884
Submitted by:	Francisco Alves Cabrita <include@@npf.pt.freebsd.org> (maintainer)
@
text
@d8 1
a8 1
PORTVERSION=	1.0.7
d10 1
a10 1
MASTER_SITES=	http://developer.joomla.org/sf/frs/do/downloadFile/projects.joomla/frs.joomla_1_0.1_0_7/frs3338?dl=1/:source1
@


1.4
log
@- Update to 1.0.7

PR:		92406
Submitted by:	Piet Delport <pjd@@satori.za.net>
Approved by:	maintainer
@
text
@d18 1
a18 1
USE_PHP=	mysql pcre xml zlib
@


1.3
log
@[SECURITY UPDATE]: Update for www/joomla 1.0.4 to 1.0.5

	Security Vunerabilities - 1.0.5 Contains fixes for 1 Security Issue.
	Medium Level Threats:
	Hardened ability to use the contact component to proliferate spam.

Submitted by:	Francisco Alves Cabrita <include@@npf.deec.uc.pt>
PR:		ports/91217
Security:	Security Vunerabilities - 1.0.5 Contains fixes for 1 Security Issue.
@
text
@d8 1
a8 1
PORTVERSION=	1.0.5
d10 1
a10 1
MASTER_SITES=	http://developer.joomla.org/sf/frs/do/downloadFile/projects.joomla/frs.joomla_1_0.1_0_5/frs2967?dl=1/:source1
d18 1
a18 1
USE_PHP=	mysql zlib
d28 1
a28 1
JOOMLA_SRC=	Joomla_1.0.5-Stable-Full_Package.tar.gz
d32 1
a32 2
	@@${TAR} -zxf ${DISTDIR}/${DIST_SUBDIR}/${JOOMLA_SRC} -C ${WRKSRC}
	@@${RM} -rf ${WRKSRC}/templates/rhuk_solarflare # remove empty
@


1.2
log
@- Update to 1.0.4
  It fixes 6 Security Vunerabilities:

Critical Level Threats
Potentional XSS injection through GET and other variables
 - Affects all previous versions of Joomla! and Mambo 4.5.2.3
Hardened SEF against XSS injection
 - Affects all previous versions of Joomla! and Mambo 4.5.2.3

Low Level Threats
Potential SQL injection in Polls modules through the Itemid variable
 - Affects all previous versions of Joomla! and Mambo 4.5.2.x series
Potential SQL injection in several methods in mosDBTable class
 - Affects all previous versions of Joomla! and Mambo 4.5.2.x series
Potential misuse of Media component file management functions
 - Affects all previous versions of Joomla! and Mambo 4.5.2.x series
Add search limit param (default of 50) to `Search` Mambots to prevent search flooding
 - Affects all previous versions of Joomla! and Mambo 4.5.2.x series

PR:		ports/89596
Submitted by:	Francisco Alves Cabrita (maintainer)
@
text
@d8 1
a8 1
PORTVERSION=	1.0.4
d10 1
a10 1
MASTER_SITES=	http://developer.joomla.org/sf/frs/do/downloadFile/projects.joomla/frs.joomla_1_0.1_0_4/frs2532?dl=1/:source1
d28 1
a28 1
JOOMLA_SRC=	Joomla_1.0.4-Stable-Full_Package.tar.gz
@


1.1
log
@[NEW PORT] www/joomla: Content Management System

	Joomla! is one of the most powerful Open Source Content
	Management Systems on the planet. It is used all over
	the world for everything from simple websites to complex
	corporate applications. Joomla! is easy to install,
	simple to manage, and reliable.

	WWW: http://www.joomla.org/

PR:		ports/87522
Submitted by:	Francisco Alves Cabrita <francisco@@nortenet.pt>
@
text
@d8 1
a8 1
PORTVERSION=	1.0.3
d10 1
a10 1
MASTER_SITES=	http://developer.joomla.org/sf/frs/do/downloadFile/projects.joomla/frs.joomla_1_0.1_0_3/frs1820?dl=1/:source1
d28 1
a28 1
JOOMLA_SRC=	Joomla_1.0.3-Stable-Full_Package.tar.gz
@

