summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-08 19:17:14 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-08 19:17:14 +0000
commit0a23a0a9b532cf43e2de4b384c8e29ec96ccb3ab (patch)
treeb0f0a7ee52f782a55de0065fc73ca99625bf92fa /devel
parentupgrade to 4.0.2 (diff)
upgrade to 0.9
assume maintainership PR: 39033 Submitted by: Erwin Lansing <erwin@lansing.dk> (new maintainer)
Notes
Notes: svn path=/head/; revision=60899
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Devel-StackTrace/Makefile4
-rw-r--r--devel/p5-Devel-StackTrace/distinfo2
-rw-r--r--devel/p5-Devel-StackTrace/pkg-descr10
3 files changed, 9 insertions, 7 deletions
diff --git a/devel/p5-Devel-StackTrace/Makefile b/devel/p5-Devel-StackTrace/Makefile
index d178eb38399e..3422f25b7b6a 100644
--- a/devel/p5-Devel-StackTrace/Makefile
+++ b/devel/p5-Devel-StackTrace/Makefile
@@ -7,13 +7,13 @@
#
PORTNAME= Devel-StackTrace
-PORTVERSION= 0.85
+PORTVERSION= 0.9
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Devel
PKGNAMEPREFIX= p5-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= erwin@lansing.dk
PERL_CONFIGURE= yes
diff --git a/devel/p5-Devel-StackTrace/distinfo b/devel/p5-Devel-StackTrace/distinfo
index 106b2bc6729e..fb0719f7c3ce 100644
--- a/devel/p5-Devel-StackTrace/distinfo
+++ b/devel/p5-Devel-StackTrace/distinfo
@@ -1 +1 @@
-MD5 (Devel-StackTrace-0.85.tar.gz) = 59f6607f6423ca3c8ad81aeb7dbb2c27
+MD5 (Devel-StackTrace-0.9.tar.gz) = 79d7cda143cf081b5897397ad3192adb
diff --git a/devel/p5-Devel-StackTrace/pkg-descr b/devel/p5-Devel-StackTrace/pkg-descr
index 235b61268b24..10790992c773 100644
--- a/devel/p5-Devel-StackTrace/pkg-descr
+++ b/devel/p5-Devel-StackTrace/pkg-descr
@@ -3,7 +3,9 @@ Devel::StackTraceFrame. The goal of this object is to encapsulate the
information that can found through using the caller() function, as well as
providing a simple interface to this data.
-The Devel::StackTrace object contains a set of Devel::StackTraceFrame objects,
-one for each level of the stack. The frames contain all the data available
-from caller() as of Perl 5.00503. There are changes in Perl 5.6.0 that have
-yet to be incorporated.
+The Devel::StackTrace object contains a set of Devel::StackTraceFrame
+objects, one for each level of the stack. The frames contain all the data
+available from caller() as of Perl 5.6.0 though this module still works
+with 5.00503.
+
+WWW: http://search.cpan.org/search?dist=Devel-StackTrace