head	1.8;
access;
symbols
	RELEASE_9_0_0:1.7
	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.3
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1
	RELEASE_4_10_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.27.21.12.10;	author ohauer;	state Exp;
branches;
next	1.3;

1.3
date	2008.04.17.14.29.32;	author araujo;	state Exp;
branches;
next	1.2;

1.2
date	2005.06.11.16.13.07;	author skv;	state Exp;
branches;
next	1.1;

1.1
date	2004.04.20.07.23.14;	author skv;	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:	Apache-DebugInfo
# Date created:	   19 April 2004
# Whom:		   Sergey Skvortsov <skv@@protey.ru>
#
# $FreeBSD: ports/www/p5-Apache-DebugInfo/Makefile,v 1.7 2011/11/02 03:43:40 pgollucci Exp $
#

PORTNAME=	Apache-DebugInfo
PORTVERSION=	0.05
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	skv@@FreeBSD.org
COMMENT=	Log various bits of per-request data

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

# Changed to apache13 exclusive, else apache13 ports
# are broken if apache22 is set as default
USE_APACHE=	13
.include <bsd.port.pre.mk>

.if defined(WITH_MODPERL2) || ${APACHE_VERSION} > 13
IGNORE=		this port does not support mod_perl2
.else
RUN_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl
BUILD_DEPENDS+=	${RUN_DEPENDS}
.endif

PERL_CONFIGURE=	yes

MAN3=		Apache::DebugInfo.3

.include <bsd.port.post.mk>
@


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
@d18 1
a18 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
@d18 1
a18 1
EXPIRATION_DATE=	one week after FreeBSD 9.0-RELEASE-p0
@


1.4
log
@- add test for apache version
- set USE_APACHE=13 explicit, since build with higher
  version is long time broken.

  with hat apache@@
  (with focus on changing default apache version to 22)
@
text
@d17 3
@


1.3
log
@- Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.

PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
@
text
@d17 7
a23 2
.if defined(WITH_MODPERL2)
IGNORE=		This port does not support mod_perl2
d25 2
a26 2
RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl
BUILD_DEPENDS=	${RUN_DEPENDS}
d33 1
a33 1
.include <bsd.port.mk>
@


1.2
log
@* reflect renaming on CPAN File-Spec to PathTools
   + add devel/p5-PathTools, remove devel/p5-File-Spec
   + update dependencies for all affected ports (make them unconditional),
     bump PORTREVISION for these ports
module was renamed
* reflect renaming on CPAN PodParser to Pod-Parser
   + add textproc/p5-Pod-Parser, remove textproc/p5-PodParser
   + update dependencies for all affected ports (make them unconditional),
     bump PORTREVISION for these ports

* for all changed ports make dependencies on File::Temp, Digest::MD5,
  Storable unconditional

* remove 'CONFIGURE_ARGS= INSTALLDIRS=site' from Makefile's
  (this variable is forced by bsd.port.mk now)

* update Class-Autouse to 1.17

* update POE-API-Hooks to 1.05

* make portlint happy (clean IGNORE, convert spaces to tabs and so on)
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Apache
@


1.1
log
@Add p5-Apache-DebugInfo 0.05, log various bits of per-request data.
@
text
@d19 1
a19 1
IGNORE=		"This port does not support mod_perl2"
@

