head	1.11;
access;
symbols
	RELEASE_8_3_0:1.8
	RELEASE_9_0_0:1.8
	RELEASE_7_4_0:1.8
	RELEASE_8_2_0:1.8
	RELEASE_6_EOL:1.8
	RELEASE_8_1_0:1.8
	RELEASE_7_3_0:1.6
	RELEASE_8_0_0:1.6
	RELEASE_7_2_0:1.4
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1;
locks; strict;
comment	@# @;


1.11
date	2012.11.17.06.02.40;	author svnexp;	state Exp;
branches;
next	1.10;

1.10
date	2012.09.22.21.15.50;	author ohauer;	state Exp;
branches;
next	1.9;

1.9
date	2012.08.18.14.29.08;	author ohauer;	state Exp;
branches;
next	1.8;

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

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

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

1.5
date	2009.05.01.09.13.24;	author pgollucci;	state Exp;
branches;
next	1.4;

1.4
date	2009.03.22.20.53.47;	author pav;	state Exp;
branches;
next	1.3;

1.3
date	2009.03.22.20.53.13;	author pav;	state Exp;
branches;
next	1.2;

1.2
date	2007.12.16.12.47.26;	author pav;	state Exp;
branches;
next	1.1;

1.1
date	2007.07.29.11.42.05;	author pav;	state Exp;
branches;
next	;


desc
@@


1.11
log
@Switch exporter over
@
text
@# Created by: Will Stacey <will@@at.org>
# $FreeBSD: head/www/mod_authz_unixgroup/Makefile 304723 2012-09-22 21:15:50Z ohauer $

PORTNAME=	mod_authz_unixgroup
PORTVERSION=	1.0.1
PORTREVISION=	2
CATEGORIES=	www
MASTER_SITES=	http://www.unixpapa.com/software/

MAINTAINER=	apache@@FreeBSD.org
COMMENT=	A unix group access control module for Apache 2.1 and later

MAKE_JOBS_SAFE=  yes

USE_APACHE=	22
AP_FAST_BUILD=	yes
AP_GENPLIST=	yes
SHORTMODNAME=	authz_unixgroup

.include <bsd.port.mk>
@


1.10
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.9
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_authz_unixgroup
# Date created:				July 18, 2007
# Whom:					Will Stacey <will@@at.org>
#
a2 1
#
d15 1
a15 1
USE_APACHE=	22+
@


1.8
log
@- Chase devel/apr -> devel/apr1 shuffling

PR:             ports/146553
Submitted by:   myself (pgollucci@@)
With Hat:       apache@@
@
text
@d20 2
a21 2
AP_FAST_BUILD=	YES
AP_GENPLIST=	YES
@


1.7
log
@5/5: Chase www/apache22 (bundled apr shlib bump)

PR:             ports/146130
Approved by:    portmgr (pav)
Tested by:      -exp run (pav)
With Hat:       apache@@
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.6
log
@- Mark SAFE apache@@ ports MAKE_JOBS_SAFE=yes
@
text
@d10 1
@


1.5
log
@- Pass maintainer to apache@@
@
text
@d16 2
@


1.4
log
@- Reset long-term inactive maintainer
@
text
@d13 1
a13 1
MAINTAINER=	ports@@FreeBSD.org
@


1.3
log
@- Update to 1.0.1

PR:		ports/131787
Submitted by:	Edmondas Girkantas <eg@@fbsd.lt> (maintainer)
Approved by:	maintainer timeout (1 month)
@
text
@d13 1
a13 1
MAINTAINER=	will@@at.org
@


1.2
log
@- Fix autoconfiguration of httpd.conf

PR:		ports/118101
Reported by:	nerVo <nervo@@no-log.org>
Approved by:	maintainer timeout (1 month)
@
text
@d9 1
a9 2
PORTVERSION=	1.0.0
PORTREVISION=	1
@


1.1
log
@This is a port of mod_authz_unixgroup for apache22, written by Jan Wolter.

Mod_Authz_Unixgroup is a unix group access control modules for Apache 2.1 and
later.  If you are having users authenticate with real Unix login ID over the
net, using something like my mod_authnz_external / pwauth combination, and you
want to do access control based on unix group membership, then
mod_authz_unixgroup is exactly what you need.

WWW: http://www.unixpapa.com/mod_authz_unixgroup/

PR:		ports/114717
Submitted by:	Will Stacey <will@@at.org>
@
text
@d10 1
d20 1
a20 1
SHORTMODNAME=	mod_authz_unixgroup
@

