head	1.12;
access;
symbols
	RELEASE_8_3_0:1.9
	RELEASE_9_0_0:1.9
	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.7
	RELEASE_7_1_0:1.7
	RELEASE_6_4_0:1.7
	RELEASE_5_EOL:1.7
	RELEASE_7_0_0:1.7
	RELEASE_6_3_0:1.7
	PRE_XORG_7:1.7
	RELEASE_4_EOL:1.6
	RELEASE_6_2_0:1.6
	RELEASE_6_1_0:1.6
	RELEASE_5_5_0:1.6
	RELEASE_6_0_0:1.5
	RELEASE_5_4_0:1.4
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.2;
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.29.11.47.29;	author ohauer;	state Exp;
branches;
next	1.10;

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

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

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

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

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

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

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

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

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

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


desc
@@


1.12
log
@Switch exporter over
@
text
@# New ports collection makefile for:	mod_auth_imap
# Date created:				Jun 5 2004
# Whom:					Clement Laforet <clement@@FreeBSD.org>
#
# $FreeBSD: head/www/mod_auth_imap2/Makefile 303333 2012-08-29 11:47:29Z ohauer $
#

PORTNAME=	mod_auth_imap
PORTVERSION=	2.2.0
PORTREVISION=	2
CATEGORIES=	www
MASTER_SITES=	http://ben.brillat.net/files/projects/mod_auth_imap2/
DISTNAME=	mod_auth_imap2-${PORTVERSION}
DIST_SUBDIR=	apache2

MAINTAINER=	apache@@FreeBSD.org
COMMENT=	An Apache 2 module to provide authentication via an IMAP mail server

LICENSE=	GPLv2

MAKE_JOBS_SAFE=  yes

WRKSRC=		${WRKDIR}/${PORTNAME}2-${PORTVERSION}
USE_APACHE=	22+
LATEST_LINK=	mod_auth_imap2
AP_FAST_BUILD=	yes
AP_GENPLIST=	yes

PORTDOCS=	htaccess-example httpd.conf-append-example

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

.include <bsd.port.mk>
@


1.11
log
@SVN rev 303333 on 2012-08-29 11:47:29Z by ohauer

- fix typo /mod_mask/mod_umask/

Noted by Ralf Gebhart and beat@@
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.10
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
@d10 1
a10 1
PORTREVISION=	1
d19 2
@


1.9
log
@ - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined
@
text
@d14 1
a14 1
DIST_SUBDIR=	apache20
d22 1
a22 1
USE_APACHE=	20+
d24 2
a25 2
AP_FAST_BUILD=	YES
AP_GENPLIST=	YES
@


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


1.7
log
@- Update to 2.2.0
@
text
@d18 2
@


1.6
log
@- Convert to new USE_APACHE
- Add SHA256
@
text
@d9 1
a9 1
PORTVERSION=	2.0.2
d11 3
a13 3
# real location is http://ben.brillat.net/files/projects/mod_auth_imap2/mod_auth_imap2-current.tar.gz
MASTER_SITES=	http://sheepkiller.nerim.net/ports/${PORTNAME}/
DIST_SUBDIR=	apache2
d19 1
a19 1
USE_APACHE=	20
@


1.5
log
@- Update to 2.0.2
- Fix MASTER_SITES and WWW
@
text
@d19 1
a19 1
WANT_APACHE=	2
a24 2
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/www/apache20/Makefile.modules.3rd"
d32 1
a32 1
.include <bsd.port.post.mk>
@


1.4
log
@- Update to 2.0.1
@
text
@d9 1
a9 1
PORTVERSION=	2.0.1
d11 2
a12 2
MASTER_SITES=	http://www.zhen.org/software/mod_auth_imap/
EXTRACT_SUFX=	.tgz
d18 1
d26 1
a26 1
.include "${PORTSDIR}/www/apache2/Makefile.modules.3rd"
@


1.3
log
@- Fix LATEST_LINK

Noticed by:	kris bot II
@
text
@d9 1
a9 1
PORTVERSION=	2.0
@


1.2
log
@- Assign maintainership to freshly created apache@@ mailing list
@
text
@d19 1
@


1.1
log
@Add mod_auth_imap 2.0.

An Apache 2module to provide authentication via an IMAP mail server.

WWW: http://www.zhen.org/cowiki/Software/ModAuthImap/
@
text
@d15 1
a15 1
MAINTAINER=	clement@@FreeBSD.org
@

