View | Details | Raw Unified | Return to bug 122395
Collapse All | Expand All

(-)Makefile (-24 / +8 lines)
Lines 6-28 Link Here
6
#
6
#
7
7
8
PORTNAME=	Apache-Test
8
PORTNAME=	Apache-Test
9
PORTVERSION=	1.29
9
PORTVERSION=	1.30
10
CATEGORIES=	www perl5
10
CATEGORIES=	www perl5
11
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
11
MASTER_SITES=	CPAN
12
MASTER_SITE_SUBDIR=	Apache
13
PKGNAMEPREFIX=	p5-
12
PKGNAMEPREFIX=	p5-
14
13
15
MAINTAINER=	pgollucci@p6m7g8.com
14
MAINTAINER=	pgollucci@p6m7g8.com
16
COMMENT=	Test.pm wrapper with helpers for testing Apache
15
COMMENT=	Test.pm wrapper with helpers for testing Apache
17
16
17
## XXX: Need to fix this, www/mod_perl2 currently @2.0.3 contains A-T 1.29,
18
## XXX: but
19
## XXX: A-T has released 1.30
18
.if defined(WITH_MODPERL2)
20
.if defined(WITH_MODPERL2)
19
IGNORE=		is already included in mod_perl2
21
IGNORE=		is already included in mod_perl2
20
.else
21
RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \
22
		${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl
23
BUILD_DEPENDS=	${RUN_DEPENDS}
24
.endif
22
.endif
25
23
24
USE_APACHE=1.3+
25
26
PERL_CONFIGURE=	yes
26
PERL_CONFIGURE=	yes
27
27
28
MAN3=		Apache::Test.3 Apache::TestConfig.3 Apache::TestConfigData.3 \
28
MAN3=		Apache::Test.3 Apache::TestConfig.3 Apache::TestConfigData.3 \
Lines 31-50 Link Here
31
		Apache::TestRunPerl.3 Apache::TestSmoke.3 Apache::TestTrace.3 \
31
		Apache::TestRunPerl.3 Apache::TestSmoke.3 Apache::TestTrace.3 \
32
		Apache::TestUtil.3 Bundle::ApacheTest.3
32
		Apache::TestUtil.3 Bundle::ApacheTest.3
33
33
34
.include <bsd.port.pre.mk>
34
.include <bsd.port.mk>
35
36
.if ${PERL_LEVEL} < 500800
37
EXTRA_PATCHES=	${PATCHDIR}/500503-Makefile.PL
38
.endif
39
40
post-patch:
41
	@${PERL} -pi.bak -e 's/^/#/ if $$.==26;' ${WRKSRC}/Makefile.PL
42
	@${PERL} -pi -e '$$_="" if $$.==11;' ${WRKSRC}/lib/Apache/Test5005compat.pm
43
.if ${PERL_LEVEL} < 500800
44
	@${PERL} -pi.bak -e 's/PERLRUN/PERL/;' ${WRKSRC}/install-pl
45
.endif
46
47
post-configure:
48
	@${PERL} -pi -e 's/^(POD2MAN_EXE.*)$$/\1 --lax/;' ${WRKSRC}/Makefile
49
50
.include <bsd.port.post.mk>
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (Apache-Test-1.29.tar.gz) = d99c88b856302420211cee2f891ad931
1
MD5 (Apache-Test-1.30.tar.gz) = f4e34be218a25048def5a4f797ae7cb9
2
SHA256 (Apache-Test-1.29.tar.gz) = c8780c633335e3349414c67b81b153719d40534d8c7092dbd30214ed27a72043
2
SHA256 (Apache-Test-1.30.tar.gz) = e45d1ea651ae179bc9f30f321e364fff1285db477cc4735aa4a90031c5ba267a
3
SIZE (Apache-Test-1.29.tar.gz) = 151416
3
SIZE (Apache-Test-1.30.tar.gz) = 150711
(-)UPDATING 2 Apr 2008 19:52:16 -0000 (+11 lines)
Lines 6-11 Link Here
6
time you update your ports collection, before attempting any port
6
time you update your ports collection, before attempting any port
7
upgrades.
7
upgrades.
8
8
9
20080402:
10
  AFFECTS: users of www/p5-Apache-Test
11
  AUTHOR: pgollucci@p6m7g8.com
12
13
  www/p5-Apache-Test doesn't actually need www/mod_perl{1,2}.  If you 
14
  would like to test a mod_perl enabled server, than please install 
15
  www/mod_perl2 or www/mod_perl as well.  The ports infra structure
16
  doesn't support this (yet) but you can use this to test both
17
  www/apache13, www/apache20, and/or www/apache22 without 
18
  chaning www/p5-Apache-Test.
19
9
20080330:
20
20080330:
10
  AFFECTS: users of www/mediawiki
21
  AFFECTS: users of www/mediawiki
11
  AUTHOR: miwi@FreeBSD.org
22
  AUTHOR: miwi@FreeBSD.org

Return to bug 122395