From owner-freebsd-perl@FreeBSD.ORG Sun Nov 22 02:11:45 2009 Return-Path: Delivered-To: perl@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9D81F106566C; Sun, 22 Nov 2009 02:11:45 +0000 (UTC) (envelope-from sahil@spartan.hamla.org) Received: from spartan.hamla.org (spartan.hamla.org [206.251.255.30]) by mx1.freebsd.org (Postfix) with ESMTP id 8C32B8FC12; Sun, 22 Nov 2009 02:11:45 +0000 (UTC) Received: by spartan.hamla.org (Postfix, from userid 1001) id 1E77617081; Sat, 21 Nov 2009 21:11:45 -0500 (EST) To: FreeBSD-gnats-submit@freebsd.org From: Sahil Tandon X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20091122021145.1E77617081@spartan.hamla.org> Date: Sat, 21 Nov 2009 21:11:45 -0500 (EST) Cc: perl@FreeBSD.org Subject: [PATCH] net/p5-URI: update to 1.50 + adopt port X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Sahil Tandon List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Nov 2009 02:11:45 -0000 >Submitter-Id: current-users >Originator: Sahil Tandon >Organization: >Confidential: no >Synopsis: [PATCH] net/p5-URI: update to 1.50 + adopt port >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 7.2-RELEASE i386 >Environment: >Description: - Update to 1.50 - Assume maintainership - Changes: support for IRIs and several other changes: http://cpansearch.perl.org/src/GAAS/URI-1.50/Changes >How-To-Repeat: >Fix: --- p5-URI.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/p5-URI/Makefile,v retrieving revision 1.45 diff -u -r1.45 Makefile --- Makefile 16 Aug 2009 18:11:50 -0000 1.45 +++ Makefile 22 Nov 2009 02:08:00 -0000 @@ -6,12 +6,12 @@ # PORTNAME= URI -PORTVERSION= 1.40 +PORTVERSION= 1.50 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= perl@FreeBSD.org +MAINTAINER= sahil@tandon.net COMMENT= Perl5 interface to Uniform Resource Identifier (URI) references PERL_CONFIGURE= yes @@ -25,6 +25,7 @@ URI::WithBase.3 \ URI::data.3 \ URI::file.3 \ - URI::ldap.3 + URI::ldap.3 \ + URI::_punycode.3 .include Index: distinfo =================================================================== RCS file: /home/ncvs/ports/net/p5-URI/distinfo,v retrieving revision 1.32 diff -u -r1.32 distinfo --- distinfo 16 Aug 2009 18:11:50 -0000 1.32 +++ distinfo 22 Nov 2009 02:08:00 -0000 @@ -1,3 +1,3 @@ -MD5 (URI-1.40.tar.gz) = 626cc85f1939a89981f82aae43497b53 -SHA256 (URI-1.40.tar.gz) = 7104e9c602083066967c6fbfd06c2648f839fedb866e9bc77ae6c263d3f42fbf -SIZE (URI-1.40.tar.gz) = 97180 +MD5 (URI-1.50.tar.gz) = 03b88ba9b7eaf4edd025fb4bc430e597 +SHA256 (URI-1.50.tar.gz) = 5b10974a91a084646dc1cfe47041e20d8e9cb826fbd925876103db3208493095 +SIZE (URI-1.50.tar.gz) = 78616 Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/net/p5-URI/pkg-descr,v retrieving revision 1.4 diff -u -r1.4 pkg-descr --- pkg-descr 21 Sep 2005 19:31:15 -0000 1.4 +++ pkg-descr 22 Nov 2009 02:08:00 -0000 @@ -1,6 +1,9 @@ This package contains the URI.pm module with friends. The module implements the URI class. Objects of this class represent Uniform -Resource Identifier (URI) references as specified in RFC 2396. +Resource Identifier (URI) references as specified in RFC 2396 and +updated by RFC 2732. Release 1.50 includes the initial attempt at +providing support to IRIs. URI objects now support the 'as_iri' +and 'ihost' methods. URI objects can be used to access and manipulate the various components that make up these strings. There are also methods to Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/net/p5-URI/pkg-plist,v retrieving revision 1.10 diff -u -r1.10 pkg-plist --- pkg-plist 2 Jan 2004 11:24:04 -0000 1.10 +++ pkg-plist 22 Nov 2009 02:08:00 -0000 @@ -3,12 +3,15 @@ %%SITE_PERL%%/URI/Heuristic.pm %%SITE_PERL%%/URI/QueryParam.pm %%SITE_PERL%%/URI/Split.pm +%%SITE_PERL%%/URI/IRI.pm %%SITE_PERL%%/URI/URL.pm %%SITE_PERL%%/URI/WithBase.pm %%SITE_PERL%%/URI/_foreign.pm %%SITE_PERL%%/URI/_generic.pm +%%SITE_PERL%%/URI/_idna.pm %%SITE_PERL%%/URI/_ldap.pm %%SITE_PERL%%/URI/_login.pm +%%SITE_PERL%%/URI/_punycode.pm %%SITE_PERL%%/URI/_query.pm %%SITE_PERL%%/URI/_segment.pm %%SITE_PERL%%/URI/_server.pm --- p5-URI.diff ends here --- From owner-freebsd-perl@FreeBSD.ORG Sun Nov 22 02:20:13 2009 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 07F2D1065670; Sun, 22 Nov 2009 02:20:13 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D39378FC1A; Sun, 22 Nov 2009 02:20:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nAM2KCTx093558; Sun, 22 Nov 2009 02:20:12 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nAM2KCnf093549; Sun, 22 Nov 2009 02:20:12 GMT (envelope-from edwin) Date: Sun, 22 Nov 2009 02:20:12 GMT Message-Id: <200911220220.nAM2KCnf093549@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/140762: [PATCH] net/p5-URI: update to 1.50 + adopt port X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Nov 2009 02:20:13 -0000 Synopsis: [PATCH] net/p5-URI: update to 1.50 + adopt port Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Sun Nov 22 02:20:12 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140762 From owner-freebsd-perl@FreeBSD.ORG Sun Nov 22 11:58:59 2009 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D168A106566C; Sun, 22 Nov 2009 11:58:59 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A92A78FC13; Sun, 22 Nov 2009 11:58:59 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nAMBwxJw032881; Sun, 22 Nov 2009 11:58:59 GMT (envelope-from wen@freefall.freebsd.org) Received: (from wen@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nAMBwx0c032877; Sun, 22 Nov 2009 11:58:59 GMT (envelope-from wen) Date: Sun, 22 Nov 2009 11:58:59 GMT Message-Id: <200911221158.nAMBwx0c032877@freefall.freebsd.org> To: sahil@tandon.net, wen@FreeBSD.org, perl@FreeBSD.org From: wen@FreeBSD.org Cc: Subject: Re: ports/140735: [PATCH] devel/p5-Moose: update to 0.93 + adopt port X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Nov 2009 11:58:59 -0000 Synopsis: [PATCH] devel/p5-Moose: update to 0.93 + adopt port State-Changed-From-To: open->closed State-Changed-By: wen State-Changed-When: Sun Nov 22 11:58:59 UTC 2009 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=140735 From owner-freebsd-perl@FreeBSD.ORG Sun Nov 22 12:00:11 2009 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B5A7B106566B for ; Sun, 22 Nov 2009 12:00:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 96B138FC13 for ; Sun, 22 Nov 2009 12:00:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nAMC0B3U032989 for ; Sun, 22 Nov 2009 12:00:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nAMC0Bwg032988; Sun, 22 Nov 2009 12:00:11 GMT (envelope-from gnats) Date: Sun, 22 Nov 2009 12:00:11 GMT Message-Id: <200911221200.nAMC0Bwg032988@freefall.freebsd.org> To: perl@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/140735: commit references a PR X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Nov 2009 12:00:11 -0000 The following reply was made to PR ports/140735; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/140735: commit references a PR Date: Sun, 22 Nov 2009 11:58:04 +0000 (UTC) wen 2009-11-22 11:57:51 UTC FreeBSD ports repository Modified files: devel/p5-Moose Makefile distinfo Log: - Update to 0.93 - Pass maintainership to submitter PR: ports/140735 Submitted by: Sahil Tandon Revision Changes Path 1.63 +3 -3 ports/devel/p5-Moose/Makefile 1.58 +3 -3 ports/devel/p5-Moose/distinfo _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-freebsd-perl@FreeBSD.ORG Sun Nov 22 12:18:30 2009 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 601DA10656A3; Sun, 22 Nov 2009 12:18:30 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 377148FC13; Sun, 22 Nov 2009 12:18:29 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nAMCITPd050455; Sun, 22 Nov 2009 12:18:29 GMT (envelope-from wen@freefall.freebsd.org) Received: (from wen@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nAMCITLi050451; Sun, 22 Nov 2009 12:18:29 GMT (envelope-from wen) Date: Sun, 22 Nov 2009 12:18:29 GMT Message-Id: <200911221218.nAMCITLi050451@freefall.freebsd.org> To: sahil@tandon.net, wen@FreeBSD.org, perl@FreeBSD.org From: wen@FreeBSD.org Cc: Subject: Re: ports/140762: [PATCH] net/p5-URI: update to 1.50 + adopt port X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Nov 2009 12:18:30 -0000 Synopsis: [PATCH] net/p5-URI: update to 1.50 + adopt port State-Changed-From-To: open->closed State-Changed-By: wen State-Changed-When: Sun Nov 22 12:18:29 UTC 2009 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=140762 From owner-freebsd-perl@FreeBSD.ORG Sun Nov 22 12:20:04 2009 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 176D41065694 for ; Sun, 22 Nov 2009 12:20:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0760A8FC0C for ; Sun, 22 Nov 2009 12:20:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nAMCK3Z8050555 for ; Sun, 22 Nov 2009 12:20:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nAMCK3op050554; Sun, 22 Nov 2009 12:20:03 GMT (envelope-from gnats) Date: Sun, 22 Nov 2009 12:20:03 GMT Message-Id: <200911221220.nAMCK3op050554@freefall.freebsd.org> To: perl@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/140762: commit references a PR X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Nov 2009 12:20:04 -0000 The following reply was made to PR ports/140762; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/140762: commit references a PR Date: Sun, 22 Nov 2009 12:18:26 +0000 (UTC) wen 2009-11-22 12:18:12 UTC FreeBSD ports repository Modified files: net/p5-URI Makefile distinfo pkg-descr pkg-plist Log: - Update to 1.50 - Pass maintainership to submitter PR: ports/140762 Submitted by: Sahil Tandon Revision Changes Path 1.46 +4 -3 ports/net/p5-URI/Makefile 1.33 +3 -3 ports/net/p5-URI/distinfo 1.5 +4 -1 ports/net/p5-URI/pkg-descr 1.11 +3 -0 ports/net/p5-URI/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-freebsd-perl@FreeBSD.ORG Mon Nov 23 11:08:08 2009 Return-Path: Delivered-To: perl@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EC836106566C for ; Mon, 23 Nov 2009 11:08:08 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DA23A8FC18 for ; Mon, 23 Nov 2009 11:08:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nANB88Wq071223 for ; Mon, 23 Nov 2009 11:08:08 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nANB88rr071221 for perl@FreeBSD.org; Mon, 23 Nov 2009 11:08:08 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 23 Nov 2009 11:08:08 GMT Message-Id: <200911231108.nANB88rr071221@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: perl@FreeBSD.org Cc: Subject: Current problem reports assigned to perl@FreeBSD.org X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Nov 2009 11:08:09 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/140660 perl [patch] mail/p5-Email-Simple update makes p5-Email-Rep o ports/131225 perl math/PDL: PDL-2.4.3_5: Unable to find PDL/pdldoc.db o ports/129626 perl lang/p5-Tcl segfaults on i386 and amd64 on FreeBSD 7 o ports/121472 perl Loading perl scripts causes irc/xchat segmentation fau 4 problems total. From owner-freebsd-perl@FreeBSD.ORG Mon Nov 23 13:35:02 2009 Return-Path: Delivered-To: perl@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 94A801065696 for ; Mon, 23 Nov 2009 13:35:02 +0000 (UTC) (envelope-from lars@balker.dk) Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.24]) by mx1.freebsd.org (Postfix) with ESMTP id 37DAF8FC20 for ; Mon, 23 Nov 2009 13:35:01 +0000 (UTC) Received: by ey-out-2122.google.com with SMTP id 22so1389737eye.9 for ; Mon, 23 Nov 2009 05:35:00 -0800 (PST) MIME-Version: 1.0 Received: by 10.213.0.131 with SMTP id 3mr3560980ebb.68.1258981802708; Mon, 23 Nov 2009 05:10:02 -0800 (PST) In-Reply-To: <20091115011802.GA42096@magic.hamla.org> References: <20091115011802.GA42096@magic.hamla.org> Date: Mon, 23 Nov 2009 14:10:02 +0100 Message-ID: <376a98e00911230510h3d115a2ey238cd343ed8ab899@mail.gmail.com> From: Lars Balker Rasmussen To: Sahil Tandon Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: perl@freebsd.org Subject: Re: Ports with MAINTAINER= perl@FreeBSD.org X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Nov 2009 13:35:02 -0000 On Sun, Nov 15, 2009 at 2:18 AM, Sahil Tandon wrote: > These ports are maintained by perl@. =A0I am happy to adopt these ports i= f > perl@ is akin to ports@ in that these ports are up for adoption. =A0I > don't want to step on any toes so I will submit a PR to make the change > if there are no objections. I'm sure everybody who read this thought "Someone else will answer", so it didn't get done. No, perl@ is not the same as ports@. It's not generally a good idea to have important ports (like p5-Moose) relying on a single person or maintainer-timeouts if a sane community is available to handle the job. Please pass maintainer-ship back to perl@. (Speaking as the former maintainer of p5-Moose, who helped prove the point made above). --=20 Lars Balker Rasmussen Consult::Perl From owner-freebsd-perl@FreeBSD.ORG Mon Nov 23 14:10:16 2009 Return-Path: Delivered-To: perl@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 98FBE1065676 for ; Mon, 23 Nov 2009 14:10:16 +0000 (UTC) (envelope-from wenheping@gmail.com) Received: from mail-pz0-f185.google.com (mail-pz0-f185.google.com [209.85.222.185]) by mx1.freebsd.org (Postfix) with ESMTP id 676768FC27 for ; Mon, 23 Nov 2009 14:10:16 +0000 (UTC) Received: by pzk15 with SMTP id 15so3776885pzk.3 for ; Mon, 23 Nov 2009 06:10:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=muFJZKFOs+a7H008FVFe0qyW7NrJqZZzYpGAd93b0iw=; b=gkWWKMBtNuBV8L/ly3PJwx1PvFbTm71VTK2CcfvXodFQ1j4tIvZAzQhReGZT7dKM3v MgdjPM+R8uoC2Xk3EGLWUzWBVkcQ+yhxnNDUHUvyGlgPXWRmbNycBSyObIpuqUVa+qMw xU66Jr5XjekZk/tLixjZSskAL2yHpj5L48F7A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=JXAkWfoAJnogx0qRhbU1SF4QbLnw7t79wP1itdGGHzmzhvMeqJde3aor6D1Sxz5TVl RDUpQQpZz++ieeztXrRIdF/p5i+UjSBi+ciH4oJgr0vkDYzNdL2li6eVHVzElC7NWbKw sqm7m/FaJESyhrFDpfpOACiEgSGzuRz7rPevg= MIME-Version: 1.0 Received: by 10.142.55.20 with SMTP id d20mr537466wfa.322.1258984001254; Mon, 23 Nov 2009 05:46:41 -0800 (PST) In-Reply-To: <7be7a2800911230544w28f6dc55obb15e6f25cfad643@mail.gmail.com> References: <20091115011802.GA42096@magic.hamla.org> <376a98e00911230510h3d115a2ey238cd343ed8ab899@mail.gmail.com> <7be7a2800911230544w28f6dc55obb15e6f25cfad643@mail.gmail.com> Date: Mon, 23 Nov 2009 21:46:40 +0800 Message-ID: <7be7a2800911230546r4fd69c4eud7a53ac74f48257@mail.gmail.com> From: wen heping To: perl@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Fwd: Ports with MAINTAINER= perl@FreeBSD.org X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Nov 2009 14:10:16 -0000 ---------- Forwarded message ---------- From: wen heping Date: Mon, Nov 23, 2009 at 9:44 PM Subject: Re: Ports with MAINTAINER= perl@FreeBSD.org To: Lars Balker Rasmussen On Mon, Nov 23, 2009 at 9:10 PM, Lars Balker Rasmussen wrote: > On Sun, Nov 15, 2009 at 2:18 AM, Sahil Tandon wrote: > > These ports are maintained by perl@. I am happy to adopt these ports if > > perl@ is akin to ports@ in that these ports are up for adoption. I > > don't want to step on any toes so I will submit a PR to make the change > > if there are no objections. > > I'm sure everybody who read this thought "Someone else will answer", > so it didn't get done. No, perl@ is not the same as ports@. It's not > generally a good idea to have important ports (like p5-Moose) relying > on a single person or maintainer-timeouts if a sane community is > I think all the committer could help and encourage new volunteer maintain this perl@ port. We should pass maintainership back when the new volunteer make some errors. But now give a chance to the new volunteer, and it is a chance to FreeBSD too. wen > available to handle the job. Please pass maintainer-ship back to > perl@. > > (Speaking as the former maintainer of p5-Moose, who helped prove the > point made above). > -- > Lars Balker Rasmussen Consult::Perl > _______________________________________________ > freebsd-perl@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-perl > To unsubscribe, send any mail to "freebsd-perl-unsubscribe@freebsd.org" > From owner-freebsd-perl@FreeBSD.ORG Mon Nov 23 14:15:21 2009 Return-Path: Delivered-To: perl@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7DDE010656A3 for ; Mon, 23 Nov 2009 14:15:21 +0000 (UTC) (envelope-from sahil@tandon.net) Received: from spartan.hamla.org (spartan.hamla.org [206.251.255.30]) by mx1.freebsd.org (Postfix) with ESMTP id 5ABA98FC27 for ; Mon, 23 Nov 2009 14:15:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by spartan.hamla.org (Postfix) with ESMTP id DC6F91709C; Mon, 23 Nov 2009 09:15:20 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tandon.net; h= date:date:subject:subject:mime-version:x-mailer :content-transfer-encoding:content-type:content-type:in-reply-to :from:from:message-id:references:received:received; s=aegis; t= 1258985720; bh=i+RQcHBYpBS1zgzI0lAhQZR3bqfWpAhwRx4wAEVKs3I=; b=s m+O6Wvsl8hhZ/5SSFOe9htWpZIvY8BjoXNruhN4bngnrzgZLqSR9CrEcu/Vzosuc zSyKNwOxZtUjSSxIclGn6mxJu8wMEmWsTYHPZ0M94qpdX/bTCo67nuBoii5zDS5X 56mL8oNP5xtfgYNC7MB/66hYBUUCyLAu1bXj0vqcug= X-Virus-Scanned: by ClamAV at spartan.hamla.org Received: from spartan.hamla.org ([127.0.0.1]) by localhost (spartan.hamla.org [127.0.0.1]) (amavisd-new, port 10027) with LMTP id NxLc4T3IQtk8; Mon, 23 Nov 2009 09:15:20 -0500 (EST) Received: from [10.181.253.216] (mobile-166-137-132-055.mycingular.net [166.137.132.55]) by spartan.hamla.org (Postfix) with ESMTPSA id 0FC901707C; Mon, 23 Nov 2009 09:15:20 -0500 (EST) References: <20091115011802.GA42096@magic.hamla.org> <376a98e00911230510h3d115a2ey238cd343ed8ab899@mail.gmail.com> Message-Id: <8787B77F-CC7C-456F-89FF-EF12FEA502A2@tandon.net> From: Sahil Tandon To: Lars Balker Rasmussen In-Reply-To: <376a98e00911230510h3d115a2ey238cd343ed8ab899@mail.gmail.com> Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Mailer: iPhone Mail (7D11) Mime-Version: 1.0 (iPhone Mail 7D11) Date: Mon, 23 Nov 2009 09:15:11 -0500 Cc: "perl@freebsd.org" Subject: Re: Ports with MAINTAINER= perl@FreeBSD.org X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Nov 2009 14:15:21 -0000 On Nov 23, 2009, at 8:10 AM, Lars Balker Rasmussen wrote: > On Sun, Nov 15, 2009 at 2:18 AM, Sahil Tandon > wrote: >> These ports are maintained by perl@. I am happy to adopt these >> ports if >> perl@ is akin to ports@ in that these ports are up for adoption. I >> don't want to step on any toes so I will submit a PR to make the >> change >> if there are no objections. > > I'm sure everybody who read this thought "Someone else will answer", > so it didn't get done. No, perl@ is not the same as ports@. It's not > generally a good idea to have important ports (like p5-Moose) relying > on a single person or maintainer-timeouts if a sane community is > available to handle the job. Please pass maintainer-ship back to > perl@. > > (Speaking as the former maintainer of p5-Moose, who helped prove the > point made above). Fine with me. Go ahead and reset p5-Moose to perl@. And for posterity, would you explain how a port is defined as 'important' so it cannot be maintained by an individual? Thanks. -- Sahil Tandon From owner-freebsd-perl@FreeBSD.ORG Tue Nov 24 22:20:47 2009 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 27315106568F; Tue, 24 Nov 2009 22:20:47 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id F1C1F8FC08; Tue, 24 Nov 2009 22:20:46 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nAOMKkOD082058; Tue, 24 Nov 2009 22:20:46 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nAOMKk4c082048; Tue, 24 Nov 2009 22:20:46 GMT (envelope-from linimon) Date: Tue, 24 Nov 2009 22:20:46 GMT Message-Id: <200911242220.nAOMKk4c082048@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/140846: databases/p5-DBIx-Class: DBIx-Class-0.08114 depends on Data-Dumper-Concise X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Nov 2009 22:20:47 -0000 Old Synopsis: DBIx-Class-0.08114 depends on Data-Dumper-Concise New Synopsis: databases/p5-DBIx-Class: DBIx-Class-0.08114 depends on Data-Dumper-Concise Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: linimon Responsible-Changed-When: Tue Nov 24 22:19:26 UTC 2009 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=140846 From owner-freebsd-perl@FreeBSD.ORG Wed Nov 25 06:01:31 2009 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 14C6E1065692; Wed, 25 Nov 2009 06:01:31 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E08508FC0C; Wed, 25 Nov 2009 06:01:30 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nAP61UMC085124; Wed, 25 Nov 2009 06:01:30 GMT (envelope-from wen@freefall.freebsd.org) Received: (from wen@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nAP61UUZ085120; Wed, 25 Nov 2009 06:01:30 GMT (envelope-from wen) Date: Wed, 25 Nov 2009 06:01:30 GMT Message-Id: <200911250601.nAP61UUZ085120@freefall.freebsd.org> To: cjk32@cam.ac.uk, wen@FreeBSD.org, perl@FreeBSD.org From: wen@FreeBSD.org Cc: Subject: Re: ports/140846: databases/p5-DBIx-Class: DBIx-Class-0.08114 depends on Data-Dumper-Concise X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Nov 2009 06:01:31 -0000 Synopsis: databases/p5-DBIx-Class: DBIx-Class-0.08114 depends on Data-Dumper-Concise State-Changed-From-To: open->closed State-Changed-By: wen State-Changed-When: Wed Nov 25 06:01:30 UTC 2009 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=140846 From owner-freebsd-perl@FreeBSD.ORG Wed Nov 25 06:10:04 2009 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 03FFD1065670 for ; Wed, 25 Nov 2009 06:10:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E89288FC19 for ; Wed, 25 Nov 2009 06:10:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nAP6A3Ml085274 for ; Wed, 25 Nov 2009 06:10:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nAP6A3YL085273; Wed, 25 Nov 2009 06:10:03 GMT (envelope-from gnats) Date: Wed, 25 Nov 2009 06:10:03 GMT Message-Id: <200911250610.nAP6A3YL085273@freefall.freebsd.org> To: perl@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/140846: commit references a PR X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Nov 2009 06:10:04 -0000 The following reply was made to PR ports/140846; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/140846: commit references a PR Date: Wed, 25 Nov 2009 06:00:43 +0000 (UTC) wen 2009-11-25 06:00:17 UTC FreeBSD ports repository Modified files: databases/p5-DBIx-Class Makefile Log: - Add missing dependence PR: ports/140846 Submitted by: Christopher Key Revision Changes Path 1.51 +2 -0 ports/databases/p5-DBIx-Class/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-freebsd-perl@FreeBSD.ORG Thu Nov 26 07:30:22 2009 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C6A67106568B; Thu, 26 Nov 2009 07:30:22 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9DC4F8FC1D; Thu, 26 Nov 2009 07:30:22 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nAQ7UM6v059793; Thu, 26 Nov 2009 07:30:22 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nAQ7UMPx059784; Thu, 26 Nov 2009 07:30:22 GMT (envelope-from edwin) Date: Thu, 26 Nov 2009 07:30:22 GMT Message-Id: <200911260730.nAQ7UMPx059784@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/140889: [PATCH] textproc/p5-HTML-SuperForm: update to 1.09 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Nov 2009 07:30:22 -0000 Synopsis: [PATCH] textproc/p5-HTML-SuperForm: update to 1.09 Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Thu Nov 26 07:30:21 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140889 From owner-freebsd-perl@FreeBSD.ORG Thu Nov 26 07:39:03 2009 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D26C41065672; Thu, 26 Nov 2009 07:39:03 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A9C578FC1F; Thu, 26 Nov 2009 07:39:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nAQ7d3KH072640; Thu, 26 Nov 2009 07:39:03 GMT (envelope-from az@freefall.freebsd.org) Received: (from az@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nAQ7d3K9072636; Thu, 26 Nov 2009 07:39:03 GMT (envelope-from az) Date: Thu, 26 Nov 2009 07:39:03 GMT Message-Id: <200911260739.nAQ7d3K9072636@freefall.freebsd.org> To: kvs@pil.dk, az@FreeBSD.org, perl@FreeBSD.org From: az@FreeBSD.org Cc: Subject: Re: ports/140660: [patch] mail/p5-Email-Simple update makes p5-Email-Reply depend on wrong package X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Nov 2009 07:39:03 -0000 Synopsis: [patch] mail/p5-Email-Simple update makes p5-Email-Reply depend on wrong package State-Changed-From-To: open->closed State-Changed-By: az State-Changed-When: Thu Nov 26 07:39:02 UTC 2009 State-Changed-Why: Fixed by pav@ http://www.freebsd.org/cgi/query-pr.cgi?pr=140660 From owner-freebsd-perl@FreeBSD.ORG Thu Nov 26 08:20:04 2009 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BE42E1065693 for ; Thu, 26 Nov 2009 08:20:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 93AC98FC16 for ; Thu, 26 Nov 2009 08:20:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nAQ8K4cl009803 for ; Thu, 26 Nov 2009 08:20:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nAQ8K43B009802; Thu, 26 Nov 2009 08:20:04 GMT (envelope-from gnats) Date: Thu, 26 Nov 2009 08:20:04 GMT Message-Id: <200911260820.nAQ8K43B009802@freefall.freebsd.org> To: perl@FreeBSD.org From: Sahil Tandon Cc: Subject: Re: ports/140889: [PATCH] textproc/p5-HTML-SuperForm: update to 1.09 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Sahil Tandon List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Nov 2009 08:20:04 -0000 The following reply was made to PR ports/140889; it has been noted by GNATS. From: Sahil Tandon To: bug-followup@FreeBSD.org, az@FreeBSD.org Cc: Subject: Re: ports/140889: [PATCH] textproc/p5-HTML-SuperForm: update to 1.09 Date: Thu, 26 Nov 2009 03:15:35 -0500 This is a multi-part message in MIME format. --------------060608000209000009020508 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit By az@'s suggestion on IRC, I have attached a new patch that takes the second approach discussed in my PR description. Instead of tweaking the pkg-plist, we prevent the extraneous .orig file from being installed in the first place. I have pinged the author so the problem can eventually be fixed upstream. -- Sahil Tandon --------------060608000209000009020508 Content-Type: text/plain; x-mac-type="0"; x-mac-creator="0"; name="p5-HTML-SuperForm.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="p5-HTML-SuperForm.diff" Index: Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/p5-HTML-SuperForm/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 20 Oct 2009 10:21:24 -0000 1.3 +++ Makefile 26 Nov 2009 08:07:44 -0000 @@ -6,7 +6,7 @@ # PORTNAME= HTML-SuperForm -PORTVERSION= 1.08 +PORTVERSION= 1.09 CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../../authors/id/J/JA/JALLWINE @@ -27,9 +27,13 @@ HTML::SuperForm::Field::Password.3\ HTML::SuperForm::Field::Radio.3\ HTML::SuperForm::Field::RadioGroup.3\ + HTML::SuperForm::Field::Reset.3\ HTML::SuperForm::Field::Select.3\ HTML::SuperForm::Field::Submit.3\ HTML::SuperForm::Field::Text.3\ HTML::SuperForm::Field::Textarea.3 +post-extract: + @${RM} ${WRKSRC}/lib/HTML/SuperForm.pm.orig + .include Index: distinfo =================================================================== RCS file: /home/ncvs/ports/textproc/p5-HTML-SuperForm/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- distinfo 20 Oct 2009 10:21:24 -0000 1.3 +++ distinfo 26 Nov 2009 08:07:44 -0000 @@ -1,3 +1,3 @@ -MD5 (HTML-SuperForm-1.08.tar.gz) = 6e1a7735eb8a4b7d47e812c82aec88fe -SHA256 (HTML-SuperForm-1.08.tar.gz) = 557a1bd31a2937305a347bc9317d4dff7d6f52d46569b459378661f2f38adf35 -SIZE (HTML-SuperForm-1.08.tar.gz) = 22977 +MD5 (HTML-SuperForm-1.09.tar.gz) = 38b2a47442ae92506ea37eb29393650e +SHA256 (HTML-SuperForm-1.09.tar.gz) = 11c4b74be704a2ef1a87040d9e50dba740b7302e34671e21e878b1d1faf6f95e +SIZE (HTML-SuperForm-1.09.tar.gz) = 23455 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/textproc/p5-HTML-SuperForm/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- pkg-plist 14 Jul 2009 23:17:35 -0000 1.1 +++ pkg-plist 26 Nov 2009 08:07:44 -0000 @@ -7,6 +7,7 @@ %%SITE_PERL%%/HTML/SuperForm/Field/Password.pm %%SITE_PERL%%/HTML/SuperForm/Field/Radio.pm %%SITE_PERL%%/HTML/SuperForm/Field/RadioGroup.pm +%%SITE_PERL%%/HTML/SuperForm/Field/Reset.pm %%SITE_PERL%%/HTML/SuperForm/Field/Select.pm %%SITE_PERL%%/HTML/SuperForm/Field/Submit.pm %%SITE_PERL%%/HTML/SuperForm/Field/Text.pm --------------060608000209000009020508-- From owner-freebsd-perl@FreeBSD.ORG Thu Nov 26 08:22:09 2009 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B22A31065695; Thu, 26 Nov 2009 08:22:09 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 89EFB8FC17; Thu, 26 Nov 2009 08:22:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nAQ8M92I018588; Thu, 26 Nov 2009 08:22:09 GMT (envelope-from az@freefall.freebsd.org) Received: (from az@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nAQ8M9Er018584; Thu, 26 Nov 2009 08:22:09 GMT (envelope-from az) Date: Thu, 26 Nov 2009 08:22:09 GMT Message-Id: <200911260822.nAQ8M9Er018584@freefall.freebsd.org> To: az@FreeBSD.org, perl@FreeBSD.org, az@FreeBSD.org From: az@FreeBSD.org Cc: Subject: Re: ports/140889: [PATCH] textproc/p5-HTML-SuperForm: update to 1.09 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Nov 2009 08:22:09 -0000 Synopsis: [PATCH] textproc/p5-HTML-SuperForm: update to 1.09 Responsible-Changed-From-To: perl->az Responsible-Changed-By: az Responsible-Changed-When: Thu Nov 26 08:21:39 UTC 2009 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=140889 From owner-freebsd-perl@FreeBSD.ORG Thu Nov 26 20:01:13 2009 Return-Path: Delivered-To: perl@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2A4B5106566B for ; Thu, 26 Nov 2009 20:01:13 +0000 (UTC) (envelope-from mosconi@mosconi.mat.br) Received: from mail-fx0-f218.google.com (mail-fx0-f218.google.com [209.85.220.218]) by mx1.freebsd.org (Postfix) with ESMTP id C34728FC0A for ; Thu, 26 Nov 2009 20:01:12 +0000 (UTC) Received: by fxm10 with SMTP id 10so905112fxm.14 for ; Thu, 26 Nov 2009 12:01:11 -0800 (PST) MIME-Version: 1.0 Sender: mosconi@mosconi.mat.br Received: by 10.239.168.154 with SMTP id k26mr11654hbe.104.1259264033130; Thu, 26 Nov 2009 11:33:53 -0800 (PST) Date: Thu, 26 Nov 2009 17:33:53 -0200 X-Google-Sender-Auth: 88e8b4ca3d07e8ba Message-ID: <50ca7c1c0911261133g44fcb3beyc48c5a46ebf14f81@mail.gmail.com> From: "Rodrigo Mosconi (perl)" To: perl@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: Ports patch/update (p5-log-Dispatch) X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Nov 2009 20:01:13 -0000 hi, I would like to suggest a patch at Makefile of www/p5-Log-Dispatch to match correctly with mod_perl2: Change this .if defined(WITH_APACHELOG) .if defined(WITH_APACHE2) RUN_DEPENDS+= mod_perl>=2.0:${PORTSDIR}/www/mod_perl2 .else RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libperl.so:${PORTSDIR}/www/mod_perl .endif .endif with this: .if defined(WITH_APACHELOG) .if ( defined(WITH_APACHE2) || defined(WITH_MODPERL2) ) RUN_DEPENDS+= mod_perl2>=2.0:${PORTSDIR}/www/mod_perl2 .else RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libperl.so:${PORTSDIR}/www/mod_perl .endif .endif thanks From owner-freebsd-perl@FreeBSD.ORG Sat Nov 28 01:15:05 2009 Return-Path: Delivered-To: perl@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 74BB4106566C; Sat, 28 Nov 2009 01:15:05 +0000 (UTC) (envelope-from sahil@spartan.hamla.org) Received: from spartan.hamla.org (spartan.hamla.org [206.251.255.30]) by mx1.freebsd.org (Postfix) with ESMTP id 643A18FC15; Sat, 28 Nov 2009 01:15:05 +0000 (UTC) Received: by spartan.hamla.org (Postfix, from userid 1001) id E6B1B1723A; Fri, 27 Nov 2009 20:15:04 -0500 (EST) To: FreeBSD-gnats-submit@freebsd.org From: Sahil Tandon X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20091128011504.E6B1B1723A@spartan.hamla.org> Date: Fri, 27 Nov 2009 20:15:04 -0500 (EST) Cc: perl@FreeBSD.org Subject: [PATCH] databases/p5-DBD-CSV: update to 0.26 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Sahil Tandon List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Nov 2009 01:15:05 -0000 >Submitter-Id: current-users >Originator: Sahil Tandon >Organization: >Confidential: no >Synopsis: [PATCH] databases/p5-DBD-CSV: update to 0.26 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 7.2-RELEASE i386 >Environment: >Description: - Update to 0.26 - Tweak BUILD_DEPENDS to include minimum-required version of requisite ports - Flesh out pkg-descr >How-To-Repeat: >Fix: --- p5-DBD-CSV.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/databases/p5-DBD-CSV/Makefile,v retrieving revision 1.24 diff -u -r1.24 Makefile --- Makefile 19 Oct 2009 14:16:42 -0000 1.24 +++ Makefile 28 Nov 2009 01:08:52 -0000 @@ -6,7 +6,7 @@ # PORTNAME= DBD-CSV -PORTVERSION= 0.25 +PORTVERSION= 0.26 PORTEPOCH= 1 CATEGORIES= databases perl5 MASTER_SITES= CPAN @@ -16,9 +16,9 @@ MAINTAINER= perl@FreeBSD.org COMMENT= DBI driver for CSV files -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Text/CSV_XS.pm:${PORTSDIR}/textproc/p5-Text-CSV_XS \ - ${SITE_PERL}/SQL/Statement.pm:${PORTSDIR}/databases/p5-SQL-Statement \ - ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI +BUILD_DEPENDS= p5-DBI>=1.00:${PORTSDIR}/databases/p5-DBI \ + p5-SQL-Statement>=1.22:${PORTSDIR}/databases/p5-SQL-Statement \ + p5-Text-CSV_XS>=0.64:${PORTSDIR}/textproc/p5-Text-CSV_XS RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= YES Index: distinfo =================================================================== RCS file: /home/ncvs/ports/databases/p5-DBD-CSV/distinfo,v retrieving revision 1.10 diff -u -r1.10 distinfo --- distinfo 19 Oct 2009 14:16:42 -0000 1.10 +++ distinfo 28 Nov 2009 01:08:52 -0000 @@ -1,3 +1,3 @@ -MD5 (DBD-CSV-0.25.tgz) = 741362f1427768b664d98fff4b12bc9c -SHA256 (DBD-CSV-0.25.tgz) = 154d69eac9f63c903986880a5dfd518b6eaec97b6cda68665ba0fb2834680a9e -SIZE (DBD-CSV-0.25.tgz) = 25557 +MD5 (DBD-CSV-0.26.tgz) = ebb5d61717d67c56867e77a33d94df1a +SHA256 (DBD-CSV-0.26.tgz) = 521daf9a9ed65850de0fc347cd957aac7ef522621f5200cfa59d9abc11b8497e +SIZE (DBD-CSV-0.26.tgz) = 25818 Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/databases/p5-DBD-CSV/pkg-descr,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 pkg-descr --- pkg-descr 29 Dec 1999 03:37:40 -0000 1.1.1.1 +++ pkg-descr 28 Nov 2009 01:08:52 -0000 @@ -1 +1,7 @@ - DBD::CSV - DBI driver for CSV files +The DBD::CSV module is yet another driver for the DBI (Database +independent interface for Perl). This one is based on the SQL +"engine" SQL::Statement and the abstract DBI driver DBD::File +and implements access to so-called CSV files (Comma separated +values). + +WWW: http://search.cpan.org/dist/DBD-CSV/ --- p5-DBD-CSV.diff ends here --- From owner-freebsd-perl@FreeBSD.ORG Sat Nov 28 01:20:15 2009 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2D6B71065670; Sat, 28 Nov 2009 01:20:15 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 04E948FC1A; Sat, 28 Nov 2009 01:20:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nAS1KEKd016519; Sat, 28 Nov 2009 01:20:14 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nAS1KEU5016510; Sat, 28 Nov 2009 01:20:14 GMT (envelope-from edwin) Date: Sat, 28 Nov 2009 01:20:14 GMT Message-Id: <200911280120.nAS1KEU5016510@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/140953: [PATCH] databases/p5-DBD-CSV: update to 0.26 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Nov 2009 01:20:15 -0000 Synopsis: [PATCH] databases/p5-DBD-CSV: update to 0.26 Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Sat Nov 28 01:20:14 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140953 From owner-freebsd-perl@FreeBSD.ORG Sat Nov 28 02:02:57 2009 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 09188106566C; Sat, 28 Nov 2009 02:02:57 +0000 (UTC) (envelope-from lbr@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D4FC38FC0C; Sat, 28 Nov 2009 02:02:56 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nAS22uMF057568; Sat, 28 Nov 2009 02:02:56 GMT (envelope-from lbr@freefall.freebsd.org) Received: (from lbr@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nAS22ulk057564; Sat, 28 Nov 2009 02:02:56 GMT (envelope-from lbr) Date: Sat, 28 Nov 2009 02:02:56 GMT Message-Id: <200911280202.nAS22ulk057564@freefall.freebsd.org> To: lbr@FreeBSD.org, perl@FreeBSD.org, lbr@FreeBSD.org From: lbr@FreeBSD.org Cc: Subject: Re: ports/140953: [PATCH] databases/p5-DBD-CSV: update to 0.26 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Nov 2009 02:02:57 -0000 Synopsis: [PATCH] databases/p5-DBD-CSV: update to 0.26 Responsible-Changed-From-To: perl->lbr Responsible-Changed-By: lbr Responsible-Changed-When: Sat Nov 28 02:02:49 UTC 2009 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=140953 From owner-freebsd-perl@FreeBSD.ORG Sat Nov 28 03:26:33 2009 Return-Path: Delivered-To: perl@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ACDFF1065676; Sat, 28 Nov 2009 03:26:33 +0000 (UTC) (envelope-from sahil@spartan.hamla.org) Received: from spartan.hamla.org (spartan.hamla.org [206.251.255.30]) by mx1.freebsd.org (Postfix) with ESMTP id 9BD668FC18; Sat, 28 Nov 2009 03:26:33 +0000 (UTC) Received: by spartan.hamla.org (Postfix, from userid 1001) id 0F5C51723A; Fri, 27 Nov 2009 22:26:33 -0500 (EST) To: FreeBSD-gnats-submit@freebsd.org From: Sahil Tandon X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20091128032633.0F5C51723A@spartan.hamla.org> Date: Fri, 27 Nov 2009 22:26:33 -0500 (EST) Cc: perl@FreeBSD.org Subject: [PATCH] graphics/p5-Graphics-Primitive-Driver-Cairo: update to 0.42 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Sahil Tandon List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Nov 2009 03:26:33 -0000 >Submitter-Id: current-users >Originator: Sahil Tandon >Organization: >Confidential: no >Synopsis: [PATCH] graphics/p5-Graphics-Primitive-Driver-Cairo: update to 0.42 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 7.2-RELEASE i386 >Environment: >Description: - Update to 0.42 - Invert RUN_DEPENDS and BUILD_DEPENDS >How-To-Repeat: >Fix: --- p5-Graphics-Primitive-Driver-Cairo.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/graphics/p5-Graphics-Primitive-Driver-Cairo/Makefile,v retrieving revision 1.11 diff -u -r1.11 Makefile --- Makefile 3 Oct 2009 00:01:09 -0000 1.11 +++ Makefile 28 Nov 2009 03:17:07 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Graphics-Primitive-Driver-Cairo -PORTVERSION= 0.40 +PORTVERSION= 0.42 CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,13 +14,13 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Cairo backend for Graphics::Primitive -BUILD_DEPENDS= p5-Moose>=0.76:${PORTSDIR}/devel/p5-Moose \ +RUN_DEPENDS= p5-Moose>=0.76:${PORTSDIR}/devel/p5-Moose \ p5-Cairo>=1.061:${PORTSDIR}/graphics/p5-Cairo \ p5-Geometry-Primitive>=0.13:${PORTSDIR}/graphics/p5-Geometry-Primitive \ p5-Graphics-Primitive>=0.45:${PORTSDIR}/graphics/p5-Graphics-Primitive \ p5-Math-Complex>=1.56:${PORTSDIR}/math/p5-Math-Complex \ p5-Text-Flow>=0.01:${PORTSDIR}/textproc/p5-Text-Flow -RUN_DEPENDS= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= YES Index: distinfo =================================================================== RCS file: /home/ncvs/ports/graphics/p5-Graphics-Primitive-Driver-Cairo/distinfo,v retrieving revision 1.10 diff -u -r1.10 distinfo --- distinfo 3 Oct 2009 00:01:09 -0000 1.10 +++ distinfo 28 Nov 2009 03:17:07 -0000 @@ -1,3 +1,3 @@ -MD5 (Graphics-Primitive-Driver-Cairo-0.40.tar.gz) = b4c9b5cf833f8a45cc3cacf4983b7858 -SHA256 (Graphics-Primitive-Driver-Cairo-0.40.tar.gz) = 6d93b79ece7d4aae65d5d36eb121c4dd837419639d026162c822355ba67ef0f1 -SIZE (Graphics-Primitive-Driver-Cairo-0.40.tar.gz) = 25860 +MD5 (Graphics-Primitive-Driver-Cairo-0.42.tar.gz) = c71c5c9cd916c64c987f4fa1fa634044 +SHA256 (Graphics-Primitive-Driver-Cairo-0.42.tar.gz) = b4775e6b1845ae6fa8563761ed21a7226b8d7f328af5b48781f8f8c229189fa2 +SIZE (Graphics-Primitive-Driver-Cairo-0.42.tar.gz) = 25950 --- p5-Graphics-Primitive-Driver-Cairo.diff ends here --- From owner-freebsd-perl@FreeBSD.ORG Sat Nov 28 03:30:13 2009 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D18531065676; Sat, 28 Nov 2009 03:30:13 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A85D98FC12; Sat, 28 Nov 2009 03:30:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nAS3UD36032175; Sat, 28 Nov 2009 03:30:13 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nAS3UD0s032161; Sat, 28 Nov 2009 03:30:13 GMT (envelope-from edwin) Date: Sat, 28 Nov 2009 03:30:13 GMT Message-Id: <200911280330.nAS3UD0s032161@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/140956: [PATCH] graphics/p5-Graphics-Primitive-Driver-Cairo: update to 0.42 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Nov 2009 03:30:13 -0000 Synopsis: [PATCH] graphics/p5-Graphics-Primitive-Driver-Cairo: update to 0.42 Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Sat Nov 28 03:30:12 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140956 From owner-freebsd-perl@FreeBSD.ORG Sat Nov 28 03:40:31 2009 Return-Path: Delivered-To: perl@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A0D1F1065670; Sat, 28 Nov 2009 03:40:31 +0000 (UTC) (envelope-from sahil@spartan.hamla.org) Received: from spartan.hamla.org (spartan.hamla.org [206.251.255.30]) by mx1.freebsd.org (Postfix) with ESMTP id 901578FC17; Sat, 28 Nov 2009 03:40:31 +0000 (UTC) Received: by spartan.hamla.org (Postfix, from userid 1001) id 46F691723A; Fri, 27 Nov 2009 22:40:31 -0500 (EST) To: FreeBSD-gnats-submit@freebsd.org From: Sahil Tandon X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20091128034031.46F691723A@spartan.hamla.org> Date: Fri, 27 Nov 2009 22:40:31 -0500 (EST) Cc: perl@FreeBSD.org Subject: [PATCH] graphics/p5-Chart-Clicker: update to 2.49 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Sahil Tandon List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Nov 2009 03:40:31 -0000 >Submitter-Id: current-users >Originator: Sahil Tandon >Organization: >Confidential: no >Synopsis: [PATCH] graphics/p5-Chart-Clicker: update to 2.49 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 7.2-RELEASE i386 >Environment: >Description: - Update to 2.49 - Flip RUN_DEPENDS and BUILD_DEPENDS - This depends on ports/140956 >How-To-Repeat: >Fix: --- p5-Chart-Clicker.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/graphics/p5-Chart-Clicker/Makefile,v retrieving revision 1.24 diff -u -r1.24 Makefile --- Makefile 27 Sep 2009 18:25:16 -0000 1.24 +++ Makefile 28 Nov 2009 03:36:00 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Chart-Clicker -PORTVERSION= 2.44 +PORTVERSION= 2.49 CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,18 +14,17 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Powerful, extensible charting -BUILD_DEPENDS= p5-Color-Palette>=0.091400:${PORTSDIR}/graphics/p5-Color-Palette \ +RUN_DEPENDS= p5-Color-Palette>=0.091400:${PORTSDIR}/graphics/p5-Color-Palette \ p5-Color-Scheme>=1.02:${PORTSDIR}/graphics/p5-Color-Scheme \ p5-Moose>=0.76:${PORTSDIR}/devel/p5-Moose \ - p5-MooseX-AttributeHelpers>=0.17:${PORTSDIR}/devel/p5-MooseX-AttributeHelpers \ p5-DateTime>=0.47:${PORTSDIR}/devel/p5-DateTime \ p5-DateTime-Set>=0.27:${PORTSDIR}/devel/p5-DateTime-Set \ p5-Geometry-Primitive>=0.13:${PORTSDIR}/graphics/p5-Geometry-Primitive \ p5-Graphics-Color>=0.20:${PORTSDIR}/graphics/p5-Graphics-Color \ p5-Graphics-Primitive>=0.42:${PORTSDIR}/graphics/p5-Graphics-Primitive \ - p5-Graphics-Primitive-Driver-Cairo>=0.39:${PORTSDIR}/graphics/p5-Graphics-Primitive-Driver-Cairo \ + p5-Graphics-Primitive-Driver-Cairo>=0.41:${PORTSDIR}/graphics/p5-Graphics-Primitive-Driver-Cairo \ p5-Layout-Manager>=0.29:${PORTSDIR}/graphics/p5-Layout-Manager -RUN_DEPENDS= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= YES Index: distinfo =================================================================== RCS file: /home/ncvs/ports/graphics/p5-Chart-Clicker/distinfo,v retrieving revision 1.21 diff -u -r1.21 distinfo --- distinfo 27 Sep 2009 18:25:16 -0000 1.21 +++ distinfo 28 Nov 2009 03:36:00 -0000 @@ -1,3 +1,3 @@ -MD5 (Chart-Clicker-2.44.tar.gz) = f0dacf36230300d87ef3a22acf3fa792 -SHA256 (Chart-Clicker-2.44.tar.gz) = b6d6b69d65d8930b8028f518b4bcb47137e765721f26e86e964c4e4517b2c3d4 -SIZE (Chart-Clicker-2.44.tar.gz) = 64382 +MD5 (Chart-Clicker-2.49.tar.gz) = 615312dbfd33973d2395160028e4af02 +SHA256 (Chart-Clicker-2.49.tar.gz) = 2f3d142b05e6f3f3b5a3ff787a7cddafec717a201893ba39db9a4720a965e0a5 +SIZE (Chart-Clicker-2.49.tar.gz) = 66744 --- p5-Chart-Clicker.diff ends here --- From owner-freebsd-perl@FreeBSD.ORG Sat Nov 28 03:50:11 2009 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CB943106568B; Sat, 28 Nov 2009 03:50:11 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A28478FC19; Sat, 28 Nov 2009 03:50:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nAS3oBM5049488; Sat, 28 Nov 2009 03:50:11 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nAS3oBQs049484; Sat, 28 Nov 2009 03:50:11 GMT (envelope-from edwin) Date: Sat, 28 Nov 2009 03:50:11 GMT Message-Id: <200911280350.nAS3oBQs049484@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/140957: [PATCH] graphics/p5-Chart-Clicker: update to 2.49 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Nov 2009 03:50:11 -0000 Synopsis: [PATCH] graphics/p5-Chart-Clicker: update to 2.49 Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Sat Nov 28 03:50:11 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140957 From owner-freebsd-perl@FreeBSD.ORG Sat Nov 28 04:00:07 2009 Return-Path: Delivered-To: perl@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7150C106566B; Sat, 28 Nov 2009 04:00:07 +0000 (UTC) (envelope-from sahil@spartan.hamla.org) Received: from spartan.hamla.org (spartan.hamla.org [206.251.255.30]) by mx1.freebsd.org (Postfix) with ESMTP id 60DEC8FC14; Sat, 28 Nov 2009 04:00:07 +0000 (UTC) Received: by spartan.hamla.org (Postfix, from userid 1001) id 332AA1723A; Fri, 27 Nov 2009 23:00:07 -0500 (EST) To: FreeBSD-gnats-submit@freebsd.org From: Sahil Tandon X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20091128040007.332AA1723A@spartan.hamla.org> Date: Fri, 27 Nov 2009 23:00:07 -0500 (EST) Cc: perl@FreeBSD.org Subject: [PATCH] net/p5-Net-VNC: update to 0.37 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Sahil Tandon List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Nov 2009 04:00:07 -0000 >Submitter-Id: current-users >Originator: Sahil Tandon >Organization: >Confidential: no >Synopsis: [PATCH] net/p5-Net-VNC: update to 0.37 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 7.2-RELEASE i386 >Environment: >Description: - Update to 0.37 - Add BUILD_DEPENDS to pacify Perl's configure >How-To-Repeat: >Fix: --- p5-Net-VNC.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/p5-Net-VNC/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 24 Jul 2007 06:52:01 -0000 1.3 +++ Makefile 28 Nov 2009 03:56:29 -0000 @@ -6,10 +6,9 @@ # PORTNAME= Net-VNC -PORTVERSION= 0.36 +PORTVERSION= 0.37 CATEGORIES= net perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= Net PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org @@ -18,6 +17,7 @@ RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Crypt/DES.pm:${PORTSDIR}/security/p5-Crypt-DES \ ${SITE_PERL}/${PERL_ARCH}/Image/Imlib2.pm:${PORTSDIR}/graphics/p5-Image-Imlib2 \ ${SITE_PERL}/Class/Accessor/Fast.pm:${PORTSDIR}/devel/p5-Class-Accessor +BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes Index: distinfo =================================================================== RCS file: /home/ncvs/ports/net/p5-Net-VNC/distinfo,v retrieving revision 1.2 diff -u -r1.2 distinfo --- distinfo 24 Jul 2007 06:52:01 -0000 1.2 +++ distinfo 28 Nov 2009 03:56:29 -0000 @@ -1,3 +1,3 @@ -MD5 (Net-VNC-0.36.tar.gz) = f53dd587c17155622f64db9020c892b0 -SHA256 (Net-VNC-0.36.tar.gz) = f12deed3296c59431bd6bce23b90fdb1d2e062676780bbeeff4616208e0d61fa -SIZE (Net-VNC-0.36.tar.gz) = 11726 +MD5 (Net-VNC-0.37.tar.gz) = b7f730edb43267ab93cbfd88c27cf2d6 +SHA256 (Net-VNC-0.37.tar.gz) = 5da772871f27876ee36573ae0f897d57645433865956e0fa7f18ba039100c619 +SIZE (Net-VNC-0.37.tar.gz) = 14269 --- p5-Net-VNC.diff ends here --- From owner-freebsd-perl@FreeBSD.ORG Sat Nov 28 04:10:13 2009 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AE68C106566C; Sat, 28 Nov 2009 04:10:13 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 865BD8FC0A; Sat, 28 Nov 2009 04:10:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nAS4ADFw065802; Sat, 28 Nov 2009 04:10:13 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nAS4AD5Z065794; Sat, 28 Nov 2009 04:10:13 GMT (envelope-from edwin) Date: Sat, 28 Nov 2009 04:10:13 GMT Message-Id: <200911280410.nAS4AD5Z065794@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/140960: [PATCH] net/p5-Net-VNC: update to 0.37 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Nov 2009 04:10:13 -0000 Synopsis: [PATCH] net/p5-Net-VNC: update to 0.37 Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Sat Nov 28 04:10:12 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140960 From owner-freebsd-perl@FreeBSD.ORG Sat Nov 28 05:34:15 2009 Return-Path: Delivered-To: perl@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7B674106566B; Sat, 28 Nov 2009 05:34:15 +0000 (UTC) (envelope-from sahil@spartan.hamla.org) Received: from spartan.hamla.org (spartan.hamla.org [206.251.255.30]) by mx1.freebsd.org (Postfix) with ESMTP id 6A5B98FC20; Sat, 28 Nov 2009 05:34:15 +0000 (UTC) Received: by spartan.hamla.org (Postfix, from userid 1001) id CD95E1723A; Sat, 28 Nov 2009 00:34:14 -0500 (EST) To: FreeBSD-gnats-submit@freebsd.org From: Sahil Tandon X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20091128053414.CD95E1723A@spartan.hamla.org> Date: Sat, 28 Nov 2009 00:34:14 -0500 (EST) Cc: perl@FreeBSD.org Subject: [PATCH] devel/p5-Getopt-Long-Descriptive: update to 0.081 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Sahil Tandon List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Nov 2009 05:34:15 -0000 >Submitter-Id: current-users >Originator: Sahil Tandon >Organization: >Confidential: no >Synopsis: [PATCH] devel/p5-Getopt-Long-Descriptive: update to 0.081 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 7.2-RELEASE i386 >Environment: >Description: - Update to 0.081 - Remove stale RUN_DEPENDS on devel/p5-IO-stringy >How-To-Repeat: >Fix: --- p5-Getopt-Long-Descriptive.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-Getopt-Long-Descriptive/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 23 Aug 2009 07:14:36 -0000 1.3 +++ Makefile 28 Nov 2009 05:27:42 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Getopt-Long-Descriptive -PORTVERSION= 0.077 +PORTVERSION= 0.081 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,8 +14,7 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Getopt::Long with usage text -RUN_DEPENDS= p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy \ - p5-Params-Validate>=0.74:${PORTSDIR}/devel/p5-Params-Validate \ +RUN_DEPENDS= p5-Params-Validate>=0.74:${PORTSDIR}/devel/p5-Params-Validate \ p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter BUILD_DEPENDS= ${RUN_DEPENDS} Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/p5-Getopt-Long-Descriptive/distinfo,v retrieving revision 1.2 diff -u -r1.2 distinfo --- distinfo 23 Aug 2009 07:14:36 -0000 1.2 +++ distinfo 28 Nov 2009 05:27:42 -0000 @@ -1,3 +1,3 @@ -MD5 (Getopt-Long-Descriptive-0.077.tar.gz) = a39971f6f138ebe6004438402620d032 -SHA256 (Getopt-Long-Descriptive-0.077.tar.gz) = 404eabac8cea4596a0d9a3c5e9200f195713c548b01c5d871a457def6ec483fe -SIZE (Getopt-Long-Descriptive-0.077.tar.gz) = 9166 +MD5 (Getopt-Long-Descriptive-0.081.tar.gz) = 14dd9c5b8b5f856c77a80d1f90a9db4d +SHA256 (Getopt-Long-Descriptive-0.081.tar.gz) = fc6669fd0534bc0765bb59ed609d455a492d51b8a0626dca2281dc00eb7e2eae +SIZE (Getopt-Long-Descriptive-0.081.tar.gz) = 10255 --- p5-Getopt-Long-Descriptive.diff ends here --- From owner-freebsd-perl@FreeBSD.ORG Sat Nov 28 05:40:13 2009 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 203A4106566C; Sat, 28 Nov 2009 05:40:13 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EAEBF8FC0C; Sat, 28 Nov 2009 05:40:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nAS5eCfg050376; Sat, 28 Nov 2009 05:40:12 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nAS5eCIq050364; Sat, 28 Nov 2009 05:40:12 GMT (envelope-from edwin) Date: Sat, 28 Nov 2009 05:40:12 GMT Message-Id: <200911280540.nAS5eCIq050364@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/140963: [PATCH] devel/p5-Getopt-Long-Descriptive: update to 0.081 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Nov 2009 05:40:13 -0000 Synopsis: [PATCH] devel/p5-Getopt-Long-Descriptive: update to 0.081 Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Sat Nov 28 05:40:12 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140963 From owner-freebsd-perl@FreeBSD.ORG Sat Nov 28 07:33:31 2009 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E16851065672; Sat, 28 Nov 2009 07:33:31 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B83798FC15; Sat, 28 Nov 2009 07:33:31 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nAS7XVAS074763; Sat, 28 Nov 2009 07:33:31 GMT (envelope-from wen@freefall.freebsd.org) Received: (from wen@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nAS7XV6e074759; Sat, 28 Nov 2009 07:33:31 GMT (envelope-from wen) Date: Sat, 28 Nov 2009 07:33:31 GMT Message-Id: <200911280733.nAS7XV6e074759@freefall.freebsd.org> To: sahil@tandon.net, wen@FreeBSD.org, perl@FreeBSD.org From: wen@FreeBSD.org Cc: Subject: Re: ports/140963: [PATCH] devel/p5-Getopt-Long-Descriptive: update to 0.081 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Nov 2009 07:33:32 -0000 Synopsis: [PATCH] devel/p5-Getopt-Long-Descriptive: update to 0.081 State-Changed-From-To: open->closed State-Changed-By: wen State-Changed-When: Sat Nov 28 07:33:31 UTC 2009 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=140963 From owner-freebsd-perl@FreeBSD.ORG Sat Nov 28 07:40:03 2009 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BA50B106566B for ; Sat, 28 Nov 2009 07:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 901548FC14 for ; Sat, 28 Nov 2009 07:40:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nAS7e3sm079571 for ; Sat, 28 Nov 2009 07:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nAS7e3H6079570; Sat, 28 Nov 2009 07:40:03 GMT (envelope-from gnats) Date: Sat, 28 Nov 2009 07:40:03 GMT Message-Id: <200911280740.nAS7e3H6079570@freefall.freebsd.org> To: perl@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/140963: commit references a PR X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Nov 2009 07:40:03 -0000 The following reply was made to PR ports/140963; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/140963: commit references a PR Date: Sat, 28 Nov 2009 07:32:07 +0000 (UTC) wen 2009-11-28 07:31:58 UTC FreeBSD ports repository Modified files: devel/p5-Getopt-Long-Descriptive Makefile distinfo Log: - Update to 0.081 - Remove devel/p5-IO-stringy from RUN_DEPENDS PR: ports/140963 Submitted by: Sahil Tandon Revision Changes Path 1.4 +2 -3 ports/devel/p5-Getopt-Long-Descriptive/Makefile 1.3 +3 -3 ports/devel/p5-Getopt-Long-Descriptive/distinfo _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-freebsd-perl@FreeBSD.ORG Sat Nov 28 11:40:03 2009 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6238E1065693 for ; Sat, 28 Nov 2009 11:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5307A8FC15 for ; Sat, 28 Nov 2009 11:40:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nASBe3XM000301 for ; Sat, 28 Nov 2009 11:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nASBe3KQ000300; Sat, 28 Nov 2009 11:40:03 GMT (envelope-from gnats) Date: Sat, 28 Nov 2009 11:40:03 GMT Message-Id: <200911281140.nASBe3KQ000300@freefall.freebsd.org> To: perl@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/140960: commit references a PR X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Nov 2009 11:40:03 -0000 The following reply was made to PR ports/140960; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/140960: commit references a PR Date: Sat, 28 Nov 2009 11:31:17 +0000 (UTC) wen 2009-11-28 11:31:08 UTC FreeBSD ports repository Modified files: net/p5-Net-VNC Makefile distinfo Log: - Update to 0.37 - Add BUILD_DEPENDS to pacify Perl's configure PR: ports/140960 Submitted by: Sahil Tandon Revision Changes Path 1.4 +2 -2 ports/net/p5-Net-VNC/Makefile 1.3 +3 -3 ports/net/p5-Net-VNC/distinfo _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-freebsd-perl@FreeBSD.ORG Sat Nov 28 11:40:43 2009 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A8F811065679; Sat, 28 Nov 2009 11:40:43 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 80E4C8FC16; Sat, 28 Nov 2009 11:40:43 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nASBehiW005698; Sat, 28 Nov 2009 11:40:43 GMT (envelope-from wen@freefall.freebsd.org) Received: (from wen@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nASBeh5v005663; Sat, 28 Nov 2009 11:40:43 GMT (envelope-from wen) Date: Sat, 28 Nov 2009 11:40:43 GMT Message-Id: <200911281140.nASBeh5v005663@freefall.freebsd.org> To: sahil@tandon.net, wen@FreeBSD.org, perl@FreeBSD.org From: wen@FreeBSD.org Cc: Subject: Re: ports/140960: [PATCH] net/p5-Net-VNC: update to 0.37 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Nov 2009 11:40:43 -0000 Synopsis: [PATCH] net/p5-Net-VNC: update to 0.37 State-Changed-From-To: open->closed State-Changed-By: wen State-Changed-When: Sat Nov 28 11:40:42 UTC 2009 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=140960 From owner-freebsd-perl@FreeBSD.ORG Sat Nov 28 17:22:12 2009 Return-Path: Delivered-To: perl@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6083110656A4; Sat, 28 Nov 2009 17:22:12 +0000 (UTC) (envelope-from sahil@spartan.hamla.org) Received: from spartan.hamla.org (spartan.hamla.org [206.251.255.30]) by mx1.freebsd.org (Postfix) with ESMTP id 4F2018FC28; Sat, 28 Nov 2009 17:22:12 +0000 (UTC) Received: by spartan.hamla.org (Postfix, from userid 1001) id E3F71170C0; Sat, 28 Nov 2009 12:22:11 -0500 (EST) To: FreeBSD-gnats-submit@freebsd.org From: Sahil Tandon X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20091128172211.E3F71170C0@spartan.hamla.org> Date: Sat, 28 Nov 2009 12:22:11 -0500 (EST) Cc: perl@FreeBSD.org Subject: [PATCH] devel/p5-MooseX-Getopt: update to 0.25 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Sahil Tandon List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Nov 2009 17:22:12 -0000 >Submitter-Id: current-users >Originator: Sahil Tandon >Organization: >Confidential: no >Synopsis: [PATCH] devel/p5-MooseX-Getopt: update to 0.25 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 7.2-RELEASE i386 >Environment: >Description: - Update to 0.25 - Flip RUN_DEPENDS and BUILD_DEPENDS >How-To-Repeat: >Fix: --- p5-MooseX-Getopt.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-MooseX-Getopt/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile --- Makefile 24 Oct 2009 02:03:32 -0000 1.10 +++ Makefile 28 Nov 2009 17:19:44 -0000 @@ -6,7 +6,7 @@ # PORTNAME= MooseX-Getopt -PORTVERSION= 0.24 +PORTVERSION= 0.25 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,9 +14,9 @@ MAINTAINER= perl@FreeBSD.org COMMENT= A Moose role for processing command line options -BUILD_DEPENDS= p5-Getopt-Long-Descriptive>=0.077:${PORTSDIR}/devel/p5-Getopt-Long-Descriptive \ +RUN_DEPENDS= p5-Getopt-Long-Descriptive>=0.077:${PORTSDIR}/devel/p5-Getopt-Long-Descriptive \ p5-Moose>=0.56:${PORTSDIR}/devel/p5-Moose -RUN_DEPENDS= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= 5.8.0+ Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/p5-MooseX-Getopt/distinfo,v retrieving revision 1.9 diff -u -r1.9 distinfo --- distinfo 24 Oct 2009 02:03:32 -0000 1.9 +++ distinfo 28 Nov 2009 17:19:44 -0000 @@ -1,3 +1,3 @@ -MD5 (MooseX-Getopt-0.24.tar.gz) = 7957285a9b9f2646a62a3dce51180c7e -SHA256 (MooseX-Getopt-0.24.tar.gz) = b103b4bc16920e33e307f0fe9071316ba09a43051c3f0de53b3c0568012b04ce -SIZE (MooseX-Getopt-0.24.tar.gz) = 28926 +MD5 (MooseX-Getopt-0.25.tar.gz) = 9495a077b1fd1323a2fe7870e255b740 +SHA256 (MooseX-Getopt-0.25.tar.gz) = ebd63864a0ebe2def4e1e30e46157f27c0df8cea34afb6589ecf700d9d1599e6 +SIZE (MooseX-Getopt-0.25.tar.gz) = 29254 --- p5-MooseX-Getopt.diff ends here --- From owner-freebsd-perl@FreeBSD.ORG Sat Nov 28 17:30:12 2009 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 09D43106566B; Sat, 28 Nov 2009 17:30:12 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D50B98FC0C; Sat, 28 Nov 2009 17:30:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nASHUBOs003082; Sat, 28 Nov 2009 17:30:11 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nASHUBTR003076; Sat, 28 Nov 2009 17:30:11 GMT (envelope-from edwin) Date: Sat, 28 Nov 2009 17:30:11 GMT Message-Id: <200911281730.nASHUBTR003076@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/140977: [PATCH] devel/p5-MooseX-Getopt: update to 0.25 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Nov 2009 17:30:12 -0000 Synopsis: [PATCH] devel/p5-MooseX-Getopt: update to 0.25 Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Sat Nov 28 17:30:11 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140977