aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorlbr <lbr@FreeBSD.org>2008-10-26 19:31:51 +0800
committerlbr <lbr@FreeBSD.org>2008-10-26 19:31:51 +0800
commitd1b1acf031f81ca872eafbcd8ca8e3e7790eb4d1 (patch)
treef358a706fbf025c0ab1284ffb2b7a974afbbf0f4 /devel
parentf7c99a87229a4da176e8e43d49edded12175dd0f (diff)
downloadfreebsd-ports-gnome-d1b1acf031f81ca872eafbcd8ca8e3e7790eb4d1.tar.gz
freebsd-ports-gnome-d1b1acf031f81ca872eafbcd8ca8e3e7790eb4d1.tar.zst
freebsd-ports-gnome-d1b1acf031f81ca872eafbcd8ca8e3e7790eb4d1.zip
Update to 0.09
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-namespace-clean/Makefile4
-rw-r--r--devel/p5-namespace-clean/distinfo6
-rw-r--r--devel/p5-namespace-clean/pkg-descr2
3 files changed, 6 insertions, 6 deletions
diff --git a/devel/p5-namespace-clean/Makefile b/devel/p5-namespace-clean/Makefile
index 0e01ef2494c1..e78c9523f2ae 100644
--- a/devel/p5-namespace-clean/Makefile
+++ b/devel/p5-namespace-clean/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= namespace-clean
-PORTVERSION= 0.08
+PORTVERSION= 0.09
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= lbr@FreeBSD.org
COMMENT= Keep imports and functions out of your namespace
-RUN_DEPENDS= p5-Scope-Guard>=0.02:${PORTSDIR}/devel/p5-Scope-Guard
+RUN_DEPENDS= p5-B-Hooks-EndOfScope>=0:${PORTSDIR}/devel/p5-B-Hooks-EndOfScope
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= 5.8.0+
diff --git a/devel/p5-namespace-clean/distinfo b/devel/p5-namespace-clean/distinfo
index 51e8a7848af0..f64c093ffbed 100644
--- a/devel/p5-namespace-clean/distinfo
+++ b/devel/p5-namespace-clean/distinfo
@@ -1,3 +1,3 @@
-MD5 (namespace-clean-0.08.tar.gz) = 9dc350acfbcffe1434027928f3497925
-SHA256 (namespace-clean-0.08.tar.gz) = dd8b9edae83e44bf4127076ba5dc23ab81e755029498ff70b3d1c8f07f098ccb
-SIZE (namespace-clean-0.08.tar.gz) = 23896
+MD5 (namespace-clean-0.09.tar.gz) = 8edfbf0ccd9cb0557e7d0c5366d9f1f1
+SHA256 (namespace-clean-0.09.tar.gz) = 3696b8cecf99f344bb8618247e51cfa60d3ec83a403187a73f320c4f463cf799
+SIZE (namespace-clean-0.09.tar.gz) = 24250
diff --git a/devel/p5-namespace-clean/pkg-descr b/devel/p5-namespace-clean/pkg-descr
index 75be5316732d..b74e80962df1 100644
--- a/devel/p5-namespace-clean/pkg-descr
+++ b/devel/p5-namespace-clean/pkg-descr
@@ -9,4 +9,4 @@ imported symbols at the end of the current package's compile cycle.
Functions called in the package itself will still be bound by their
name, but they won't show up as methods on your class or instances.
-WWW: http://search.cpan.org/dist/namespace/clean/
+WWW: http://search.cpan.org/dist/namespace-clean/