head	1.17;
access;
symbols
	RELEASE_8_3_0:1.14
	RELEASE_9_0_0:1.13
	RELEASE_7_4_0:1.12
	RELEASE_8_2_0:1.12
	RELEASE_6_EOL:1.12
	RELEASE_8_1_0:1.12
	RELEASE_7_3_0:1.12
	RELEASE_8_0_0:1.10
	RELEASE_7_2_0:1.9
	RELEASE_7_1_0:1.8
	RELEASE_6_4_0:1.8
	RELEASE_5_EOL:1.8
	RELEASE_7_0_0:1.8
	RELEASE_6_3_0:1.8
	PRE_XORG_7:1.8
	RELEASE_4_EOL:1.8
	RELEASE_6_2_0:1.8
	RELEASE_6_1_0:1.8
	RELEASE_5_5_0:1.8
	RELEASE_6_0_0:1.8
	RELEASE_5_4_0:1.8
	RELEASE_4_11_0:1.8
	RELEASE_5_3_0:1.8
	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.6
	RELEASE_5_0_0:1.5
	RELEASE_4_7_0:1.3
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1
	RELEASE_4_3_0:1.1;
locks; strict;
comment	@# @;


1.17
date	2012.11.17.06.02.41;	author svnexp;	state Exp;
branches;
next	1.16;

1.16
date	2012.09.22.21.15.50;	author ohauer;	state Exp;
branches;
next	1.15;

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

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

1.13
date	2011.08.20.17.27.43;	author ohauer;	state Exp;
branches;
next	1.12;

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

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

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

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

1.8
date	2004.08.18.16.21.50;	author clement;	state Exp;
branches;
next	1.7;

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

1.6
date	2003.02.20.19.15.28;	author knu;	state Exp;
branches;
next	1.5;

1.5
date	2002.11.10.16.48.25;	author lioux;	state Exp;
branches;
next	1.4;

1.4
date	2002.11.06.22.47.18;	author adamw;	state Exp;
branches;
next	1.3;

1.3
date	2002.09.09.18.30.06;	author dinoex;	state Exp;
branches;
next	1.2;

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

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


desc
@@


1.17
log
@Switch exporter over
@
text
@# Created by: will
# $FreeBSD: head/www/mod_hosts_access/Makefile 304723 2012-09-22 21:15:50Z ohauer $

PORTNAME=	mod_hosts_access
PORTVERSION=	1.1.0
PORTREVISION=	1
CATEGORIES=	www
MASTER_SITES=	LOCAL/pgollucci

MAINTAINER=	apache@@FreeBSD.org
COMMENT=	Apache module that makes Apache respect hosts.allow and hosts.deny

MAKE_JOBS_SAFE=	yes

USE_APACHE=	22
AP_FAST_BUILD=	yes
AP_GENPLIST=	yes

AP_LIB+=	${LOCALBASE}/lib -lwrap

.include <bsd.port.mk>
@


1.16
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.15
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_hosts_access
# Date created:				10 April 2001
# Whom:					will
#
a2 1
#
d15 1
a15 1
USE_APACHE=	22+
@


1.14
log
@- change required APACHE version from 13+ to 20+
  (prepare to remove www/apache13)

- no PORTREVISION bump since apache22 is the default

with hat apache@@
@
text
@d19 1
a19 1
USE_APACHE=	20+
@


1.13
log
@ - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined
@
text
@d19 1
a19 1
USE_APACHE=	13+
@


1.12
log
@- Host the distfile locally since it disappeared between my build and the pointhat run.

Reported by:    pav,miwi
@
text
@d10 1
d19 1
a19 1
USE_APACHE=	1.3+
@


1.11
log
@- Update to 1.1.0
  o now compatible with 1.3+

PR:             ports/140092
Submitted by:   Kimo <kimor79@@yahoo.com>
@
text
@d11 1
a11 1
MASTER_SITES=	http://www.klomp.org/mod_hosts_access/
@


1.10
log
@- Mark SAFE apache@@ ports MAKE_JOBS_SAFE=yes
@
text
@d9 1
a9 2
PORTVERSION=	1.0.0
PORTREVISION=	1
d16 1
a16 1
MAKE_JOBS_SAFE=  yes
d18 1
a18 1
USE_APACHE=	1.3
d22 1
a22 1
AP_LIB=	-shared -lwrap
@


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


1.8
log
@- Assign maintainership to freshly created apache@@ mailing list
@
text
@d17 3
a19 2
USE_APACHE=	yes
APXS_FLAGS?=	-S LDFLAGS_SHLIB="-shared -lwrap"
d21 1
a21 5
do-build:
	@@cd ${WRKSRC} && ${APXS} ${APXS_FLAGS} -c ${PORTNAME}.c

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


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

Submitted by:	dinoex
@
text
@d14 1
a14 1
MAINTAINER=	ports@@FreeBSD.org
@


1.6
log
@De-pkg-comment.
@
text
@d17 1
a17 5
BUILD_DEPENDS=	${APXS}:${APACHE_PORT}
RUN_DEPENDS=	${APXS}:${APACHE_PORT}

APXS?=		${LOCALBASE}/sbin/apxs
APACHE_PORT?=	${PORTSDIR}/www/apache13
@


1.5
log
@o Rollback PORTCOMMENT modifications while this feature's implementation
  is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
@
text
@d15 1
@


1.4
log
@Use PORTCOMMENT in the Makefile, and whack the pkg-comment.

Approved by:	pat
@
text
@a15 2
PORTCOMMENT=	Apache module that makes Apache respect hosts.allow and hosts.deny

@


1.3
log
@support appache13-modssl by defining APACHE_PORT in /etc/make.conf
others variants of the apache ports can be used too.
@
text
@d16 2
@


1.2
log
@Link with -lwrap to make the Apache module actually function and load
correctly.

Submitted by:	Maikel Verheijen <maikel@@ladot.com>
@
text
@d16 2
a17 2
BUILD_DEPENDS=	${APXS}:${PORTSDIR}/www/apache13
RUN_DEPENDS=	${APXS}:${PORTSDIR}/www/apache13
d20 1
@


1.1
log
@Add mod_hosts_access 1.0.0, an Apache module that makes Apache respect
hosts.allow and hosts.deny.
@
text
@d10 1
d20 1
d23 1
a23 1
	@@cd ${WRKSRC} && ${APXS} -c ${PORTNAME}.c
@

