diff options
author | clsung <clsung@FreeBSD.org> | 2006-12-01 09:43:54 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-12-01 09:43:54 +0800 |
commit | b35b445d47517c87a134fa86e06725b3bae1496a (patch) | |
tree | 162277443a9d35596a04fdd472120452f0761c0c /www/p5-Apache-Test | |
parent | 3bcaaacd21f41a5107735af17ea74c18861576a7 (diff) | |
download | freebsd-ports-gnome-b35b445d47517c87a134fa86e06725b3bae1496a.tar.gz freebsd-ports-gnome-b35b445d47517c87a134fa86e06725b3bae1496a.tar.zst freebsd-ports-gnome-b35b445d47517c87a134fa86e06725b3bae1496a.zip |
- Update to 1.29
- take maintainership
PR: ports/106054
Submitted by: maintainer (Philip M. Gollucci)
Diffstat (limited to 'www/p5-Apache-Test')
-rw-r--r-- | www/p5-Apache-Test/Makefile | 4 | ||||
-rw-r--r-- | www/p5-Apache-Test/distinfo | 6 | ||||
-rw-r--r-- | www/p5-Apache-Test/pkg-plist | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/www/p5-Apache-Test/Makefile b/www/p5-Apache-Test/Makefile index 1b5a2469eb71..17b81f32317a 100644 --- a/www/p5-Apache-Test/Makefile +++ b/www/p5-Apache-Test/Makefile @@ -6,13 +6,13 @@ # PORTNAME= Apache-Test -PORTVERSION= 1.28 +PORTVERSION= 1.29 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Apache PKGNAMEPREFIX= p5- -MAINTAINER= perl@FreeBSD.org +MAINTAINER= pgollucci@p6m7g8.com COMMENT= Test.pm wrapper with helpers for testing Apache .if defined(WITH_MODPERL2) diff --git a/www/p5-Apache-Test/distinfo b/www/p5-Apache-Test/distinfo index 0b542ee95768..55987450f07e 100644 --- a/www/p5-Apache-Test/distinfo +++ b/www/p5-Apache-Test/distinfo @@ -1,3 +1,3 @@ -MD5 (Apache-Test-1.28.tar.gz) = 76ca771bb9d36b6215e7f418a7fd5e9a -SHA256 (Apache-Test-1.28.tar.gz) = 42b7edcddc47e9a231740a7949cea8462f8042f32d79db02a24c24786ea08e37 -SIZE (Apache-Test-1.28.tar.gz) = 149856 +MD5 (Apache-Test-1.29.tar.gz) = d99c88b856302420211cee2f891ad931 +SHA256 (Apache-Test-1.29.tar.gz) = c8780c633335e3349414c67b81b153719d40534d8c7092dbd30214ed27a72043 +SIZE (Apache-Test-1.29.tar.gz) = 151416 diff --git a/www/p5-Apache-Test/pkg-plist b/www/p5-Apache-Test/pkg-plist index dab7e3f9807a..dcaa1ab3d8ca 100644 --- a/www/p5-Apache-Test/pkg-plist +++ b/www/p5-Apache-Test/pkg-plist @@ -1,4 +1,3 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/Test/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/Apache/Test.pm %%SITE_PERL%%/%%PERL_ARCH%%/Apache/Test5005compat.pm %%SITE_PERL%%/%%PERL_ARCH%%/Apache/TestBuild.pm @@ -33,7 +32,8 @@ %%SITE_PERL%%/%%PERL_ARCH%%/Apache/TestTrace.pm %%SITE_PERL%%/%%PERL_ARCH%%/Apache/TestUtil.pm %%SITE_PERL%%/%%PERL_ARCH%%/Bundle/ApacheTest.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/Test/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/Test +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Apache @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Bundle -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache |