head	1.6;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1;
locks; strict;
comment	@# @;


1.6
date	2012.12.09.18.03.54;	author svnexp;	state Exp;
branches;
next	1.5;

1.5
date	2012.11.17.06.02.40;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2012.09.22.21.15.50;	author ohauer;	state Exp;
branches;
next	1.3;

1.3
date	2012.05.31.19.40.19;	author tj;	state Exp;
branches;
next	1.2;

1.2
date	2011.08.20.17.27.39;	author ohauer;	state Exp;
branches;
next	1.1;

1.1
date	2010.11.11.05.09.03;	author pgollucci;	state Exp;
branches;
next	;


desc
@@


1.6
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/308548
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r308548 | tj | 2012-12-09 17:57:29 +0000 (Sun, 09 Dec 2012) | 8 lines
## SVN ##
## SVN ## Update to 0.5.0.
## SVN ##
## SVN ## Changes:
## SVN ## http://modmellon.googlecode.com/svn/tags/v0.5.0/mod_mellon2/NEWS
## SVN ##
## SVN ## Feature safe: 	yes
## SVN ## Approved by:	eadler, db (mentors, implicit)
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# Created by: Tom Judge <tom@@tomjudge.com>
# $FreeBSD: head/www/mod_auth_mellon/Makefile 308548 2012-12-09 17:57:29Z tj $

PORTNAME=		mod_auth_mellon
PORTVERSION=		0.5.0
CATEGORIES=		www
MASTER_SITES=		http://modmellon.googlecode.com/files/
DIST_SUBDIR=		apache2

MAINTAINER=		tj@@FreeBSD.org
COMMENT=		Apache auth module for identifying SSO users

LIB_DEPENDS=		lasso.8:${PORTSDIR}/security/lasso \
			curl.6:${PORTSDIR}/ftp/curl

GNU_CONFIGURE=		yes
CONFIGURE_ARGS+=	--with-apxs2=${APXS}
CONFIGURE_ENV+=		OPENSSL_CFLAGS="-Wall" OPENSSL_LIBS="-lssl"

USE_APACHE=		22

PLIST_FILES=		${APACHEMODDIR}/mod_auth_mellon.so

.include <bsd.port.mk>
@


1.5
log
@Switch exporter over
@
text
@d2 1
a2 1
# $FreeBSD: head/www/mod_auth_mellon/Makefile 304723 2012-09-22 21:15:50Z ohauer $
d5 1
a5 1
PORTVERSION=		0.3.0
a23 5
post-configure:
	@@${REINPLACE_CMD} -e 's|-pthread|-Wl,-pthread|g' \
	    -e 's| -L| -Wl,-L|g' \
	    ${WRKSRC}/Makefile

@


1.4
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.3
log
@Update my email address.

Approved by:	eadler (mentor)
@
text
@d1 1
a1 4
# New ports collection makefile for:	mod_auth_mellon
# Date created:				2010-20-8
# Whom:					Tom Judge <tom@@tomjudge.com>
#
a2 1
#
d20 1
a20 1
USE_APACHE=		22+
@


1.2
log
@ - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined
@
text
@d14 1
a14 1
MAINTAINER=		tom@@tomjudge.com
@


1.1
log
@This is a port of mod_auth_mellon, which is an apache module built around lasso
that provides a SAML 2 SP endpoint.

WWW: http://docs.feide.no/fs-0050
WWW: http://code.google.com/p/modmellon/

PR:		ports/152083
Submitted by:	Tom Judge <tom at tomjudge.com>
@
text
@d24 1
a24 1
USE_APACHE=		2.2+
@

