head	1.7;
access;
symbols
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.4
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2;
locks; strict;
comment	@# @;


1.7
date	2011.06.25.09.23.46;	author miwi;	state dead;
branches;
next	1.6;

1.6
date	2011.02.25.01.32.11;	author delphij;	state Exp;
branches;
next	1.5;

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

1.4
date	2009.05.21.20.45.25;	author pgollucci;	state Exp;
branches;
next	1.3;

1.3
date	2009.01.05.19.04.38;	author delphij;	state Exp;
branches;
next	1.2;

1.2
date	2008.07.20.16.15.45;	author jadawin;	state Exp;
branches;
next	1.1;

1.1
date	2008.07.02.15.17.55;	author jadawin;	state Exp;
branches;
next	;


desc
@@


1.7
log
@Bye Bye

2011-05-01 irc/gdesklets-irc: Upstream disapear and distfile is no more available
2011-06-24 net/libevnet: no longer necessary now that libevent2 has been released
2011-05-01 shells/44bsd-csh: Upstream disapear and distfile is no more available
2011-05-01 www/mod_auth_ldap: apache 13/20 is sceduled for deletion, migrate to 2.2.x+ and mod_authnz_ldap now
2011-05-01 www/mod_auth_remote: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now
2011-05-01 www/mod_authenticache: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now
2011-05-01 www/mod_layout2: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now
2011-05-01 www/mod_macro2: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now
2011-05-01 www/mod_traf_thief: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now
2011-05-01 www/mod_transform: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now
@
text
@# New ports collection makefile for:	mod_auth_ldap
# Date created:				07 June 2008
# Whom:					Gerrit Beine <gerrit.beine@@gmx.de>
#
# $FreeBSD: ports/www/mod_auth_ldap/Makefile,v 1.6 2011/02/25 01:32:11 delphij Exp $
#

PORTNAME=	mod_auth_ldap
PORTVERSION=	2.12
PORTREVISION=	2
CATEGORIES=	www
MASTER_SITES=	http://www.muquit.com/muquit/software/mod_auth_ldap/ \
		LOCAL
MASTER_SITE_SUBDIR=	jadawin
DISTNAME=	modauthldap_apache2

MAINTAINER=	gerrit.beine@@gmx.de
COMMENT=	Apache module to authenticate against an LDAP directory

MAKE_JOBS_SAFE=  yes

DEPRECATED=	apache 13/20 is sceduled for deletion, migrate to 2.2.x+ and mod_authnz_ldap now
EXPIRATION_DATE=2011-05-01

USE_OPENLDAP=	yes
USE_APACHE=	20
AP_FAST_BUILD=	yes
AP_GENPLIST=	yes
SHORTMODNAME=	auth_ldap
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--with-ldap-dir=${LOCALBASE} --with-ssl=no
MAKE_ARGS+=	APXS=${APXS}

PORTDOCS=	README mod_auth_ldap_apache2.html ssl_tls.html

.if !defined(NOPORTDOCS)
post-install:
	@@${MKDIR} ${DOCSDIR}
	@@cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
.endif

.include <bsd.port.mk>
@


1.6
log
@Chase after net/openldap24-server update.

Reminded by:	miwi
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.5
log
@ - adjust USE_APACHE /20+/20/
 - mark port DEPRECATED
 - EXPIRATION_DATE 2011-05-01 (same as apache20)
 - remove MD5 from distfile
 - no version bump, since build against apache22 was at no time possible!

PR:		ports/147009
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.4
log
@- Mark remaining mod_* ports MAKE_JOBS_SAFE=yes

PR:             ports/134611
Approved by:    pav (#bsdports)
@
text
@d22 3
d26 1
a26 1
USE_APACHE=	2.0+
@


1.3
log
@Bump PORTREVISION's after OpenLDAP update.

Suggested by:	rafan
@
text
@d20 2
@


1.2
log
@- Add my MASTER_SITE_SUBDIR because muquit.com seems to have some problems.
@
text
@d10 1
@


1.1
log
@This module allows Apache to authenticate a location against an
entry, or entries, in an LDAP database.

WWW: http://www.muquit.com/muquit/software/mod_auth_ldap/mod_auth_ldap2.html

PR:		ports/124400
Submitted by:	Gerrit Beine <gerrit.beine at gmx.de>
@
text
@d11 3
a13 1
MASTER_SITES=	http://www.muquit.com/muquit/software/mod_auth_ldap/
@

