head	1.7;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1;
locks; strict;
comment	@# @;


1.7
date	2012.11.17.06.02.40;	author svnexp;	state Exp;
branches;
next	1.6;

1.6
date	2012.09.22.21.15.50;	author ohauer;	state Exp;
branches;
next	1.5;

1.5
date	2012.08.18.14.29.08;	author ohauer;	state Exp;
branches;
next	1.4;

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

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

1.2
date	2009.05.21.20.45.26;	author pgollucci;	state Exp;
branches;
next	1.1;

1.1
date	2007.07.06.23.07.44;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.7
log
@Switch exporter over
@
text
@# Created by: mwlucas
# $FreeBSD: head/www/mod_auth_xradius/Makefile 304723 2012-09-22 21:15:50Z ohauer $

PORTNAME=	mod_auth_xradius
PORTVERSION=	0.4.6
PORTREVISION=	1
CATEGORIES=	www
MASTER_SITES=	http://www.outoforder.cc/downloads/mod_auth_xradius/
PKGNAMEPREFIX=	${APACHE_PKGNAMEPREFIX}

MAINTAINER=	mwlucas@@FreeBSD.org
COMMENT=	Enables RADIUS authentication

MAKE_JOBS_SAFE=  yes

USE_APACHE=	22
USE_BZIP2=	yes
GNU_CONFIGURE=	yes

PLIST_FILES=	${APACHEMODDIR}/mod_auth_xradius.so

.include <bsd.port.mk>
@


1.6
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.5
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_xradius
# Date created:				1 Jul 2007
# Whom:					mwlucas
#
d16 1
a16 1
USE_APACHE=	22+
@


1.4
log
@ - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined
@
text
@d19 1
a19 1
USE_APACHE=	20+
@


1.3
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
d19 1
a19 1
USE_APACHE=	2.0+
@


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

PR:             ports/134611
Approved by:    pav (#bsdports)
@
text
@d11 1
@


1.1
log
@Provides basic Radius auth services for Apache.

WWW:  http://www.outoforder.cc/projects/apache/mod_auth_xradius/

PR:		ports/114287
Submitted by:	mwlucas@@
@
text
@d15 2
@

