From owner-freebsd-ports-bugs@FreeBSD.ORG Sat May 22 18:50:02 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EEEBD1065670 for ; Sat, 22 May 2010 18:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (unknown [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CBCD98FC16 for ; Sat, 22 May 2010 18:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o4MIo1X0073774 for ; Sat, 22 May 2010 18:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o4MIo1ZV073773; Sat, 22 May 2010 18:50:01 GMT (envelope-from gnats) Resent-Date: Sat, 22 May 2010 18:50:01 GMT Resent-Message-Id: <201005221850.o4MIo1ZV073773@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Victor Popov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C66071065697 for ; Sat, 22 May 2010 18:42:50 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 9B6AB8FC19 for ; Sat, 22 May 2010 18:42:50 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o4MIgojU020574 for ; Sat, 22 May 2010 18:42:50 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o4MIgoJd020573; Sat, 22 May 2010 18:42:50 GMT (envelope-from nobody) Message-Id: <201005221842.o4MIgoJd020573@www.freebsd.org> Date: Sat, 22 May 2010 18:42:50 GMT From: Victor Popov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/146839: [PATCH] devel/p5-Scope-Guard: update to 0.20 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 May 2010 18:50:02 -0000 >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: