head	1.19;
access;
symbols
	RELEASE_9_0_0:1.18
	RELEASE_7_4_0:1.14
	RELEASE_8_2_0:1.14
	RELEASE_6_EOL:1.14
	RELEASE_8_1_0:1.13
	RELEASE_7_3_0:1.13
	RELEASE_8_0_0:1.13
	RELEASE_7_2_0:1.9
	RELEASE_7_1_0:1.9
	RELEASE_6_4_0:1.9
	RELEASE_5_EOL:1.9
	RELEASE_7_0_0:1.9
	RELEASE_6_3_0:1.9
	PRE_XORG_7:1.9
	RELEASE_4_EOL:1.9
	RELEASE_6_2_0:1.9
	RELEASE_6_1_0:1.9
	RELEASE_5_5_0:1.9
	RELEASE_6_0_0:1.9
	RELEASE_5_4_0:1.9
	RELEASE_4_11_0:1.9
	RELEASE_5_3_0:1.9
	RELEASE_4_10_0:1.7
	RELEASE_5_2_1:1.7
	RELEASE_5_2_0:1.7
	RELEASE_4_9_0:1.5
	RELEASE_5_1_0:1.5
	RELEASE_4_8_0:1.5
	RELEASE_5_0_0:1.4
	RELEASE_4_7_0:1.4
	RELEASE_4_6_2:1.4
	RELEASE_4_6_1:1.4
	RELEASE_4_6_0:1.4
	RELEASE_5_0_DP1:1.3
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.1
	RELEASE_4_3_0:1.1;
locks; strict;
comment	@# @;


1.19
date	2012.01.01.19.30.41;	author ohauer;	state dead;
branches;
next	1.18;

1.18
date	2011.11.02.03.43.33;	author pgollucci;	state Exp;
branches;
next	1.17;

1.17
date	2011.09.07.03.00.39;	author pgollucci;	state Exp;
branches;
next	1.16;

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

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

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

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

1.12
date	2009.08.04.23.20.57;	author anders;	state Exp;
branches;
next	1.11;

1.11
date	2009.05.21.20.45.26;	author pgollucci;	state Exp;
branches;
next	1.10;

1.10
date	2009.05.08.15.38.53;	author pgollucci;	state Exp;
branches;
next	1.9;

1.9
date	2004.06.03.11.59.23;	author anders;	state Exp;
branches;
next	1.8;

1.8
date	2004.05.17.09.24.12;	author vs;	state Exp;
branches;
next	1.7;

1.7
date	2003.11.07.09.12.50;	author marcus;	state Exp;
branches;
next	1.6;

1.6
date	2003.10.15.22.17.32;	author kris;	state Exp;
branches;
next	1.5;

1.5
date	2003.03.07.06.12.42;	author ade;	state Exp;
branches;
next	1.4;

1.4
date	2002.04.22.01.38.21;	author anders;	state Exp;
branches;
next	1.3;

1.3
date	2002.03.15.00.31.52;	author anders;	state Exp;
branches;
next	1.2;

1.2
date	2001.10.07.02.03.43;	author petef;	state Exp;
branches;
next	1.1;

1.1
date	2001.04.07.04.25.18;	author will;	state Exp;
branches;
next	;


desc
@@


1.19
log
@- remove apache13 and ports depending on apache13 from portstree
  ( EXPIRATION_DATE=2012-01-01 )

with hat apache@@
@
text
@# New ports collection makefile for:	mod_auth_pam
# Date created:				2 April 2001
# Whom:					Anders Nordby <anders@@fix.no>
#
# $FreeBSD: ports/www/mod_auth_pam/Makefile,v 1.18 2011/11/02 03:43:33 pgollucci Exp $
#

PORTNAME=	mod_auth_pam
PORTVERSION=	1.1.1
PORTREVISION=	1
CATEGORIES=	www
MASTER_SITES=	http://pam.sourceforge.net/mod_auth_pam/dist/

MAINTAINER=	apache@@FreeBSD.org
COMMENT=	Allows users to use PAM modules for user authentication

DEPRECATED=	apache13 is deprecated, migrate to 2.2.x+ now
EXPIRATION_DATE=	2012-01-01

MAKE_JOBS_SAFE=  yes

USE_APACHE=	13

AP_FAST_BUILD=	yes
AP_GENPLIST=	yes

AP_LIB=	-lpam

PORTDOCS=	configure.txt faq.txt
PORTEXAMPLES=	dot-htaccess httpd-

post-install:
.if !defined(NOPORTDOCS)
	${MKDIR} ${DOCSDIR}/
	${INSTALL_DATA} ${WRKSRC}/doc/configure.txt ${DOCSDIR}/
	${INSTALL_DATA} ${WRKSRC}/doc/faq.txt ${DOCSDIR}/
.endif
.if !defined(NOPORTEXAMPLES)
	${MKDIR} ${EXAMPLESDIR}/
	${INSTALL_DATA} ${WRKSRC}/samples/dot-htaccess ${EXAMPLESDIR}/
	${INSTALL_DATA} ${WRKSRC}/samples/httpd- ${EXAMPLESDIR}/
.endif
	${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>
@


1.18
log
@- sync apache13 related EXPIRATION_DATE

With Hat:	apache@@
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.17
log
@- Set EXPIRATION_DATE to an actual date (9.0 is behind, so guess 2 months from now).
- This can be changed later as needed, if at all, either way we won't remove them
  until after 9.0 is released.

With Hat:   apache@@
Reported by:    dvl via freshports
@
text
@d18 1
a18 1
EXPIRATION_DATE=	2011-11-01
@


1.16
log
@- set EXPIRATION_DATE to "one week after FreeBSD 9.0-RELEASE-p0"

with hat apache@@
@
text
@d18 1
a18 1
EXPIRATION_DATE=	one week after FreeBSD 9.0-RELEASE-p0
@


1.15
log
@- USE_APACHE=  /1.3/13/  /2.0/20/ /2.2/22/
@
text
@d17 3
@


1.14
log
@- Fix some MASTER_SITES

With Hat:       apache@@
Reported by:    distilator
@
text
@d19 1
a19 1
USE_APACHE=	1.3
@


1.13
log
@over to apache@@
@
text
@d12 1
a12 2
MASTER_SITES=	http://pam.sourceforge.net/mod_auth_pam/dist/ \
		http://atreides.freenix.no/~anders/
@


1.12
log
@Drop maintainership of some ports I do not use or have interest for
anymore.
@
text
@d15 1
a15 1
MAINTAINER=	ports@@FreeBSD.org
@


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

PR:             ports/134611
Approved by:    pav (#bsdports)
@
text
@d15 1
a15 1
MAINTAINER=	anders@@FreeBSD.org
@


1.10
log
@- USE_APACHE=yes is deprecated
- Convert to AP_FAST_BUILD/AP_GENPLIST
- Fix NOPORTEXAMPLES
- Bump PORTREVISION

PR:             ports/133642
Approved by:    maintainer timeout (30 days)
Submitted by:   me
@
text
@d18 2
@


1.9
log
@Update to 1.1.1.
DOCSDIRify.

PR:		58635
Submitted by:	clement
@
text
@d10 1
d18 1
a18 1
USE_APACHE=	yes
d20 2
a21 1
.include <bsd.port.pre.mk>
d23 1
a23 3
do-build:
	@@cd ${WRKSRC} && \
	${APXS} -c -lpam mod_auth_pam.c
d25 4
a28 2
do-install:
	${APXS} -i -A -n auth_pam ${WRKSRC}/mod_auth_pam.so
d30 1
a30 1
	${MKDIR} -p -m 0755 ${DOCSDIR}/samples
d33 5
a37 2
	${INSTALL_DATA} ${WRKSRC}/samples/dot-htaccess ${DOCSDIR}/samples/
	${INSTALL_DATA} ${WRKSRC}/samples/httpd- ${DOCSDIR}/samples/httpd
d41 1
a41 1
.include <bsd.port.post.mk>
@


1.8
log
@Fix generic cpp/gcc33-breakage.

Noticed in PR:	ports/60134
Submitted by:	Jan Lentfer
Approved by:	maintainer silence
@
text
@d9 1
a9 1
PORTVERSION=	1.0a
d28 5
a32 6
	${MKDIR} ${PREFIX}/share/doc/mod_auth_pam
	${MKDIR} ${PREFIX}/share/doc/mod_auth_pam/samples
	${INSTALL_DATA} ${WRKSRC}/doc/configure.html ${PREFIX}/share/doc/mod_auth_pam/
	${INSTALL_DATA} ${WRKSRC}/doc/faq.html ${PREFIX}/share/doc/mod_auth_pam/
	${INSTALL_DATA} ${WRKSRC}/samples/dot-htaccess ${PREFIX}/share/doc/mod_auth_pam/samples/
	${INSTALL_DATA} ${WRKSRC}/samples/httpd ${PREFIX}/share/doc/mod_auth_pam/samples/
@


1.7
log
@Use the new Apache bits from bsd.port.mk.

Submitted by:	dinoex
@
text
@a20 4
.if ${OSVERSION} >= 501000
BROKEN=		"Does not compile"
.endif

@


1.6
log
@BROKEN on 5.x: does not compile
@
text
@d17 1
a17 4
BUILD_DEPENDS=	${APXS}:${PORTSDIR}/www/apache13
RUN_DEPENDS=	${APXS}:${PORTSDIR}/www/apache13

APXS?=		${LOCALBASE}/sbin/apxs
@


1.5
log
@Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
@
text
@d22 6
d44 1
a44 1
.include <bsd.port.mk>
@


1.4
log
@Reclaim maintainership.
@
text
@d15 1
@


1.3
log
@Master site updates: www.freenix.no => atreides.freenix.no for these
files.
@
text
@d14 1
a14 1
MAINTAINER=	ports@@FreeBSD.org
@


1.2
log
@Set maintainer to ports@@FreeBSD.org

Submitted by:	Anders Nordby <anders@@fix.no> (previous maintainer)
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/mod_auth_pam/Makefile,v 1.1 2001/04/07 04:25:18 will Exp $
d12 1
a12 1
		http://www.freenix.no/~anders/
@


1.1
log
@Add mod_auth_pam 1.0a, an apache module which allows users to use PAM
modules for user authentication.

PR:		26301
Submitted by:	Anders Nordby <anders@@fix.no>
@
text
@d5 1
a5 1
# $FreeBSD$
d14 1
a14 1
MAINTAINER=	anders@@fix.no
@

