diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2005-01-27 10:18:00 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2005-01-27 10:18:00 +0000 |
commit | 1c5b5a7d98f3c8575eaeb67354bf47cda919662a (patch) | |
tree | bd7d434bb570519924ab3a5735221a19e61b447f /devel/p5-Devel-SmallProf | |
parent | 781838ee498cd301742ba2ce8e8b3e6b873ad82b (diff) | |
download | ports-1c5b5a7d98f3c8575eaeb67354bf47cda919662a.tar.gz ports-1c5b5a7d98f3c8575eaeb67354bf47cda919662a.zip |
Notes
Diffstat (limited to 'devel/p5-Devel-SmallProf')
-rw-r--r-- | devel/p5-Devel-SmallProf/Makefile | 7 | ||||
-rw-r--r-- | devel/p5-Devel-SmallProf/distinfo | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/devel/p5-Devel-SmallProf/Makefile b/devel/p5-Devel-SmallProf/Makefile index 5a1a24c6233a..e0be1e032ab8 100644 --- a/devel/p5-Devel-SmallProf/Makefile +++ b/devel/p5-Devel-SmallProf/Makefile @@ -7,11 +7,12 @@ PORTNAME= Devel-SmallProf PORTVERSION= 2.00 +PORTREVISION= 03 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../../authors/id/S/SA/SALVA PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION}_02 +DISTNAME= ${PORTNAME}-${PORTVERSION}_${PORTREVISION} MAINTAINER= skv@FreeBSD.org COMMENT= Per-line Perl profiler @@ -25,8 +26,8 @@ MAN3= Devel::SmallProf.3 .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500800 -IGNORE= "Perl 5.8 or newer required. Install lang/perl5.8 and try again." +.if ${PERL_LEVEL} < 500600 +IGNORE= "Perl 5.6 or newer required. Install lang/perl5.6 and try again." .endif .include <bsd.port.post.mk> diff --git a/devel/p5-Devel-SmallProf/distinfo b/devel/p5-Devel-SmallProf/distinfo index 52526453fde5..abe6e29f9eb8 100644 --- a/devel/p5-Devel-SmallProf/distinfo +++ b/devel/p5-Devel-SmallProf/distinfo @@ -1,2 +1,2 @@ -MD5 (Devel-SmallProf-2.00_02.tar.gz) = 6f1a134ee48d0c28d905cb48464c9ac8 -SIZE (Devel-SmallProf-2.00_02.tar.gz) = 9032 +MD5 (Devel-SmallProf-2.00_03.tar.gz) = 1f49270b64a43d9d5b25ea2f4f982191 +SIZE (Devel-SmallProf-2.00_03.tar.gz) = 9070 |