head	1.8;
access;
symbols
	RELEASE_9_0_0:1.7
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1
	RELEASE_6_0_0:1.1;
locks; strict;
comment	@# @;


1.8
date	2012.01.01.19.30.49;	author ohauer;	state dead;
branches;
next	1.7;

1.7
date	2011.11.02.03.43.38;	author pgollucci;	state Exp;
branches;
next	1.6;

1.6
date	2011.09.07.03.00.43;	author pgollucci;	state Exp;
branches;
next	1.5;

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

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

1.3
date	2009.05.18.10.57.34;	author pgollucci;	state Exp;
branches;
next	1.2;

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

1.1
date	2005.07.11.13.01.37;	author sem;	state Exp;
branches;
next	;


desc
@@


1.8
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_realip
# Date created:				11 July 2005
# Whom:					glebius
#
# $FreeBSD: ports/www/mod_realip/Makefile,v 1.7 2011/11/02 03:43:38 pgollucci Exp $
#

PORTNAME=	mod_realip
PORTVERSION=	2.0
CATEGORIES=	www
MASTER_SITES=	http://sysoev.ru/mod_realip/

MAINTAINER=	glebius@@FreeBSD.org
COMMENT=	Apache module to fix IP addresses in proxied 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

.include <bsd.port.mk>
@


1.7
log
@- sync apache13 related EXPIRATION_DATE

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


1.6
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.5
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.4
log
@- USE_APACHE=  /1.3/13/  /2.0/20/ /2.2/22/
@
text
@d16 3
@


1.3
log
@- use APACHEMODDIR in pkg-plist [1]
- Mark MAKE_JOBS_SAFE=yes

PR:				ports/134607 [1]
Approved by:	maintainer [1]
Submitted by:	me
@
text
@d18 1
a18 1
USE_APACHE=	1.3
@


1.2
log
@- USE_APACHE=yes is deprecated
- convert to AP_FAST_BUILD/AP_GENPLIST

PR:             ports/133630
Approved by:    maintainer (glebius)
@
text
@d16 2
@


1.1
log
@mod_realip is an apache 1.3 module, which changes the IP address of
the proxy server to the IP address a client, supplied by the proxy
server in "X-Real-IP" or "X-Forwarded-For" header. mod_realip is
designed for use on backends, which serve reverse proxied HTTP
requests.

Submitted by:	glebius
@
text
@d16 3
a18 9
USE_APACHE=	yes
MAKE_ARGS+=	APXS="${APXS}"

do-build:
	@@cd ${WRKSRC} && \
	${APXS} -c ${WRKSRC}/mod_realip.c

do-install:
	${APXS} -i -A -n realip ${WRKSRC}/mod_realip.so
@

