head	1.14;
access;
symbols
	RELEASE_9_0_0:1.13
	RELEASE_7_4_0:1.9
	RELEASE_8_2_0:1.9
	RELEASE_6_EOL:1.9
	RELEASE_8_1_0:1.8
	RELEASE_7_3_0:1.8
	RELEASE_8_0_0:1.8
	RELEASE_7_2_0:1.7
	RELEASE_7_1_0:1.7
	RELEASE_6_4_0:1.7
	RELEASE_5_EOL:1.7
	RELEASE_7_0_0:1.7
	RELEASE_6_3_0:1.7
	PRE_XORG_7:1.7
	RELEASE_4_EOL:1.7
	RELEASE_6_2_0:1.7
	RELEASE_6_1_0:1.6
	RELEASE_5_5_0:1.6
	RELEASE_6_0_0:1.4
	RELEASE_5_4_0:1.4
	RELEASE_4_11_0:1.4
	RELEASE_5_3_0:1.4
	RELEASE_4_10_0:1.3
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1;
locks; strict;
comment	@# @;


1.14
date	2012.01.01.19.30.39;	author ohauer;	state dead;
branches;
next	1.13;

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

1.12
date	2011.09.07.03.00.38;	author pgollucci;	state Exp;
branches;
next	1.11;

1.11
date	2011.08.27.09.54.31;	author ohauer;	state Exp;
branches;
next	1.10;

1.10
date	2011.03.19.13.15.31;	author ale;	state Exp;
branches;
next	1.9;

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

1.8
date	2009.05.17.07.24.25;	author pgollucci;	state Exp;
branches;
next	1.7;

1.7
date	2006.07.05.02.30.57;	author linimon;	state Exp;
branches;
next	1.6;

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

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

1.4
date	2004.08.18.16.21.45;	author clement;	state Exp;
branches;
next	1.3;

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

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

1.1
date	2003.10.14.08.45.54;	author erwin;	state Exp;
branches;
next	;


desc
@@


1.14
log
@- remove apache13 and ports depending on apache13 from portstree
  ( EXPIRATION_DATE=2012-01-01 )

with hat apache@@
@
text
@# New ports collection makefile for:	mod_auth_cookie_mysql
# Date created:				Tue Oct  7
# Whom:					Clement Laforet <sheepkiller@@cultdeadsheep.org>
#
# $FreeBSD: ports/www/mod_auth_cookie_mysql/Makefile,v 1.13 2011/11/02 03:43:32 pgollucci Exp $

PORTNAME=	mod_auth_cookie_mysql
PORTVERSION=	1.0
PORTREVISION=	1
CATEGORIES=	www
MASTER_SITES=	http://sheepkiller.nerim.net/ports/${PORTNAME}/
# Original Location: http://www.qwk.net/opensource/mod_auth_cookie_mysql/mod_auth_cookie_mysql.tar.gz
DIST_SUBDIR=	apache

MAINTAINER=	apache@@FreeBSD.org
COMMENT=	Allows authentication against a MySQL database via a secure cookie

DEPRECATED=	apache13 is deprecated, migrate to 2.2.x+ now
EXPIRATION_DATE=	2012-01-01

MAKE_JOBS_SAFE=  yes

USE_MYSQL=	YES

# If someone can test it with MySQL 4.1 ;-)
IGNORE_WITH_MYSQL=	41

USE_APACHE=	13

AP_FAST_BUILD=	YES
AP_INC?=	${LOCALBASE}/include/mysql
AP_LIB?=	${LOCALBASE}/lib/mysql -lmysqlclient -lz

post-install:
	@@(cd ${WRKSRC} && ${APXS} -A -i ${PORTNAME}.so)
.if !defined(NOPORTDOCS)
	@@${MKDIR} ${DOCSDIR}
	@@${MKDIR} ${EXAMPLESDIR}
	@@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
	@@${INSTALL_DATA} ${WRKSRC}/authform.tmpl ${EXAMPLESDIR}
	@@${INSTALL_DATA} ${WRKSRC}/putcookie.cgi ${EXAMPLESDIR}
.endif

.include <bsd.port.mk>
@


1.13
log
@- sync apache13 related EXPIRATION_DATE

With Hat:	apache@@
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.12
log
@- Set EXPIRATION_DATE to an actual date (9.0 is behind, so guess 2 months from now).
- This can be changed later as needed, if at all, either way we won't remove them
  until after 9.0 is released.

With Hat:   apache@@
Reported by:    dvl via freshports
@
text
@d19 1
a19 1
EXPIRATION_DATE=	2011-11-01
@


1.11
log
@- set EXPIRATION_DATE to "one week after FreeBSD 9.0-RELEASE-p0"

with hat apache@@
@
text
@d19 1
a19 1
EXPIRATION_DATE=	one week after FreeBSD 9.0-RELEASE-p0
@


1.10
log
@Bump PORTREVISION for ports linking to default libmysqlclient.
@
text
@d18 3
@


1.9
log
@- Fix some MASTER_SITES

With Hat:       apache@@
Reported by:    distilator
@
text
@d9 1
@


1.8
log
@- Mark SAFE apache@@ ports MAKE_JOBS_SAFE=yes
@
text
@d10 1
a10 2
MASTER_SITES=	http://sheepkiller.nerim.net/ports/${PORTNAME}/ \
		http://www.cultdeadsheep.org/FreeBSD/ports/download/distfiles/
@


1.7
log
@Change all bogus uses of BROKEN to IGNORE.  See CHANGES 20060705.

PR:		ports/92445
Hat:		portmgr
@
text
@d18 2
@


1.6
log
@- Fix a condition in bsd.apache.mk
- all apache 1.3 only modules maintained by apache@@ are now bsd.apache.mk
  compliant
@
text
@d21 1
a21 1
BROKEN_WITH_MYSQL=	41
@


1.5
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
@d19 1
d23 1
a23 1
WANT_APACHE=	13
a28 2
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/www/apache20/Makefile.modules.3rd"
d39 1
a39 1
.include <bsd.port.post.mk>
@


1.4
log
@- Assign maintainership to freshly created apache@@ mailing list
@
text
@d29 1
a29 1
.include "${PORTSDIR}/www/apache2/Makefile.modules.3rd"
@


1.3
log
@- Utilize Makefile.modules.3rd
@
text
@d15 1
a15 1
MAINTAINER=	clement@@FreeBSD.org
@


1.2
log
@- Update my email address

Approved and reviewed by:    erwin (mentor)
@
text
@a17 3
BUILD_DEPENDS=	${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13
RUN_DEPENDS=	${BUILD_DEPENDS}

d22 1
a22 3
APXS?=		${LOCALBASE}/sbin/apxs
MYSQL_INC?=	${LOCALBASE}/include/mysql
MYSQL_LIBS?=	${LOCALBASE}/lib/mysql -lmysqlclient -lz
d24 3
a26 2
do-build:
	@@(cd ${WRKSRC} && ${APXS} -I ${MYSQL_INC} -L ${MYSQL_LIBS} -c ${PORTNAME}.c)
d28 3
a30 1
do-install:
d40 1
a40 1
.include <bsd.port.mk>
@


1.1
log
@Add mod_auth_cookie_mysql 1.0,
allows authentication against a
MySQL database via a secure cookie.

PR:		57707
Submitted by:	Clement Laforet <sheepkiller@@cultdeadsheep.org>
@
text
@d15 1
a15 1
MAINTAINER=	sheepkiller@@cultdeadsheep.org
@

