head	1.6;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.1;
locks; strict;
comment	@# @;


1.6
date	2012.11.17.06.02.41;	author svnexp;	state Exp;
branches;
next	1.5;

1.5
date	2012.09.22.21.15.50;	author ohauer;	state Exp;
branches;
next	1.4;

1.4
date	2012.08.18.14.29.08;	author ohauer;	state Exp;
branches;
next	1.3;

1.3
date	2011.08.20.17.27.46;	author ohauer;	state Exp;
branches;
next	1.2;

1.2
date	2010.09.22.21.50.02;	author pgollucci;	state Exp;
branches;
next	1.1;

1.1
date	2010.05.12.22.49.44;	author pgollucci;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Switch exporter over
@
text
@# Created by: Jim Riggs <ports@@christianserving.org>
# $FreeBSD: head/www/mod_remoteip/Makefile 304723 2012-09-22 21:15:50Z ohauer $

PORTNAME=	mod_remoteip
PORTVERSION=	2.3.5.a
CATEGORIES=	www
MASTER_SITES=	${MASTER_SITE_APACHE_HTTPD}
DISTNAME=	httpd-2.3.5-alpha

MAINTAINER=	ports@@christianserving.org
COMMENT=	Replaces the client IP address/hostname with that given by a proxy

MAKE_JOBS_SAFE=	yes

USE_APACHE=	22
AP_FAST_BUILD=	yes
AP_GENPLIST=	yes

SRC_FILE=	modules/metadata/${PORTNAME}.c

.include <bsd.port.mk>
@


1.5
log
@SVN rev 304723 on 2012-09-22 21:15:50Z by ohauer

- USE_APACHE= s/22+/22/
- adopt new Makefile header

Port build fails on local exp-run with apache24 with
 error: 'conn_rec' has no member named 'remote_ip'

or various other apache22 specific functions/parameters

with hat apache@@
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.4
log
@SVN rev 302724 on 2012-08-18 14:29:08Z by ohauer

- remove www/apache20 and devel/apr0
- s/USE_APACHE= 20+/USE_APACHE= 22+/
- unify s/YES/yes/
- cleanup APACHE_VERSION <= 22 usage
- add entry to MOVED

with hat apache@@
@
text
@d1 1
a1 4
# New ports collection makefile for:	mod_remoteip
# Date created:		2010-05-11
# Whom:			Jim Riggs <ports@@christianserving.org>
#
a2 1
#
d15 1
a15 1
USE_APACHE=	22+
@


1.3
log
@ - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined
@
text
@d20 2
a21 2
AP_FAST_BUILD=	YES
AP_GENPLIST=	YES
@


1.2
log
@- Mark mod_* modules MAKE_JOBS_SAFE=yes

With Hat:   apache@@
Tested by:  Several P6 TB runs
@
text
@d19 1
a19 1
USE_APACHE=	2.2+
@


1.1
log
@Backport of the Apache 2.3 module that replaces the apparent client
remote IP address and hostname for the request with the IP address
list presented by a proxy or load balancer via the request headers.

WWW:	http://httpd.apache.org/docs/2.3/mod/mod_remoteip.html

PR:		        ports/146509
Submitted by:	Jim Riggs <ports at christianserving.org>
@
text
@d17 2
@

