mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Update to 0.10
PR: ports/141492 Approved by: maintainer timeout (skv; 25 days) Submitted by: myself (pgollucci@)
This commit is contained in:
parent
ebf0a62ff3
commit
57e42003e2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=247484
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= Apache-Profiler
|
||||
PORTVERSION= 0.01
|
||||
PORTVERSION= 0.10
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -16,6 +16,6 @@ COMMENT= Profiles time seconds needed for every request
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Apache::Profiler.3
|
||||
MAN3= Apache::Profiler.3 Apache2::Profiler.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (Apache-Profiler-0.01.tar.gz) = 6afca212b352c4b73cb02d64a3d551bb
|
||||
SHA256 (Apache-Profiler-0.01.tar.gz) = 310f3c185fe99ef6dfb75cec7d6a246565e0eda619f8632d4fceb5a284b4af07
|
||||
SIZE (Apache-Profiler-0.01.tar.gz) = 2379
|
||||
MD5 (Apache-Profiler-0.10.tar.gz) = 2b9620a986af3abee36f0baacf984492
|
||||
SHA256 (Apache-Profiler-0.10.tar.gz) = c5bf123a1c81989b4ae745909b46c14ecb6d3746952999f95243cc8676ba99bf
|
||||
SIZE (Apache-Profiler-0.10.tar.gz) = 6086
|
||||
|
@ -1,5 +1,7 @@
|
||||
%%SITE_PERL%%/Apache/Profiler.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/Profiler/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/Apache
|
||||
%%SITE_PERL%%/Apache/Profiler.pm
|
||||
%%SITE_PERL%%/Apache2/Profiler.pm
|
||||
@dirrm %%SITE_PERL%%/Apache2
|
||||
@dirrm %%SITE_PERL%%/Apache
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/Profiler
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache
|
||||
|
Loading…
Reference in New Issue
Block a user