aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Scope-Guard
diff options
context:
space:
mode:
authorSylvio Cesar Teixeira <sylvio@FreeBSD.org>2010-05-25 12:06:21 +0000
committerSylvio Cesar Teixeira <sylvio@FreeBSD.org>2010-05-25 12:06:21 +0000
commit216ad949b6bff304285c030841dec828cb8a9a10 (patch)
treeba5a7d705f972aff1e95cb0a6ec218fa4f58f07d /devel/p5-Scope-Guard
parent9d11502c7bb0c23f8cfcad7cd00f6ea15d61ef2e (diff)
downloadports-216ad949b6bff304285c030841dec828cb8a9a10.tar.gz
ports-216ad949b6bff304285c030841dec828cb8a9a10.zip
Notes
Diffstat (limited to 'devel/p5-Scope-Guard')
-rw-r--r--devel/p5-Scope-Guard/Makefile6
-rw-r--r--devel/p5-Scope-Guard/distinfo6
-rw-r--r--devel/p5-Scope-Guard/pkg-descr2
3 files changed, 7 insertions, 7 deletions
diff --git a/devel/p5-Scope-Guard/Makefile b/devel/p5-Scope-Guard/Makefile
index 59cbe3361220..d7876d0e04d1 100644
--- a/devel/p5-Scope-Guard/Makefile
+++ b/devel/p5-Scope-Guard/Makefile
@@ -6,13 +6,13 @@
#
PORTNAME= Scope-Guard
-PORTVERSION= 0.03
+PORTVERSION= 0.20
CATEGORIES= devel perl5
MASTER_SITES= CPAN
-MASTER_SITE_SUBDIR= ../by-authors/id/C/CH/CHOCOLATE
+MASTER_SITE_SUBDIR= ../by-authors/id/C/CH/CHOCOLATE
PKGNAMEPREFIX= p5-
-MAINTAINER= cmanley@xs4all.nl
+MAINTAINER= v.a.popov@gmail.com
COMMENT= Lexically scoped resource management
PERL_CONFIGURE= yes
diff --git a/devel/p5-Scope-Guard/distinfo b/devel/p5-Scope-Guard/distinfo
index 36efaabdcfe7..25b9dd1fbe86 100644
--- a/devel/p5-Scope-Guard/distinfo
+++ b/devel/p5-Scope-Guard/distinfo
@@ -1,3 +1,3 @@
-MD5 (Scope-Guard-0.03.tar.gz) = a33ab0a31d837b94797e61050afff894
-SHA256 (Scope-Guard-0.03.tar.gz) = cb2b0dc870c7f3f9923505e3eb24fc0fc1a56096421ddd9fb59c763c9d31a91f
-SIZE (Scope-Guard-0.03.tar.gz) = 2938
+MD5 (Scope-Guard-0.20.tar.gz) = 495d5ae16a2df8128fd068c386c9d4ac
+SHA256 (Scope-Guard-0.20.tar.gz) = 5b8fed60a3d77d8a9a3748db3dce894bb95431e98195be7f1920d26bbe7d4ad3
+SIZE (Scope-Guard-0.20.tar.gz) = 4082
diff --git a/devel/p5-Scope-Guard/pkg-descr b/devel/p5-Scope-Guard/pkg-descr
index d6b5639f853d..e239e39ad5ff 100644
--- a/devel/p5-Scope-Guard/pkg-descr
+++ b/devel/p5-Scope-Guard/pkg-descr
@@ -5,6 +5,6 @@ subroutine that is guaranteed to be called even if the thread of execution is
aborted prematurely. This effectively allows lexically-scoped "promises" to be
made that are automatically honoured by perl's garbage collector.
-For more info, see: http://www.cuj.com/documents/s=8000/cujcexp1812alexandr/
+For more info, see: http://www.drdobbs.com/cpp/184403758
WWW: http://search.cpan.org/dist/Scope-Guard/