head	1.18;
access;
symbols
	RELEASE_9_0_0:1.17
	RELEASE_7_4_0:1.13
	RELEASE_8_2_0:1.13
	RELEASE_6_EOL:1.12
	RELEASE_8_1_0:1.11
	RELEASE_7_3_0:1.11
	RELEASE_8_0_0:1.11
	RELEASE_7_2_0:1.7
	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.7
	RELEASE_5_4_0:1.7
	RELEASE_4_11_0:1.7
	RELEASE_5_3_0:1.7
	RELEASE_4_10_0:1.7
	RELEASE_5_2_1:1.7
	RELEASE_5_2_0:1.7
	RELEASE_4_9_0:1.6
	RELEASE_5_1_0:1.6
	RELEASE_4_8_0:1.5
	RELEASE_5_0_0:1.4
	RELEASE_4_7_0:1.4
	RELEASE_4_6_2:1.4
	RELEASE_4_6_1:1.4
	RELEASE_4_6_0:1.4
	RELEASE_5_0_DP1:1.3
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.1
	RELEASE_4_3_0:1.1;
locks; strict;
comment	@# @;


1.18
date	2012.01.01.19.30.48;	author ohauer;	state dead;
branches;
next	1.17;

1.17
date	2011.11.02.03.43.37;	author pgollucci;	state Exp;
branches;
next	1.16;

1.16
date	2011.09.07.03.00.43;	author pgollucci;	state Exp;
branches;
next	1.15;

1.15
date	2011.08.27.09.54.36;	author ohauer;	state Exp;
branches;
next	1.14;

1.14
date	2011.08.20.19.00.10;	author ohauer;	state Exp;
branches;
next	1.13;

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

1.12
date	2010.10.20.03.26.33;	author pgollucci;	state Exp;
branches;
next	1.11;

1.11
date	2009.08.05.02.21.50;	author pgollucci;	state Exp;
branches;
next	1.10;

1.10
date	2009.08.04.23.20.57;	author anders;	state Exp;
branches;
next	1.9;

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

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

1.7
date	2003.11.07.09.12.55;	author marcus;	state Exp;
branches;
next	1.6;

1.6
date	2003.04.01.22.45.49;	author anders;	state Exp;
branches;
next	1.5;

1.5
date	2003.03.07.06.12.45;	author ade;	state Exp;
branches;
next	1.4;

1.4
date	2002.04.22.01.38.22;	author anders;	state Exp;
branches;
next	1.3;

1.3
date	2002.03.15.00.31.53;	author anders;	state Exp;
branches;
next	1.2;

1.2
date	2001.10.07.02.03.44;	author petef;	state Exp;
branches;
next	1.1;

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


desc
@@


1.18
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_proxy_add_forward
# Date created:		25 March 2001
# Whom:			Anders Nordby <anders@@fix.no>
#
# $FreeBSD: ports/www/mod_proxy_add_forward/Makefile,v 1.17 2011/11/02 03:43:37 pgollucci Exp $
#

PORTNAME=	mod_proxy_add_forward
PORTVERSION=	20020710
CATEGORIES=	www
MASTER_SITES=	http://develooper.com/code/mpaf/
EXTRACT_SUFX=	.c

MAINTAINER=	apache@@FreeBSD.org
COMMENT=	Apache module that adds a client IP header to outgoing proxy requests

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

NO_WRKSUBDIR=	yes

do-extract:
	@@${MKDIR} ${WRKDIR}/
	@@${CP} -p ${DISTDIR}/${DISTFILES} ${WRKDIR}/${PORTNAME}.c

post-install:
	@@${ECHO} "================================================================================"
	@@${ECHO} "Enable mod_proxy_add_forward in Apache's config manually."
	@@${ECHO} "================================================================================"

.include <bsd.port.mk>
@


1.17
log
@- sync apache13 related EXPIRATION_DATE

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


1.16
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
@d18 1
a18 1
EXPIRATION_DATE=	2011-11-01
@


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

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


1.14
log
@- USE_APACHE=  /1.3/13/  /2.0/20/ /2.2/22/
@
text
@d17 3
@


1.13
log
@- DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.

PR:             ports/153292
Submitted by:   myself (pgollucci)
Tested by:      -exp run by pav
Approved by:    portmgr (pav)
@
text
@d19 1
a19 1
USE_APACHE=	1.3
@


1.12
log
@- Fix some MASTER_SITES

With Hat:       apache@@
Reported by:    distilator
@
text
@a11 1
DISTNAME=	${PORTNAME}-${PORTVERSION}
@


1.11
log
@over to apache@@
@
text
@d11 1
a11 2
MASTER_SITES=	http://develooper.com/code/mpaf/ \
		http://atreides.freenix.no/~anders/
@


1.10
log
@Drop maintainership of some ports I do not use or have interest for
anymore.
@
text
@d16 1
a16 1
MAINTAINER=	ports@@FreeBSD.org
@


1.9
log
@- Mark remaining mod_* ports MAKE_JOBS_SAFE=yes

PR:             ports/134611
Approved by:    pav (#bsdports)
@
text
@d16 1
a16 1
MAINTAINER=	anders@@FreeBSD.org
@


1.8
log
@- USE_APACHE=yes is deprecated
- Convert to AP_FAST_BUILD/AP_GENPLIST

PR:             ports/133685
Approved by:    maintainer timeout (30 days)
Submitted by:   me
@
text
@d19 2
@


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

Submitted by:	dinoex
@
text
@d19 5
a23 2
USE_APACHE=	yes
NO_WRKSUBDIR=	YES
d26 1
a26 1
	@@${MKDIR} ${WRKDIR}
d29 1
a29 5
do-build:
	cd ${WRKSRC} && ${APXS} -c ${PORTNAME}.c

do-install:
	cd ${WRKSRC} && ${APXS} -A -i ${PORTNAME}.so
@


1.6
log
@Clean up pkg-plist.

Correct bad distfile checksum by updating to version 20020710. Only
comments changed.

Use a distfile with version number, to avoid unnecessary bad checksums
again.
@
text
@d19 1
a19 3
BUILD_DEPENDS=	${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13
RUN_DEPENDS=	${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13

a20 2

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


1.5
log
@Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
@
text
@d9 1
a9 1
PORTVERSION=	20010201
d13 1
a13 1
DISTNAME=	${PORTNAME}
d28 1
a28 1
	@@${CP} -p ${DISTDIR}/${DISTFILES} ${WRKDIR}
@


1.4
log
@Reclaim maintainership.
@
text
@d17 1
@


1.3
log
@Master site updates: www.freenix.no => atreides.freenix.no for these
files.
@
text
@d16 1
a16 1
MAINTAINER=	ports@@FreeBSD.org
@


1.2
log
@Set maintainer to ports@@FreeBSD.org

Submitted by:	Anders Nordby <anders@@fix.no> (previous maintainer)
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/mod_proxy_add_forward/Makefile,v 1.1 2001/03/31 02:14:14 will Exp $
d12 1
a12 1
		http://www.freenix.no/~anders/
@


1.1
log
@Add mod_proxy_add_forward 20010201, an apache module that adds a
client IP header to outgoing proxy requests.

PR:		26074
Submitted by:	Anders Nordby <anders@@fix.no>
@
text
@d5 1
a5 1
# $FreeBSD$
d16 1
a16 1
MAINTAINER=	anders@@fix.no
@

