head	1.18;
access;
symbols
	RELEASE_8_3_0:1.15
	RELEASE_9_0_0:1.15
	RELEASE_7_4_0:1.14
	RELEASE_8_2_0:1.14
	RELEASE_6_EOL:1.14
	RELEASE_8_1_0:1.14
	RELEASE_7_3_0:1.13
	RELEASE_8_0_0:1.13
	RELEASE_7_2_0:1.12
	RELEASE_7_1_0:1.12
	RELEASE_6_4_0:1.12
	RELEASE_5_EOL:1.12
	RELEASE_7_0_0:1.12
	RELEASE_6_3_0:1.12
	PRE_XORG_7:1.12
	RELEASE_4_EOL:1.11
	RELEASE_6_2_0:1.11
	RELEASE_6_1_0:1.11
	RELEASE_5_5_0:1.11
	RELEASE_6_0_0:1.7
	RELEASE_5_4_0:1.6
	RELEASE_4_11_0:1.6
	RELEASE_5_3_0:1.5
	RELEASE_4_10_0:1.3
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2;
locks; strict;
comment	@# @;


1.18
date	2012.11.17.06.02.40;	author svnexp;	state Exp;
branches;
next	1.17;

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

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

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

1.14
date	2010.05.07.17.54.30;	author pgollucci;	state Exp;
branches;
next	1.13;

1.13
date	2009.05.17.07.24.25;	author pgollucci;	state Exp;
branches;
next	1.12;

1.12
date	2007.03.19.20.01.47;	author clement;	state Exp;
branches;
next	1.11;

1.11
date	2006.02.14.11.41.12;	author pav;	state Exp;
branches;
next	1.10;

1.10
date	2005.12.04.16.27.42;	author clement;	state Exp;
branches;
next	1.9;

1.9
date	2005.12.04.00.18.10;	author clement;	state Exp;
branches;
next	1.8;

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

1.7
date	2005.08.01.09.34.36;	author clement;	state Exp;
branches;
next	1.6;

1.6
date	2004.11.13.15.02.27;	author clement;	state Exp;
branches;
next	1.5;

1.5
date	2004.08.18.16.21.45;	author clement;	state Exp;
branches;
next	1.4;

1.4
date	2004.07.11.09.18.44;	author clement;	state Exp;
branches;
next	1.3;

1.3
date	2003.12.21.18.40.44;	author clement;	state Exp;
branches;
next	1.2;

1.2
date	2003.10.14.13.04.02;	author erwin;	state Exp;
branches;
next	1.1;

1.1
date	2003.10.14.10.57.45;	author erwin;	state Exp;
branches;
next	;


desc
@@


1.18
log
@Switch exporter over
@
text
@# Created by: Clement Laforet <sheepkiller@@cultdeadsheep.org>
# $FreeBSD: head/www/mod_auth_external2/Makefile 304723 2012-09-22 21:15:50Z ohauer $

PORTNAME=	mod_auth_external
PORTVERSION=	2.2.11
PORTREVISION=	1
CATEGORIES=	www
MASTER_SITES=	http://www.unixpapa.com/software/
DIST_SUBDIR=	apache2

MAINTAINER=	apache@@FreeBSD.org
COMMENT=	Allows users authentication based on external mechanisms

MAKE_JOBS_SAFE=	yes

USE_APACHE=	22
AP_FAST_BUILD=	yes
AP_GENPLIST=	yes
LATEST_LINK=	mod_auth_external2
SHORTMODNAME=	auth_external

PORTDOCS=	AUTHENTICATORS INSTALL README

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

.include <bsd.port.mk>
@


1.17
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.16
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_auth_external2
# Date created:				Fri Oct  10
# Whom:					Clement Laforet <sheepkiller@@cultdeadsheep.org>
#
d16 1
a16 1
USE_APACHE=	22+
@


1.15
log
@ - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined
@
text
@d12 1
a12 1
DIST_SUBDIR=	apache20
d19 3
a21 3
USE_APACHE=	20+
AP_FAST_BUILD=	YES
AP_GENPLIST=	YES
@


1.14
log
@- Works with apache 2.0.x and 2.2.x

Reported by:    Vlad GURDIGA <gurdiga@@gmail.com> via apache@@ list
With Hat:       apache@@
@
text
@d9 1
@


1.13
log
@- Mark SAFE apache@@ ports MAKE_JOBS_SAFE=yes
@
text
@d16 1
a16 1
MAKE_JOBS_SAFE=  yes
d18 1
a18 1
USE_APACHE=	20
d28 1
a28 1
	@@${MKDIR} ${DOCSDIR}
d30 1
a30 1
	@@${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
@


1.12
log
@- Update to 2.2.11
@
text
@d16 2
@


1.11
log
@- Correct SHORTMODNAME, it was renamed in 2.2.10

Reported by:	Lukas Maly <lukas.maly@@col.cz>
@
text
@d8 1
a8 1
PORTVERSION=	2.2.10
d11 1
a11 1
DIST_SUBDIR=	apache2
d16 1
a16 1
USE_APACHE=	20+
@


1.10
log
@- Convert to new USE_APACHE
- Add SHA256
@
text
@d20 1
a20 1
SHORTMODNAME=	external_auth
@


1.9
log
@- prepare removal of www/apache2 in favor of www/apache20 for naming
  consistency
- add entries in UPDATING (for apache22 too)

PR:		ports/78119
Repocopied by:	marcus
@
text
@d16 1
a16 1
WANT_APACHE=	2
a23 2
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/www/apache20/Makefile.modules.3rd"
d32 1
a32 1
.include <bsd.port.post.mk>
@


1.8
log
@- Update to 2.2.10
- Fix DIST_SUBDIR
@
text
@d25 1
a25 1
.include "${PORTSDIR}/www/apache2/Makefile.modules.3rd"
@


1.7
log
@- set ${SHORTMODNAME} to fix LoadModule line in httpd.conf

PR:		ports/83507
Reported by:	Maurizio Giunti <meg@@0x01.org>
@
text
@d8 1
a8 1
PORTVERSION=	2.2.9
d11 1
a11 1
DIST_SUBDIR=	apache
@


1.6
log
@- Update to 2.2.9
@
text
@d20 1
@


1.5
log
@- Assign maintainership to freshly created apache@@ mailing list
@
text
@d8 1
a8 1
PORTVERSION=	2.2.8
@


1.4
log
@- Update to 2.2.8
- Utilize www/apache2/Makefile.modules.3rd macros
@
text
@d13 1
a13 1
MAINTAINER=	clement@@FreeBSD.org
@


1.3
log
@- Update to 2.2.7
- use PORTDOCS macro
- Change my email address

Approved by:        erwin (mentor)
@
text
@d8 1
a8 1
PORTVERSION=	2.2.7
d16 3
a18 3
USE_APACHE=	YES
APACHE_PORT=	www/apache2

a21 2
do-build:
	@@(cd ${WRKSRC}/ && ${APXS} -I. -c ${PORTNAME}.c)
d23 3
a25 2
do-install:
	@@(cd ${WRKSRC}/ && ${APXS} -A -i ${PORTNAME}.la)
d33 1
a33 1
.include <bsd.port.mk>
@


1.2
log
@fix typo in maintainer address

Submitted by:	maintainer
@
text
@d8 1
a8 1
PORTVERSION=	2.2.6
d13 1
a13 1
MAINTAINER=	sheepkiller@@cultdeadsheep.org
d16 2
a17 2
BUILD_DEPENDS=	${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache2
RUN_DEPENDS=	${BUILD_DEPENDS}
d21 1
a21 3
APXS?=		${LOCALBASE}/sbin/apxs

DOC_FILES=	AUTHENTICATORS INSTALL README
d29 1
a29 1
.   for f in ${DOC_FILES}
@


1.1
log
@Add mod_auth_external2 2.2.6,

Mod_Auth_External is an Apache module used for authentication. The Apache HTTP
Daemon can be configured to require users to supply logins and passwords
before accessing pages in some directories. Authentication is the process of
checking if the password given is correct for a user. Apache has standard
modules for authenticating out of several different kinds of databases.
Mod_Auth_External is a flexible tool for creating authentication systems based
on other databases.

WWW: http://www.unixpapa.com/mod_auth_external.html

PR:		57967
Submitted by:	Clement Laforet <sheepkiller@@cultdeadsheep.org>
@
text
@d13 1
a13 1
MAINTAINER=	sheeepkiller@@cultdeadsheep.org
@

