head	1.17;
access;
symbols
	RELEASE_8_3_0:1.14
	RELEASE_9_0_0:1.14
	RELEASE_7_4_0:1.13
	RELEASE_8_2_0:1.13
	RELEASE_6_EOL:1.13
	RELEASE_8_1_0:1.13
	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.11
	RELEASE_7_0_0:1.11
	RELEASE_6_3_0:1.11
	PRE_XORG_7:1.11
	RELEASE_4_EOL:1.11
	RELEASE_6_2_0:1.11
	RELEASE_6_1_0:1.10
	RELEASE_5_5_0:1.10
	RELEASE_6_0_0:1.7
	RELEASE_5_4_0:1.7
	RELEASE_4_11_0:1.6
	RELEASE_5_3_0:1.6
	RELEASE_4_10_0:1.5
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2;
locks; strict;
comment	@# @;


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

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

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

1.14
date	2011.08.20.17.27.40;	author ohauer;	state Exp;
branches;
next	1.13;

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

1.12
date	2008.06.06.14.07.01;	author edwin;	state Exp;
branches;
next	1.11;

1.11
date	2006.03.19.10.53.24;	author clement;	state Exp;
branches;
next	1.10;

1.10
date	2006.03.03.14.48.28;	author mat;	state Exp;
branches;
next	1.9;

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

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

1.7
date	2005.01.31.00.35.55;	author girgen;	state Exp;
branches;
next	1.6;

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

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

1.4
date	2004.02.04.05.09.30;	author marcus;	state Exp;
branches;
next	1.3;

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

1.2
date	2003.10.07.16.27.04;	author oliver;	state Exp;
branches;
next	1.1;

1.1
date	2003.10.07.10.26.44;	author roam;	state Exp;
branches;
next	;


desc
@@


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

PORTNAME=	mod_auth_pgsql
PORTVERSION=	2.0.3
PORTREVISION=	2
CATEGORIES=	www
MASTER_SITES=	http://www.giuseppetanzilli.it/mod_auth_pgsql2/dist/

MAINTAINER=	apache@@FreeBSD.org
COMMENT=	Allows users to use PostgreSQL databases for user authentication

MAKE_JOBS_SAFE=  yes

USE_PGSQL=	yes
USE_APACHE=	22

LATEST_LINK=	mod_auth_pgsql2

AP_INC?=	${LOCALBASE}/include
AP_LIB?=	${LOCALBASE}/lib -lpq
AP_FAST_BUILD=	yes
AP_GENPLIST=	yes
PORTDOCS=	mod_auth_pgsql.html

post-install:
.if !defined(NOPORTDOCS)
	@@${MKDIR} ${DOCSDIR}
	@@${INSTALL_DATA} ${WRKSRC}/mod_auth_pgsql.html ${DOCSDIR}
.endif

.include <bsd.port.mk>
@


1.16
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.15
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_pgsql2
# Date created:				Mon Oct  6
# Whom:					Clement Laforet <sheepkiller@@cultdeadsheep.org>
#
d16 1
a16 1
USE_APACHE=	22+
@


1.14
log
@ - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined
@
text
@d19 1
a19 1
USE_APACHE=	20+
d25 2
a26 2
AP_FAST_BUILD=	YES
AP_GENPLIST=	YES
@


1.13
log
@- Mark SAFE apache@@ ports MAKE_JOBS_SAFE=yes
@
text
@d9 1
a9 1
PORTREVISION=	1
@


1.12
log
@Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@@
Approved by:    portmgr (pav)
@
text
@d16 2
@


1.11
log
@- Update to 2.0.3
- Now it works with apache 2.2, so we bump USE_APACHE to 20+

PR:		ports/93748
Submitted by:	Larry Rosenman <ler@@lerctr.org>
@
text
@d9 1
@


1.10
log
@A typo in the Makefile rendered this port totally unusable

PR:		93988
Approved by:	portmgr (clement)
@
text
@d8 1
a8 2
PORTVERSION=	2.0.2b1
PORTREVISION=	3
d16 1
a16 1
USE_APACHE=	20
@


1.9
log
@- Convert to new USE_APACHE
- Use AP_FAST_BUILD and AP_GENPLIST
- Add SHA256H
@
text
@d9 1
a9 1
PORTREVISION=	2
d22 1
a22 1
AP_LIBS?=	${LOCALBASE}/lib -lpq
@


1.8
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
@a15 3
BUILD_DEPENDS=	${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache20
RUN_DEPENDS=	${BUILD_DEPENDS}

d17 1
d21 5
a25 6
APXS?=		${LOCALBASE}/sbin/apxs
PG_INC?=	${LOCALBASE}/include
PG_LIBS?=	${LOCALBASE}/lib -lpq

do-build:
	@@(cd ${WRKSRC} && ${APXS} -I ${PG_INC} -L ${PG_LIBS} -c ${PORTNAME}.c)
d27 1
a27 2
do-install:
	@@(cd ${WRKSRC} && ${APXS} -A -i ${PORTNAME}.la)
@


1.7
log
@Split the postgresql ports into a server and a client part.

All ports depending on postgresql shall use the USE_PGSQL=yes knob
defined in Mk/bsd.ports.mk. Bumping portrevisions where needed.

PR:		75344
Approved by:	portmgr@@ (kris), ade & sean (mentors)
@
text
@d16 1
a16 1
BUILD_DEPENDS=	${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache2
@


1.6
log
@- Assign maintainership to freshly created apache@@ mailing list
@
text
@d9 1
a9 1
PORTREVISION=	1
d18 2
a19 1
LIB_DEPENDS=	pq.3:${PORTSDIR}/databases/postgresql7
@


1.5
log
@- Use LATEST_LINK to avoir link conflict with www/mod_auth_pgsql

Noticed by:	kris
@
text
@d13 1
a13 1
MAINTAINER=	clement@@FreeBSD.org
@


1.4
log
@Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
@
text
@d20 2
@


1.3
log
@- Update my email address

Approved and reviewed by:    erwin (mentor)
@
text
@d9 1
@


1.2
log
@Fix maintainers email address

PR:		57697
Submitted by:	maintainer
@
text
@d12 1
a12 1
MAINTAINER=	sheepkiller@@cultdeadsheep.org
@


1.1
log
@Add mod_auth_pgsql 2.0.2b1, an Apache 2 module for authentication
against PostgreSQL databases.

PR:		57655
Submitted by:	Clement Laforet <sheepkiller@@cultdeadsheep.org>
@
text
@d12 1
a12 1
MAINTAINER=	sheeepkiller@@cultdeadsheep.org
@

