head	1.17;
access;
symbols
	RELEASE_9_0_0:1.16
	RELEASE_7_4_0:1.11
	RELEASE_8_2_0:1.11
	RELEASE_6_EOL:1.11
	RELEASE_8_1_0:1.11
	RELEASE_7_3_0:1.11
	RELEASE_8_0_0:1.11
	RELEASE_7_2_0:1.10
	RELEASE_7_1_0:1.9
	RELEASE_6_4_0:1.9
	RELEASE_5_EOL:1.9
	RELEASE_7_0_0:1.9
	RELEASE_6_3_0:1.9
	PRE_XORG_7:1.9
	RELEASE_4_EOL:1.9
	RELEASE_6_2_0:1.9
	RELEASE_6_1_0:1.9
	RELEASE_5_5_0:1.9
	RELEASE_6_0_0:1.9
	RELEASE_5_4_0:1.8
	RELEASE_4_11_0:1.8
	RELEASE_5_3_0:1.8
	RELEASE_4_10_0:1.7
	RELEASE_5_2_1:1.7
	RELEASE_5_2_0:1.7
	RELEASE_4_9_0:1.6
	RELEASE_5_1_0:1.4
	RELEASE_4_8_0:1.4
	RELEASE_5_0_0:1.3
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2;
locks; strict;
comment	@# @;


1.17
date	2012.01.01.19.30.47;	author ohauer;	state dead;
branches;
next	1.16;

1.16
date	2011.11.02.03.43.37;	author pgollucci;	state Exp;
branches;
next	1.15;

1.15
date	2011.09.07.03.00.42;	author pgollucci;	state Exp;
branches;
next	1.14;

1.14
date	2011.08.27.09.54.35;	author ohauer;	state Exp;
branches;
next	1.13;

1.13
date	2011.08.20.19.00.09;	author ohauer;	state Exp;
branches;
next	1.12;

1.12
date	2011.03.19.13.15.33;	author ale;	state Exp;
branches;
next	1.11;

1.11
date	2009.05.17.07.24.33;	author pgollucci;	state Exp;
branches;
next	1.10;

1.10
date	2009.04.12.05.14.29;	author pgollucci;	state Exp;
branches;
next	1.9;

1.9
date	2005.05.22.14.38.14;	author clement;	state Exp;
branches;
next	1.8;

1.8
date	2004.08.18.16.21.53;	author clement;	state Exp;
branches;
next	1.7;

1.7
date	2003.11.07.09.12.54;	author marcus;	state Exp;
branches;
next	1.6;

1.6
date	2003.09.07.12.22.15;	author anders;	state Exp;
branches;
next	1.5;

1.5
date	2003.08.28.12.57.51;	author edwin;	state Exp;
branches;
next	1.4;

1.4
date	2003.02.20.19.15.28;	author knu;	state Exp;
branches;
next	1.3;

1.3
date	2002.12.15.23.03.07;	author anders;	state Exp;
branches;
next	1.2;

1.2
date	2001.12.09.02.12.05;	author anders;	state Exp;
branches;
next	1.1;

1.1
date	2001.11.12.02.51.50;	author anders;	state Exp;
branches;
next	;


desc
@@


1.17
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_mylo
# Date created:				12 November 2001
# Whom:					Anders Nordby <anders@@FreeBSD.org>
#
# $FreeBSD: ports/www/mod_mylo/Makefile,v 1.16 2011/11/02 03:43:37 pgollucci Exp $

PORTNAME=	mod_mylo
PORTVERSION=	0.2.2
PORTREVISION=	1
CATEGORIES=	www
MASTER_SITES=	http://sheepkiller.nerim.net/ports/${PORTNAME}/ \
		ftp://ftp.nuug.no/pub/anders/distfiles/

MAINTAINER=	apache@@FreeBSD.org
COMMENT=	An Apache module to make Apache log to MySQL

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

MAKE_JOBS_SAFE=  yes

USE_APACHE=	13
USE_MYSQL=	YES

AP_FAST_BUILD=	yes
AP_GENPLIST=	yes

AP_INC=	${LOCALBASE}/include
AP_LIB=	${LOCALBASE}/lib/mysql -lmysqlclient

PORTDOCS=	mod_mylo.sql README

post-install:
.if !defined(NOPORTDOCS)
	${MKDIR} ${DOCSDIR}/
.for f in ${PORTDOCS}
	${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/
.endfor
.endif
	${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>
@


1.16
log
@- sync apache13 related EXPIRATION_DATE

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


1.15
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
@d18 1
a18 1
EXPIRATION_DATE=	2011-11-01
@


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

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


1.13
log
@- USE_APACHE=  /1.3/13/  /2.0/20/ /2.2/22/
@
text
@d17 3
@


1.12
log
@Bump PORTREVISION for ports linking to default libmysqlclient.
@
text
@d19 1
a19 1
USE_APACHE=	1.3
@


1.11
log
@- Mark SAFE apache@@ ports MAKE_JOBS_SAFE=yes
@
text
@d9 1
@


1.10
log
@- USE_APACHE=yes is deprecated
- Convert to AP_FAST_BUILD/AP_GENPLIST
@
text
@d16 2
@


1.9
log
@- Fix MASTER_SITES and WWW
@
text
@d16 1
a16 1
USE_APACHE=	yes
d19 2
a20 1
DOCS=	mod_mylo.sql README
d22 2
a23 3
do-build:
	(cd ${WRKSRC} && ${APXS} -c -I${LOCALBASE}/include \
	-L${LOCALBASE}/lib/mysql -lmysqlclient mod_mylo.c)
d25 3
a27 2
do-install:
	(cd ${WRKSRC} && ${APXS} -i -A -n 'mylo' mod_mylo.so)
d29 2
a30 2
	${INSTALL} -d -o root -g wheel -m 0755 ${DOCSDIR}
.for f in ${DOCS}
@


1.8
log
@- Assign maintainership to freshly created apache@@ mailing list
@
text
@d10 1
a10 1
MASTER_SITES=	http://www.pvv.org/~oyving/code/mod_mylo/ \
@


1.7
log
@Use the new Apache bits from bsd.port.mk.

Submitted by:	dinoex
@
text
@d13 1
a13 1
MAINTAINER=	ports@@FreeBSD.org
@


1.6
log
@Update to 0.2.2.

This will close the vulnerability mentioned on
http://www.securityfocus.com/bid/8287.
@
text
@d16 1
a16 3
BUILD_DEPENDS=	${APXS}:${PORTSDIR}/www/apache13
RUN_DEPENDS=	${APXS}:${PORTSDIR}/www/apache13

a18 1
APXS=	${LOCALBASE}/sbin/apxs
@


1.5
log
@[orphaned ports]: use USE_MYSQL for various orphaned ports.

	Make these ports use USE_MYSQL:
	    * databases/dbconnect
	    * net/netsaint
	    * www/mod_mp3
	    * www/mod_mylo
	    * www/phpnuke
	    * www/postnuke
	    * www/udmsearch
	    * mail/courier

PR:		ports/56029
Submitted by:	Clement Laforet <sheepkiller@@cultdeadsheep.org>
@
text
@d8 1
a8 1
PORTVERSION=	0.2.1
a11 1
EXTRACT_SUFX=	.tgz
a19 2

WRKSRC=		${WRKDIR}/${PORTNAME}
@


1.4
log
@De-pkg-comment.
@
text
@d19 2
a20 1
LIB_DEPENDS=	mysqlclient.10:${PORTSDIR}/databases/mysql323-client
@


1.3
log
@Resign maintainership from a few ports I don't care for anymore.
@
text
@d15 1
@


1.2
log
@Master/WWW site moved - fix URL.
@
text
@d14 1
a14 1
MAINTAINER=	anders@@FreeBSD.org
@


1.1
log
@Add mod_mylo, a module for Apache that sends logs directly to a MySQL database
in addition to normal logging.

PR:		31576
Approved by:	will
@
text
@d10 1
a10 1
MASTER_SITES=	http://www.orakel.ntnu.no/~oyving/code/mod_mylo/ \
@

