head	1.20;
access;
symbols
	RELEASE_9_0_0:1.19
	RELEASE_7_4_0:1.12
	RELEASE_8_2_0:1.12
	RELEASE_6_EOL:1.11
	RELEASE_8_1_0:1.10
	RELEASE_7_3_0:1.10
	RELEASE_8_0_0:1.9
	RELEASE_7_2_0:1.8
	RELEASE_7_1_0:1.6
	RELEASE_6_4_0:1.6
	RELEASE_5_EOL:1.6
	RELEASE_7_0_0:1.5
	RELEASE_6_3_0:1.5
	PRE_XORG_7:1.5
	RELEASE_4_EOL:1.5
	RELEASE_6_2_0:1.5
	RELEASE_6_1_0:1.5
	RELEASE_5_5_0:1.5
	RELEASE_6_0_0:1.5
	RELEASE_5_4_0:1.5
	RELEASE_4_11_0:1.5
	RELEASE_5_3_0:1.5
	RELEASE_4_10_0:1.5
	RELEASE_5_2_1:1.5
	RELEASE_5_2_0:1.5
	RELEASE_4_9_0:1.4
	RELEASE_5_1_0:1.4
	RELEASE_4_8_0:1.4
	RELEASE_5_0_0:1.3
	RELEASE_4_7_0:1.3
	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
	RELEASE_4_4_0:1.2
	RELEASE_4_3_0:1.1;
locks; strict;
comment	@# @;


1.20
date	2012.01.01.19.30.54;	author ohauer;	state dead;
branches;
next	1.19;

1.19
date	2011.11.02.03.43.42;	author pgollucci;	state Exp;
branches;
next	1.18;

1.18
date	2011.09.07.03.00.47;	author pgollucci;	state Exp;
branches;
next	1.17;

1.17
date	2011.08.27.09.54.38;	author ohauer;	state Exp;
branches;
next	1.16;

1.16
date	2011.06.26.19.26.14;	author ohauer;	state Exp;
branches;
next	1.15;

1.15
date	2011.05.25.00.08.24;	author ohauer;	state Exp;
branches;
next	1.14;

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

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

1.12
date	2011.01.15.10.33.00;	author sunpoet;	state Exp;
branches;
next	1.11;

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

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

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

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

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

1.6
date	2008.04.17.14.29.35;	author araujo;	state Exp;
branches;
next	1.5;

1.5
date	2003.10.24.12.04.35;	author ijliao;	state Exp;
branches;
next	1.4;

1.4
date	2003.03.07.06.12.49;	author ade;	state Exp;
branches;
next	1.3;

1.3
date	2002.07.06.16.34.25;	author skv;	state Exp;
branches;
next	1.2;

1.2
date	2001.05.30.15.16.54;	author vanilla;	state Exp;
branches;
next	1.1;

1.1
date	2001.03.14.22.54.45;	author vanilla;	state Exp;
branches;
next	;


desc
@@


1.20
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::Reload
# Date created:		15 Jan 2001
# Whom:			Sergey Skvortsov <skv@@protey.ru>
#
# $FreeBSD: ports/www/p5-Apache-Reload/Makefile,v 1.19 2011/11/02 03:43:42 pgollucci Exp $
#

PORTNAME=	Apache-Reload
PORTVERSION=	0.11
PORTREVISION=	1
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Reload changed modules

CONFLICTS=	ap2[02]-mod_perl2-2.0.[5-9]*

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

MAKE_JOBS_SAFE=	yes

PERL_CONFIGURE=	yes

# Changed to apache13 exclusive, else apache13 ports
# are broken if apache22 is set as default
USE_APACHE=	13

MAN3=		Apache2::Reload.3 Apache::Reload.3

.include <bsd.port.pre.mk>

.if defined(WITH_MODPERL2) || ${APACHE_VERSION} > 13
IGNORE=		Apache-Reload is included again in mod_perl2
BUILD_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/mod_perl2.pm:${PORTSDIR}/www/mod_perl2
RUN_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/mod_perl2.pm:${PORTSDIR}/www/mod_perl2
MAKE_ENV+=	MOD_PERL=2
_APACHE=	Apache2
.else
BUILD_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl
RUN_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl
MAKE_ENV+=	MOD_PERL=1
_APACHE=	Apache
.endif

PLIST_DIRS=	%%SITE_PERL%%/Apache2 \
	%%SITE_PERL%%/Apache \
	%%SITE_PERL%%/%%PERL_ARCH%%/auto/${_APACHE}/Reload

PLIST_FILES=	%%SITE_PERL%%/%%PERL_ARCH%%/auto/${_APACHE}/Reload/.packlist \
	%%SITE_PERL%%/Apache2/Reload.pm \
	%%SITE_PERL%%/Apache/Reload.pm

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


1.19
log
@- sync apache13 related EXPIRATION_DATE

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


1.18
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
@d21 1
a21 1
EXPIRATION_DATE=	2011-11-01
@


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

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


1.16
log
@- set exclusive apache13, else apache13 ports are
  broken if apache22 is set as default

- nothing will change for apache20/22 users, all
  mod_perl2 ports are already fixed!

-  no version bump

  with hat apache@@
@
text
@d19 4
@


1.15
log
@- change FORBIDDEN to IGNORE

 Noted by Philip M. Gollucci ( pgollucci@@ )
@
text
@d22 4
a25 1
USE_APACHE=	13+
@


1.14
log
@ - Apache-Reload is included again in mod_perl2
 - add conflict for mod_perl2

commit with hat apache@@
@
text
@d29 1
a29 1
FORBIDDEN=	Apache-Reload is included again in mod_perl2
@


1.13
log
@ - add additional check for APACHE_VERSION, else
   the port will build wrong if MOD_PERL2 is not
   defined and apache20 or apache22 is the default.
- no PORTREVISION bump

PR:		ports/154870
Submitted by:	myself
Approved by:	pgollucci
@
text
@d10 1
d18 1
d29 1
@


1.12
log
@- Pet portlint
- Remove obsolete MD5 checksum

Feature safe:	yes
@
text
@d20 1
d26 1
a26 1
.if defined(WITH_MODPERL2)
@


1.11
log
@- Update to 0.11

Ignore require-hooks which exist in %INC
[Ryan Gies <ryan@@livesite.net>]

Reloads by file, not module name
[Ryan Gies <ryan@@livesite.net>]

Add a no Apache::Reload directive which skips reloading for modules
that have it included (useful for Moose compatibility).
[Graham Barr, <gbarr@@pobox.com>]

Add Empty NOTICE file
http://rt.cpan.org/Ticket/Display.html?id=34786
[Niko Tyni (Debian Perl Group) <ntyni@@debian.org>]
@
text
@d17 1
a17 1
MAKE_JOBS_SAFE=  yes
@


1.10
log
@- Turn over a bunch of p5- ports that change infrequently to perl@@
  so more people can look at them.
@
text
@d9 1
a9 2
PORTVERSION=	0.10
PORTREVISION=	2
@


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

Tested by: several builds in P6 TB
@
text
@d15 1
a15 1
MAINTAINER=	pgollucci@@FreeBSD.org
@


1.8
log
@Previous commit should have actually changed the maintainer

Approved by:  araujo (mentor, implicit)
@
text
@d18 2
@


1.7
log
@- Update to 0.10
- pull pkg-plist into Makefile
- Version should work with perl 5.10.0 and mod_perl 1.30 or 2.0.4.
- MAINTAINER has not yet tested 5.10.0
- Pass maintainer to submitter

PR:             ports/123536
Submitted by:   pgollucci
Approved by:    Approved by:  araujo (mentor, implicit), skv (old maintainer)
@
text
@d15 1
a15 1
MAINTAINER=	skv@@FreeBSD.org
@


1.6
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
@d9 2
a10 1
PORTVERSION=	0.07
d20 1
a20 1
MAN3=		Apache::Reload.3
d22 23
a44 1
.include <bsd.port.mk>
@


1.5
log
@utilize SITE_PERL

PR:		58166
Submitted by:	Cheng-Lung Sung <clsung@@dragon2.net>
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Apache
@


1.4
log
@Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
@
text
@a19 1
MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
@


1.3
log
@fix MAINTAINER
@
text
@d16 1
@


1.2
log
@Upgrade to latest version:

	p5-Apache-Reload	=>	0.07
	p5-DBD-Pg		=>	1.00
	p5-DBI			=>	1.16
	p5-IMAP-Admin		=>	1.4.3
	p5-Parse-RecDescent	=>	1.80
	p5-SQL-Statement	=>	0.1020
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/p5-Apache-Reload/Makefile,v 1.1 2001/03/14 22:54:45 vanilla Exp $
d15 1
a15 1
MAINTAINER=	skv@@protey.ru
@


1.1
log
@Apache::Reload - Reload changed modules.

PR:		ports/24344
Submitted by:	Sergey Skvortsov <skv@@protey.ru>
@
text
@d5 1
a5 1
# $FreeBSD$
d9 1
a9 1
PORTVERSION=	0.06
@

