head	1.10;
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.7
	RELEASE_7_3_0:1.5
	RELEASE_8_0_0:1.5
	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;
locks; strict;
comment	@# @;


1.10
date	2012.11.17.06.02.40;	author svnexp;	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.09.22.21.50.01;	author pgollucci;	state Exp;
branches;
next	1.7;

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

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

1.5
date	2009.05.20.09.45.25;	author lwhsu;	state Exp;
branches;
next	1.4;

1.4
date	2009.05.20.01.18.50;	author lwhsu;	state Exp;
branches;
next	1.3;

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

1.2
date	2009.02.18.23.50.11;	author beat;	state Exp;
branches;
next	1.1;

1.1
date	2007.04.13.16.26.57;	author lwhsu;	state Exp;
branches;
next	;


desc
@@


1.10
log
@Switch exporter over
@
text
@# New ports collection makefile for:   	mod_authnz_external
# Date created:        			March 26, 2007
# Whom:                			Jos Garca Juanino <jjuanino@@gmail.com>
#
# $FreeBSD: head/www/mod_authnz_external/Makefile 302724 2012-08-18 14:29:08Z ohauer $
#

PORTNAME=	mod_authnz_external
PORTVERSION=	3.1.2
PORTREVISION=	2
CATEGORIES=	www
MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
DIST_SUBDIR=	apache2

MAINTAINER=	eg@@fbsd.lt
COMMENT=	Allows users authentication based on external mechanisms on apache 2.2

MAKE_JOBS_SAFE=	yes

USE_APACHE=	22
AP_FAST_BUILD=	yes
AP_GENPLIST=	yes
SHORTMODNAME=	authnz_external
PROJECTHOST=	mod-auth-external

PORTDOCS=	AUTHENTICATORS INSTALL README	\
		CHANGES UPGRADE INSTALL.HARDCODE

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

.include <bsd.port.mk>
@


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
@d5 1
a5 1
# $FreeBSD$
@


1.8
log
@- Mark mod_* modules MAKE_JOBS_SAFE=yes

With Hat:   apache@@
Tested by:  Several P6 TB runs
@
text
@d13 1
a13 1
DIST_SUBDIR=	apache22
d21 2
a22 2
AP_FAST_BUILD=	YES
AP_GENPLIST=	YES
@


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

PR:             ports/146553
Submitted by:   myself (pgollucci@@)
With Hat:       apache@@
@
text
@d18 2
@


1.6
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.5
log
@- Utilize MASTER_SITE_GOOGLE_CODE

Submitted by:	pgollucci@@
Approved by:	Edmondas Girkantas <eg AT fbsd.lt> (maintainer)
@
text
@d10 1
@


1.4
log
@- Updated to 3.1.2
- project moved to google code site

PR:		ports/134730
Submitted by:	Edmondas Girkantas <eg AT fbsd.lt> (maintainer)
@
text
@d11 1
a11 1
MASTER_SITES=	http://mod-auth-external.googlecode.com/files/
d21 1
@


1.3
log
@- Pass to new maintainer

Approved by:	previous maintainer (ports@@)
@
text
@d9 1
a9 1
PORTVERSION=	3.1.1
d11 1
a11 1
MASTER_SITES=	http://www.unixpapa.com/software/
@


1.2
log
@- Update to 3.1.1

PR:		ports/131792
Submitted by:	Edmondas Girkantas <eg AT fbsd.lt>
Approved by:	Jose Garcia Juanino <jjuanino AT gmail.com> (maintainer), miwi (mentor)
@
text
@d14 1
a14 1
MAINTAINER=	jjuanino@@gmail.com
@


1.1
log
@Add mod_authnz_external 3.1.0, allows users authentication based on
external mechanisms on apache 2.2.

PR:		ports/110877
Submitted by:	Jos Garca Juanino <jjuanino at gmail.com>
Approved by:	clsung (mentor)
@
text
@d9 1
a9 1
PORTVERSION=	3.1.0
@

