head	1.21;
access;
symbols
	RELEASE_9_0_0:1.20
	RELEASE_7_4_0:1.16
	RELEASE_8_2_0:1.16
	RELEASE_6_EOL:1.16
	RELEASE_8_1_0:1.15
	RELEASE_7_3_0:1.15
	old_RELEASE_8_0_0:1.13
	old_RELEASE_7_2_0:1.8
	old_RELEASE_7_1_0:1.8
	old_RELEASE_6_4_0:1.8
	old_RELEASE_5_EOL:1.8
	old_RELEASE_7_0_0:1.8
	old_RELEASE_6_3_0:1.8
	old_PRE_XORG_7:1.8
	old_RELEASE_4_EOL:1.8
	old_RELEASE_6_2_0:1.8
	old_RELEASE_6_1_0:1.8
	old_RELEASE_5_5_0:1.8
	old_RELEASE_6_0_0:1.8
	old_RELEASE_5_4_0:1.8
	old_RELEASE_4_11_0:1.8
	old_RELEASE_5_3_0:1.8
	old_RELEASE_4_10_0:1.8
	old_RELEASE_5_2_1:1.8
	old_RELEASE_5_2_0:1.8
	old_RELEASE_4_9_0:1.7
	old_RELEASE_5_1_0:1.7
	old_RELEASE_4_8_0:1.5
	old_RELEASE_5_0_0:1.4
	old_RELEASE_4_7_0:1.4
	old_RELEASE_4_6_2:1.4
	old_RELEASE_4_6_1:1.4
	old_RELEASE_4_6_0:1.4
	old_RELEASE_5_0_DP1:1.3
	old_RELEASE_4_5_0:1.2
	old_RELEASE_4_4_0:1.1;
locks; strict;
comment	@# @;


1.21
date	2012.01.01.19.30.44;	author ohauer;	state dead;
branches;
next	1.20;

1.20
date	2011.11.02.03.43.35;	author pgollucci;	state Exp;
branches;
next	1.19;

1.19
date	2011.09.07.03.00.41;	author pgollucci;	state Exp;
branches;
next	1.18;

1.18
date	2011.08.27.09.54.34;	author ohauer;	state Exp;
branches;
next	1.17;

1.17
date	2011.08.20.19.00.08;	author ohauer;	state Exp;
branches;
next	1.16;

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

1.15
date	2009.10.12.13.53.30;	author kuriyama;	state Exp;
branches;
next	1.14;

1.14
date	2009.10.11.14.41.06;	author kuriyama;	state Exp;
branches;
next	1.13;

1.13
date	2009.08.05.14.27.11;	author kuriyama;	state Exp;
branches;
next	1.12;

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

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

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

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

1.8
date	2003.11.07.09.12.52;	author marcus;	state Exp;
branches;
next	1.7;

1.7
date	2003.04.09.22.07.25;	author anders;	state Exp;
branches;
next	1.6;

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

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

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

1.3
date	2002.03.15.00.31.52;	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.06.19.01.59.10;	author jeh;	state Exp;
branches;
next	;


desc
@@


1.21
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_extract_forwarded
# Date created:		9 June 2001
# Whom:			Anders Nordby <anders@@fix.no>
#
# $FreeBSD: ports/www/mod_extract_forwarded_ap13/Makefile,v 1.20 2011/11/02 03:43:35 pgollucci Exp $
#

PORTNAME=	mod_extract_forwarded
PORTVERSION=	1.4
CATEGORIES=	www
MASTER_SITES=	http://www.warhound.org/mod_extract_forwarded/

MAINTAINER=	apache@@FreeBSD.org
COMMENT=	An Apache module that can make proxied requests appear with client IP

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
CONFLICTS=	mod_extract_forwarded-2.* mod_extract_forwarded2-0.*
NO_LATEST_LINK=	yes

WRKSRC=		${WRKDIR}/${PORTNAME}

PORTDOCS=		doc.html README

post-install:
.if !defined(NOPORTDOCS)
	${MKDIR} ${DOCSDIR}/
.for f in ${PORTDOCS}
	${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/
.endfor
.endif
	${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>
@


1.20
log
@- sync apache13 related EXPIRATION_DATE

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


1.19
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.18
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.17
log
@- USE_APACHE=  /1.3/13/  /2.0/20/ /2.2/22/
@
text
@d16 3
@


1.16
log
@- update urls

Reported by:    distilator
With Hat:       apache@@
@
text
@d18 1
a18 1
USE_APACHE=	1.3
@


1.15
log
@- Set $NO_LATEST_LINK.

Spotted by:	erwin
@
text
@d11 1
a11 2
MASTER_SITES=	http://web.warhound.org/${PORTNAME}/ \
		http://atreides.freenix.no/~anders/
@


1.14
log
@- Resurrect previous version of mod_extract_forwarded for apache
  1.3.x by repocopy.
@
text
@d23 1
@


1.13
log
@- Upgrade to 2.0.2 (for Apache 2.x).
- This is upgraded version of 1.4 (by non-original author), but is not
  same as www/mod_extract_forwarded2 port (was forked from 1.x by
  another author).
- I'm not sure we should upgrade like this (upgrade 1.4 to forked
  2.0.2), but it seems original web site is disappeared, so I think we
  should do.

- This version does not support Apache 1.3.x versions.  If someone
  need old version of this port, I'll prepare
  www/mod_extract_forwarded1 port after repocopy.
@
text
@d9 1
a9 1
PORTVERSION=	2.0.2
d11 2
a12 2
MASTER_SITES=	http://www.openinfo.co.uk/apache/
DISTNAME=	extract_forwarded-${DISTVERSION}
d14 1
a14 1
MAINTAINER=	kuriyama@@FreeBSD.org
a16 3
USE_APACHE=	20+
WRKSRC=		${WRKDIR}/extract_forwarded
PORTDOCS=	INSTALL README
d19 1
d22 5
@


1.12
log
@over to apache@@
@
text
@d9 1
a9 1
PORTVERSION=	1.4
d11 2
a12 2
MASTER_SITES=	http://web.warhound.org/${PORTNAME}/ \
		http://atreides.freenix.no/~anders/
d14 1
a14 1
MAINTAINER=	apache@@FreeBSD.org
d17 3
a21 1
USE_APACHE=	1.3
a24 4
WRKSRC=		${WRKDIR}/${PORTNAME}

PORTDOCS=		doc.html README

@


1.11
log
@Drop maintainership of some ports I do not use or have interest for
anymore.
@
text
@d14 1
a14 1
MAINTAINER=	ports@@FreeBSD.org
@


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

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


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

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


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

Submitted by:	dinoex
@
text
@d11 1
a11 1
MASTER_SITES=	http://web.warhound.org/mod_extract_forwarded/ \
d17 4
a20 1
USE_APACHE=	yes
a21 1
DOCS=		doc.html README
d23 1
a23 2
do-build:
	cd ${WRKSRC} && ${APXS} -c ${PORTNAME}.c
d25 1
a25 2
do-install:
	cd ${WRKSRC} && ${APXS} -A -i ${PORTNAME}.so
d27 3
a29 3
	${INSTALL} -d -o root -g wheel -m 0755 ${PREFIX}/share/doc/${PORTNAME}
.for f in ${DOCS}
	${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/${PORTNAME}
@


1.7
log
@Update to 1.4.
@
text
@d17 1
a17 3
BUILD_DEPENDS=	${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13
RUN_DEPENDS=	${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13

a18 2

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


1.6
log
@Project moved. Update WWW and MASTER_SITES.
@
text
@d9 1
a9 1
PORTVERSION=	1.2
d23 1
a23 1
DOCS=		mod_extract_forwarded.html README
@


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
@d11 1
a11 1
MASTER_SITES=	http://web.systhug.com/mod_extract_forwarded/ \
@


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


1.3
log
@Master site updates: www.freenix.no => atreides.freenix.no for these
files.
@
text
@d14 1
a14 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_extract_forwarded/Makefile,v 1.1 2001/06/19 01:59:10 jeh Exp $
d12 1
a12 1
		http://www.freenix.no/~anders/
@


1.1
log
@New port of mod_extract_forwarded, an Apache module that can make proxied
requests appear with client IP.

PR:		27998
Submitted by:	Anders Nordby <anders@@fix.no>
@
text
@d5 1
a5 1
# $FreeBSD$
d14 1
a14 1
MAINTAINER=	anders@@fix.no
@

