aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Devel-Leak
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2004-03-23 12:20:54 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2004-03-23 12:20:54 +0000
commit6e67ae41c30e966c9e9fd8b52b5f46ee1bdce0ca (patch)
treea49051618fa7d2fb7af113457927402d6398074e /devel/p5-Devel-Leak
parent9ed8c4a45c502be4ed05b7dfc55d70008051bb2e (diff)
downloadports-6e67ae41c30e966c9e9fd8b52b5f46ee1bdce0ca.tar.gz
ports-6e67ae41c30e966c9e9fd8b52b5f46ee1bdce0ca.zip
Updated to 0.03
Notes
Notes: svn path=/head/; revision=105036
Diffstat (limited to 'devel/p5-Devel-Leak')
-rw-r--r--devel/p5-Devel-Leak/Makefile3
-rw-r--r--devel/p5-Devel-Leak/distinfo3
-rw-r--r--devel/p5-Devel-Leak/pkg-descr2
3 files changed, 4 insertions, 4 deletions
diff --git a/devel/p5-Devel-Leak/Makefile b/devel/p5-Devel-Leak/Makefile
index a02daa74296e..29de2fce778f 100644
--- a/devel/p5-Devel-Leak/Makefile
+++ b/devel/p5-Devel-Leak/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Devel-Leak
-PORTVERSION= 0.02
+PORTVERSION= 0.03
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Devel
@@ -17,7 +17,6 @@ COMMENT= Utility for looking for perl objects that are not reclaimed
PERL_CONFIGURE= yes
-MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Devel::Leak.3
.include <bsd.port.mk>
diff --git a/devel/p5-Devel-Leak/distinfo b/devel/p5-Devel-Leak/distinfo
index 236f543fc6e4..2db061b575a1 100644
--- a/devel/p5-Devel-Leak/distinfo
+++ b/devel/p5-Devel-Leak/distinfo
@@ -1 +1,2 @@
-MD5 (Devel-Leak-0.02.tar.gz) = f4dece7cfb09a08840139ee3f54f84a0
+MD5 (Devel-Leak-0.03.tar.gz) = 9ee2cf88bd1dbc6091e38ef4597b54bb
+SIZE (Devel-Leak-0.03.tar.gz) = 3233
diff --git a/devel/p5-Devel-Leak/pkg-descr b/devel/p5-Devel-Leak/pkg-descr
index cd19efa26b25..c1ab81190b3f 100644
--- a/devel/p5-Devel-Leak/pkg-descr
+++ b/devel/p5-Devel-Leak/pkg-descr
@@ -11,7 +11,7 @@ NoteSV. It re-walks the perl-internals and calls sv_dump() for any
"things" which did not exist when NoteSV was called. It returns a count
of the number of "things" now allocated.
-WWW: http://search.cpan.org/search?dist=Devel-Leak
+WWW: http://search.cpan.org/dist/Devel-Leak/
-- Sergey Skvortsov
skv@FreeBSD.org