head	1.12;
access;
symbols
	RELEASE_8_3_0:1.10
	RELEASE_9_0_0:1.10
	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.8
	RELEASE_8_0_0:1.8
	RELEASE_7_2_0:1.6
	RELEASE_7_1_0:1.5
	RELEASE_6_4_0:1.5
	RELEASE_5_EOL:1.5
	RELEASE_7_0_0:1.5
	RELEASE_6_3_0:1.5
	PRE_XORG_7:1.5
	RELEASE_4_EOL:1.5
	RELEASE_6_2_0:1.5
	RELEASE_6_1_0:1.5
	RELEASE_5_5_0:1.5
	RELEASE_6_0_0:1.3
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.1;
locks; strict;
comment	@# @;


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

1.11
date	2012.08.18.14.29.08;	author ohauer;	state Exp;
branches;
next	1.10;

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

1.9
date	2011.02.25.01.32.11;	author delphij;	state Exp;
branches;
next	1.8;

1.8
date	2009.08.22.00.38.14;	author amdmi3;	state Exp;
branches;
next	1.7;

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

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

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

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

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

1.2
date	2004.08.18.16.21.48;	author clement;	state Exp;
branches;
next	1.1;

1.1
date	2004.01.09.00.46.03;	author clement;	state Exp;
branches;
next	;


desc
@@


1.12
log
@Switch exporter over
@
text
@# New ports collection makefile for:	mod_cfg_ldap
# Date created:				Sun Oct 19
# Whom:					Clement Laforet <sheepkiller@@cultdeadsheep.org>
#
# $FreeBSD: head/www/mod_cfg_ldap/Makefile 302724 2012-08-18 14:29:08Z ohauer $
#

PORTNAME=	mod_cfg_ldap
PORTVERSION=	1.2
PORTREVISION=	3
CATEGORIES=	www
MASTER_SITES=	SF/modcfgldap/${PORTNAME}/${PORTVERSION}
DIST_SUBDIR=	apache2

MAINTAINER=	apache@@FreeBSD.org
COMMENT=	Allows you to keep your virtual host configuration in a LDAP directory

MAKE_JOBS_SAFE=  yes

USE_APACHE=	22+
USE_OPENLDAP=	yes
AP_FAST_BUILD=	yes
AP_GENPLIST=	yes

LDAP_INC?=	${LOCALBASE}/include
LDAP_LIB?=	${LOCALBASE}/lib -lldap
AP_INC+=	${LDAP_INC}
AP_LIB+=	${LDAP_LIB}

PORTDOCS=	AUTHORS cfg_ldap.conf ChangeLog COPYING INSTALL \
		mod_cfg_ldap.schema README TODO

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

.include <bsd.port.mk>
@


1.11
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.10
log
@ - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined
@
text
@d20 4
a23 4
USE_APACHE=	20+
USE_OPENLDAP=	YES
AP_FAST_BUILD=	YES
AP_GENPLIST=	YES
@


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

Reminded by:	miwi
@
text
@d10 1
a10 1
PORTREVISION=	2
@


1.8
log
@- Switch SourceForge ports to the new File Release System: categories starting with W
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.7
log
@- Mark SAFE apache@@ ports MAKE_JOBS_SAFE=yes
@
text
@d12 1
a12 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME:S/_//g}
@


1.6
log
@Bump PORTREVISION's after OpenLDAP update.

Suggested by:	rafan
@
text
@d19 2
@


1.5
log
@- Convert to new USE_APACHE
- Add SHA256
@
text
@d10 1
@


1.4
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
@d18 1
a18 1
WANT_APACHE=	2
a30 3
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/www/apache20/Makefile.modules.3rd"

d39 1
a39 1
.include <bsd.port.post.mk>
@


1.3
log
@- Update to 1.2
- Use Makefile.modules.3rd
@
text
@d32 1
a32 1
.include "${PORTSDIR}/www/apache2/Makefile.modules.3rd"
@


1.2
log
@- Assign maintainership to freshly created apache@@ mailing list
@
text
@d9 1
a9 1
PORTVERSION=	1.0
d18 1
a18 2
USE_APACHE=	YES
WITH_APACHE2=	YES
d20 2
a22 1
APXS?=		${LOCALBASE}/sbin/apxs
d25 2
d31 2
a32 2
do-build:
	@@(cd ${WRKSRC} && ${APXS} -I ${LDAP_INC} -L ${LDAP_LIB} -c ${PORTNAME}.c)
d34 1
a34 2
do-install:
	@@(cd ${WRKSRC} && ${APXS} -n ${PORTNAME:S/mod_//} -A -i ${PORTNAME}.la)
d42 1
a42 1
.include <bsd.port.mk>
@


1.1
log
@Add mod_cfg_ldap 1.0, allows you to keep your virtual host configuration
in a LDAP directory and to make changes visible in nearly realtime.

WWW: http://modcfgldap.sourceforge.net/

PR:		58256
Approved by:    erwin (mentor) (implicitly)
@
text
@d15 1
a15 1
MAINTAINER=	clement@@FreeBSD.org
@

