head	1.8;
access;
symbols
	RELEASE_9_0_0:1.7
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	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;
locks; strict;
comment	@# @;


1.8
date	2012.01.01.19.30.52;	author ohauer;	state dead;
branches;
next	1.7;

1.7
date	2011.11.02.03.43.40;	author pgollucci;	state Exp;
branches;
next	1.6;

1.6
date	2011.09.07.03.00.46;	author pgollucci;	state Exp;
branches;
next	1.5;

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

1.4
date	2011.06.12.01.14.14;	author sunpoet;	state Exp;
branches;
next	1.3;

1.3
date	2011.05.22.22.09.29;	author ohauer;	state Exp;
branches;
next	1.2;

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

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


desc
@@


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

with hat apache@@
@
text
@# New ports collection makefile for:	p5-Apache-DBI-mp1
# Date created:			                28 Aug 2008
# Whom:					                Philip M. Gollucci <pgollucci@@p6m7g8.com>
#
# $FreeBSD: ports/www/p5-Apache-DBI-mp1/Makefile,v 1.7 2011/11/02 03:43:40 pgollucci Exp $
#

PORTNAME=	Apache-DBI
PKGNAMESUFFIX=	-mp1

COMMENT=	DBI persistent connection, authentication and authorization (mp1)

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

MAKE_JOBS_SAFE=	yes

MASTERDIR=	${.CURDIR}/../p5-Apache-DBI

.if defined(WITH_MODPERL2) || defined(WITHOUT_MODPERL)
IGNORE=		this port is only for use with www/mod_perl
.endif

WITH_MODPERL=	yes
USE_APACHE=	13

.include "${MASTERDIR}/Makefile"
@


1.7
log
@- sync apache13 related EXPIRATION_DATE

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


1.6
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
@d14 1
a14 1
EXPIRATION_DATE=	2011-11-01
@


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

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


1.4
log
@- Update to 1.10
- Use PLIST_DIRSTRY: other p5-Apache-* also require %%SITE_PERL%%/Apache and
  %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache
- Space/Tab twiddle

Changes:	http://search.cpan.org/dist/Apache-DBI/Changes
@
text
@d13 3
@


1.3
log
@- p5-Apache-DBI
  do not allow to include ports direct, use SLAVE ports instead

- aditional test APACHE_VERSION
@
text
@d13 1
a13 1
MAKE_JOBS_SAFE=  yes
d18 1
a18 1
IGNORE= this port is only for use with www/mod_perl
@


1.2
log
@- Mark most of my ports MAKE_JOBS_SAFE=yes

Tested by: several builds in P6 TB
@
text
@d2 1
a2 1
# Date created:			                28 Aug 2008	
d11 1
a11 1
COMMENT=	DBI persistent connection, authentication and authorization (mp1)	
d18 1
a18 1
IGNORE= This port is only for use with www/mod_perl
d21 3
@


1.1
log
@DEPENDS_ARGS doesn't work with packages and even if it did
WITH_MODPERL2 / WITH_MODPERL is not handled correctly so the depency list for upcomming www/rt38 is way off.

As such, we've split this port into MASTER (www/p5-Apache-DBI) and
SLAVES (www/p5-Apache-DBI-mp1) and (www/p5-Apache-DBI-mp2).

While here, cleanup the MASTER port a little
 - spell out the RUN_DEPENDS
 - remove USE_APACHE and let www/mod_perl* deal with it
 - pull the plist into Makefile

Bump PORTREVISION

Discussed with:     pav on #bsdports
Approved by:        gabor (mentor)
@
text
@d13 2
@

