head	1.13;
access;
symbols
	RELEASE_8_3_0:1.9
	RELEASE_9_0_0:1.8
	RELEASE_7_4_0:1.7
	RELEASE_8_2_0:1.7
	RELEASE_6_EOL:1.7
	RELEASE_8_1_0:1.6
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2;
locks; strict;
comment	@# @;


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

1.12
date	2012.09.22.21.15.50;	author ohauer;	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	2012.04.16.06.03.11;	author bapt;	state Exp;
branches;
next	1.9;

1.9
date	2012.02.14.19.16.24;	author pgollucci;	state Exp;
branches;
next	1.8;

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

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

1.6
date	2010.05.25.20.17.27;	author pgollucci;	state Exp;
branches;
next	1.5;

1.5
date	2010.05.25.06.41.03;	author pgollucci;	state Exp;
branches;
next	1.4;

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

1.3
date	2009.05.20.08.56.46;	author pgollucci;	state Exp;
branches;
next	1.2;

1.2
date	2008.08.25.00.53.28;	author edwin;	state Exp;
branches;
next	1.1;

1.1
date	2008.08.17.06.27.23;	author edwin;	state Exp;
branches;
next	;


desc
@@


1.13
log
@Switch exporter over
@
text
@# Created by: Sutra Zhou <zhoushuqun@@gmail.com>
# $FreeBSD: head/www/mod_auth_openid/Makefile 304723 2012-09-22 21:15:50Z ohauer $

PORTNAME=	mod_auth_openid
PORTVERSION=	0.6
PORTREVISION=	1
CATEGORIES=	www
MASTER_SITES=	http://butterfat.net/releases/mod_auth_openid/
PKGNAMEPREFIX=	${APACHE_PKGNAMEPREFIX}

MAINTAINER=	zhoushuqun@@gmail.com
COMMENT=	An authentication module for the Apache 2 webserver with OpenID

LIB_DEPENDS=	opkele:${PORTSDIR}/devel/libopkele \
		sqlite3:${PORTSDIR}/databases/sqlite3

MAKE_JOBS_SAFE=	yes

PLIST_FILES=	${APACHEMODDIR}/mod_auth_openid.so

USE_APACHE=	22
USE_GMAKE=	yes
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--with-pcre=${LOCALBASE}

CFLAGS+=	-I${LOCALBASE}/include -I/usr/include/openssl

.include <bsd.port.mk>
@


1.12
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.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
@d1 1
a1 4
# New ports collection makefile for:	mod_auth_openid
# Date created:				3 August 2008
# Whom:					Sutra Zhou <zhoushuqun@@gmail.com>
#
a2 1
#
d21 1
a21 1
USE_APACHE=	22+
@


1.10
log
@Make it depends on sqlite3 instead of sqlite34
While here remove the pre 7.x bits

PR:		ports/166478
Submitted by:	bapt
Approved by:	maintainer timeout (> 14j)
@
text
@d25 1
a25 1
USE_APACHE=	20+
@


1.9
log
@- Update to 0.6

PR:             ports/165077
Submitted by:   myself (pgollucci)
Approved by:    zhoushuqun@@gmail.com (maintainer)
Sponsored by:   Apache Software Foundation (ASF)
@
text
@d10 1
d19 1
a19 1
		sqlite3:${PORTSDIR}/databases/sqlite34
d21 1
a21 1
MAKE_JOBS_SAFE=  yes
d32 1
a32 7
.include <bsd.port.pre.mk>

.if ${OSVERSION} < 700000
BROKEN=		Doesn't compile on 6.x
.endif

.include <bsd.port.post.mk>
@


1.8
log
@ - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined
@
text
@d9 1
a9 2
PORTVERSION=	0.5
PORTREVISION=	1
@


1.7
log
@- Update to 0.5

PR:             ports/150908
Submitted by:   Sutra Zhou <zhoushuqun@@gmail.com> (maintainer)
@
text
@d10 1
d25 1
a25 1
USE_APACHE=	2.0+
@


1.6
log
@Mk/bsd.apache.mk can not sufficiently alter things before Mk/bsd.options.mk
in Mk/bsd.ports.mk due to ordering in Mk/bsd.port.mk.  This causes OPTIONSFILE
to be incorrectly set during some make phases as a result of the recent
PKGNAMEPREFIX for apache ports.

'Revert' some of the PKGNAMEPREFIX changes for apXX-.
   - Must be manually requested in tbe port Makefile either by
     a) AP_FAST_BUILD=yes
     b) PKGNAMEPREFIX=${APACHE_PKGNAMEPREFIX}
   - Going forward, we will only do this for ports where WITH_APACHE
       is NOT optional, but required.  mod_* ports are a good fit.

141 ports are mod_ ports
  80 of those use AP_FAST_BUILD and thus are auto hooked by this patch [a].
  61 remaining are then patched to mirror the other $lang frameworks [b].

PR:             ports/146956
Reported by:    Hans F. Nordhaug <Hans.F.Nordhaug@@hiMolde.no>, several
Discussed with: pav, itectu on #bsdports
Tested by:      P6 TB run
Approved by:    portmgr (pav)
@
text
@d9 1
a9 1
PORTVERSION=	0.4
@


1.5
log
@- Unbreak after devel/apr0 incranation.  USE_APACHE will pull in the correct apr.

With Hat:   apache@@
@
text
@d12 1
@


1.4
log
@- Convert ports/ to devel/apr1

PR:             ports/146553
Submitted by:   myself (pgollucci@@)
With Hat:       apache@@
@
text
@a15 1
BUILD_DEPENDS=	apr-1-config:${PORTSDIR}/devel/apr1
@


1.3
log
@- update to 0.4
- mark MAKE_JOBS_SAFE=yes

PR:             ports/134701
Approved by:    maintainer
Submitted by:   me
@
text
@d16 1
a16 1
BUILD_DEPENDS=	apr-1-config:${PORTSDIR}/devel/apr
@


1.2
log
@Mark broken on 6.x because it is unbuildable there.

Noticed by: pavbot, drosobot
@
text
@d9 1
a9 2
PORTVERSION=	0.3
PORTREVISION=	1
d20 2
d29 1
a29 1
CFLAGS+=	-I${LOCALBASE}/include
@


1.1
log
@New port: www/mod_auth_openid An authentication module for the
Apache 2 webserver with OpenID

	mod_auth_openid is an authentication module for the Apache
	2 webserver.  It handles the functions of an OpenID consumer
	as specified in the OpenID 2.0 specification.

	WWW: http://trac.butterfat.net/public/mod_auth_openid

PR:		ports/126218
Submitted by:	Sutra Zhou <zhoushuqun@@gmail.com>
@
text
@d10 1
d30 7
a36 1
.include <bsd.port.mk>
@

