head	1.9;
access;
symbols
	RELEASE_8_3_0:1.6
	RELEASE_9_0_0:1.5
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1;
locks; strict;
comment	@# @;


1.9
date	2012.11.17.06.02.40;	author svnexp;	state Exp;
branches;
next	1.8;

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

1.7
date	2012.08.18.14.29.08;	author ohauer;	state Exp;
branches;
next	1.6;

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

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

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

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

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

1.1
date	2009.07.18.16.50.55;	author mbr;	state Exp;
branches;
next	;


desc
@@


1.9
log
@Switch exporter over
@
text
@# Created by: Manuel Kasper <mk@@neon1.net>
# $FreeBSD: head/www/mod_auth_pubtkt/Makefile 304725 2012-09-22 21:36:48Z ohauer $

PORTNAME=	mod_auth_pubtkt
PORTVERSION=	0.8
CATEGORIES=	www
MASTER_SITES=	https://neon1.net/mod_auth_pubtkt/
PKGNAMEPREFIX=	${APACHE_PKGNAMEPREFIX}
DIST_SUBDIR=	apache2

MAINTAINER=	mk@@neon1.net
COMMENT=	An Apache module to provide public key ticket based authentication

MAKE_JOBS_SAFE=	yes

USE_APACHE=	22+
HAS_CONFIGURE=	yes
CONFIGURE_ARGS=	--apxs=${APXS}

.include <bsd.port.mk>
@


1.8
log
@SVN rev 304725 on 2012-09-22 21:36:48Z by ohauer

- update to version 0.8
 ( local exp-run with apache24 done, build OK )

PR:		ports/171867
Submitted by:	Manuel Kasper <mk@@neon1.net> (maintainer)
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.7
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_pubtkt
# Date created:				24 Mar 2009
# Whom:					Manuel Kasper <mk@@neon1.net>
#
a2 1
#
d5 1
a5 2
PORTVERSION=	0.6
PORTREVISION=	1
d9 1
a9 1
DISTNAME=	mod_auth_pubtkt-${PORTVERSION}
a19 2
WRKSRC=	${WRKDIR}/${PORTNAME}

@


1.6
log
@- change required APACHE version from 13+ to 20+
  (prepare to remove www/apache13)

- no PORTREVISION bump since apache22 is the default

with hat apache@@
@
text
@d21 1
a21 1
USE_APACHE=	20+
@


1.5
log
@ - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined
@
text
@d21 1
a21 1
USE_APACHE=	13+
@


1.4
log
@- Mark mod_* modules MAKE_JOBS_SAFE=yes

With Hat:   apache@@
Tested by:  Several P6 TB runs
@
text
@d10 1
d21 1
a21 1
USE_APACHE=	1.3+
@


1.3
log
@- Update to 0.6

PR:             ports/147101
Submitted by:   pgollucci@@ (myself)
Approved by:    mk@@neon1.net (maintainer)
@
text
@d18 2
@


1.2
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.5
d22 2
@


1.1
log
@mod_auth_pubtkt is a Web single sign-on (SSO) solution for Apache

WWW:	https://neon1.net/mod_auth_pubtkt/

Submitted by:	Manuel Kasper <mkasper@@monzoon.net>
@
text
@d12 1
@

