Date: Sat, 22 May 2010 18:42:50 GMT From: Victor Popov <v.a.popov@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/146839: [PATCH] devel/p5-Scope-Guard: update to 0.20 Message-ID: <201005221842.o4MIgoJd020573@www.freebsd.org> Resent-Message-ID: <201005221850.o4MIo1ZV073773@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 146839 >Category: ports >Synopsis: [PATCH] devel/p5-Scope-Guard: update to 0.20 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat May 22 18:50:01 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Victor Popov >Release: FreeBSD 8.0-STABLE >Organization: >Environment: FreeBSD vic.hcn-strela.ru 8.0-STABLE FreeBSD 8.0-STABLE #0: Fri Dec 4 00:48:18 MSK 2009 root@vic.hcn-strela.ru:/usr/obj/usr/src/sys/VIC amd64 >Description: - Update to 0.20 - Use tab instead of spaces in MASTER_SITE_SUBDIR line - Change link in pkg-descr to one found on CPAN page (old is dead) - I would like to become a maintainer of this port, because, as seen in PR/141559, current maintainer does not use FreeBSD any more >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN --exclude=CVS /usr/ports/devel/p5-Scope-Guard/Makefile /home/victor/ports/devel/p5-Scope-Guard/Makefile --- /usr/ports/devel/p5-Scope-Guard/Makefile 2008-04-17 18:26:03.000000000 +0400 +++ /home/victor/ports/devel/p5-Scope-Guard/Makefile 2010-05-22 22:27:08.401237615 +0400 @@ -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 -ruN --exclude=CVS /usr/ports/devel/p5-Scope-Guard/distinfo /home/victor/ports/devel/p5-Scope-Guard/distinfo --- /usr/ports/devel/p5-Scope-Guard/distinfo 2007-02-09 08:32:02.000000000 +0300 +++ /home/victor/ports/devel/p5-Scope-Guard/distinfo 2010-05-22 22:25:20.292464889 +0400 @@ -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 -ruN --exclude=CVS /usr/ports/devel/p5-Scope-Guard/pkg-descr /home/victor/ports/devel/p5-Scope-Guard/pkg-descr --- /usr/ports/devel/p5-Scope-Guard/pkg-descr 2006-12-31 01:09:16.000000000 +0300 +++ /home/victor/ports/devel/p5-Scope-Guard/pkg-descr 2010-05-22 21:58:16.157298499 +0400 @@ -5,6 +5,6 @@ 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/ >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005221842.o4MIgoJd020573>