head	1.15;
access;
symbols
	RELEASE_9_0_0:1.14
	RELEASE_7_4_0:1.10
	RELEASE_8_2_0:1.10
	RELEASE_6_EOL:1.10
	RELEASE_8_1_0:1.10
	RELEASE_7_3_0:1.10
	RELEASE_8_0_0:1.10
	RELEASE_7_2_0:1.9
	RELEASE_7_1_0:1.7
	RELEASE_6_4_0:1.7
	RELEASE_5_EOL:1.7
	RELEASE_7_0_0:1.7
	RELEASE_6_3_0:1.7
	PRE_XORG_7:1.7
	RELEASE_4_EOL:1.7
	RELEASE_6_2_0:1.7
	RELEASE_6_1_0:1.7
	RELEASE_5_5_0:1.7
	RELEASE_6_0_0:1.6
	RELEASE_5_4_0:1.5
	RELEASE_4_11_0:1.5
	RELEASE_5_3_0:1.5
	RELEASE_4_10_0:1.5
	RELEASE_5_2_1:1.5
	RELEASE_5_2_0:1.5
	RELEASE_4_9_0:1.4
	RELEASE_5_1_0:1.4
	RELEASE_4_8_0:1.4
	RELEASE_5_0_0:1.3
	RELEASE_4_7_0:1.3
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.1
	RELEASE_4_3_0:1.1;
locks; strict;
comment	@# @;


1.15
date	2012.01.01.19.30.50;	author ohauer;	state dead;
branches;
next	1.14;

1.14
date	2011.11.02.03.43.39;	author pgollucci;	state Exp;
branches;
next	1.13;

1.13
date	2011.09.07.03.00.44;	author pgollucci;	state Exp;
branches;
next	1.12;

1.12
date	2011.08.27.09.54.37;	author ohauer;	state Exp;
branches;
next	1.11;

1.11
date	2011.08.20.19.00.11;	author ohauer;	state Exp;
branches;
next	1.10;

1.10
date	2009.05.17.07.24.34;	author pgollucci;	state Exp;
branches;
next	1.9;

1.9
date	2009.04.12.04.23.27;	author pgollucci;	state Exp;
branches;
next	1.8;

1.8
date	2008.12.27.21.15.30;	author pgollucci;	state Exp;
branches;
next	1.7;

1.7
date	2005.09.20.14.20.33;	author erwin;	state Exp;
branches;
next	1.6;

1.6
date	2005.05.22.13.45.59;	author clement;	state Exp;
branches;
next	1.5;

1.5
date	2003.11.07.09.12.56;	author marcus;	state Exp;
branches;
next	1.4;

1.4
date	2003.02.21.14.01.21;	author knu;	state Exp;
branches;
next	1.3;

1.3
date	2002.06.08.21.48.29;	author petef;	state Exp;
branches;
next	1.2;

1.2
date	2001.11.24.02.24.27;	author dwcjr;	state Exp;
branches;
next	1.1;

1.1
date	2001.04.10.23.00.31;	author will;	state Exp;
branches;
next	;


desc
@@


1.15
log
@- remove apache13 and ports depending on apache13 from portstree
  ( EXPIRATION_DATE=2012-01-01 )

with hat apache@@
@
text
@# New ports collection makefile for:	mod_trigger
# Date created:				10 April 2001
# Whom:					will
#
# $FreeBSD: ports/www/mod_trigger/Makefile,v 1.14 2011/11/02 03:43:39 pgollucci Exp $
#

PORTNAME=	mod_trigger
PORTVERSION=	1.1
CATEGORIES=	www
MASTER_SITES=	http://download.tangent.org/

MAINTAINER=	apache@@FreeBSD.org
COMMENT=	Apache module to launch triggers if certain actions occur

DEPRECATED=	apache13 is deprecated, migrate to 2.2.x+ now
EXPIRATION_DATE=	2012-01-01

MAKE_JOBS_SAFE=  yes

USE_APACHE=	13

AP_FAST_BUILD=	yes
AP_GENPLIST=	yes

.include <bsd.port.mk>
@


1.14
log
@- sync apache13 related EXPIRATION_DATE

With Hat:	apache@@
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.13
log
@- Set EXPIRATION_DATE to an actual date (9.0 is behind, so guess 2 months from now).
- This can be changed later as needed, if at all, either way we won't remove them
  until after 9.0 is released.

With Hat:   apache@@
Reported by:    dvl via freshports
@
text
@d17 1
a17 1
EXPIRATION_DATE=	2011-11-01
@


1.12
log
@- set EXPIRATION_DATE to "one week after FreeBSD 9.0-RELEASE-p0"

with hat apache@@
@
text
@d17 1
a17 1
EXPIRATION_DATE=	one week after FreeBSD 9.0-RELEASE-p0
@


1.11
log
@- USE_APACHE=  /1.3/13/  /2.0/20/ /2.2/22/
@
text
@d16 3
@


1.10
log
@- Mark SAFE apache@@ ports MAKE_JOBS_SAFE=yes
@
text
@d18 1
a18 1
USE_APACHE=	1.3
@


1.9
log
@- USE_APACHE= yes is deprecated
- Convert to AP_FAST_BUILD/AP_GENPLIST
@
text
@d16 2
@


1.8
log
@Unmaintained www/mod_* ports over to apache@@ maintainer
mod_$lang excluded

Approved by:    portmgr (erwin)
@
text
@d16 1
a16 1
USE_APACHE=	yes
d18 2
a19 5
do-build:
	@@cd ${WRKSRC} && ${APXS} -c ${PORTNAME}.c

do-install:
	${APXS} -i -A -n ${PORTNAME:S/_//g} ${WRKSRC}/${PORTNAME}.so
@


1.7
log
@Reset maintainership of Seamus Venasse who has not responded for some time.
Thank you for your efforts in the past!

Noticed by:	tobez
Approved by:	portmgr (self)
@
text
@d13 1
a13 1
MAINTAINER=	ports@@FreeBSD.org
@


1.6
log
@- Fix MASTER_SITES
@
text
@d13 1
a13 1
MAINTAINER=	svenasse@@polaris.ca
@


1.5
log
@Use the new Apache bits from bsd.port.mk.

Submitted by:	dinoex
@
text
@d11 1
a11 2
MASTER_SITES=	http://software.tangent.org/download/ \
		ftp://ftp.tangent.org/pub/apache/
@


1.4
log
@De-pkg-comment.
@
text
@d17 1
a17 4
BUILD_DEPENDS=	${APXS}:${PORTSDIR}/www/apache13
RUN_DEPENDS=	${BUILD_DEPENDS}

APXS?=		${LOCALBASE}/sbin/apxs
@


1.3
log
@Update to 1.1.

PR:		39046
Submitted by:	maintainer
@
text
@d15 1
@


1.2
log
@Give maintainership to originator
Change download location to where new files are

PR:		31918
Submitted by:	svenasse@@polaris.ca
@
text
@d9 1
a9 2
PORTVERSION=	1.0
PORTREVISION=	1
@


1.1
log
@Add mod_trigger 1.0, an Apache module to launch triggers if certain
actions occur.
@
text
@d10 1
d12 2
a13 1
MASTER_SITES=	http://www.tangent.org/mod_trigger/
d15 1
a15 1
MAINTAINER=	ports@@FreeBSD.org
d18 1
a18 1
RUN_DEPENDS=	${APXS}:${PORTSDIR}/www/apache13
@

