From owner-freebsd-perl@FreeBSD.ORG Tue Jan 1 00:00:47 2013 Return-Path: Delivered-To: perl@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 61A09CD3; Tue, 1 Jan 2013 00:00:47 +0000 (UTC) (envelope-from root@tbbs2.cs.nctu.edu.tw) Received: from tbbs2.cs.nctu.edu.tw (tbbs2.cs.nctu.edu.tw [140.113.17.227]) by mx1.freebsd.org (Postfix) with ESMTP id 2C81D8FC08; Tue, 1 Jan 2013 00:00:46 +0000 (UTC) Received: by tbbs2.cs.nctu.edu.tw (Postfix, from userid 0) id C71B5CF001; Tue, 1 Jan 2013 08:00:44 +0800 (CST) To: FreeBSD-gnats-submit@freebsd.org Subject: [PATCH] devel/p5-Inline: update to 0.51 From: Po-Chien Lin X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20130101000044.C71B5CF001@tbbs2.cs.nctu.edu.tw> Date: Tue, 1 Jan 2013 08:00:44 +0800 (CST) Cc: perl@FreeBSD.org X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.14 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, 01 Jan 2013 00:00:47 -0000 >Submitter-Id: current-users >Originator: Po-Chien Lin >Organization: >Confidential: no >Synopsis: [PATCH] devel/p5-Inline: update to 0.51 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 10.0-CURRENT amd64 >Environment: System: FreeBSD tbbs2.cs.nctu.edu.tw 10.0-CURRENT FreeBSD 10.0-CURRENT #8 r244889: Mon Dec 31 17:17:30 CST >Description: - Update to 0.51 - The tarball are released as Inline-0.51_03.tar.gz, so I add temporary DISTNAME for this version - Remove unnecessary BUILD_DEPENDS and duplicate TEST_DEPENDS >How-To-Repeat: >Fix: --- p5-Inline-0.51.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/p5-Inline/Makefile ./Makefile --- /usr/ports/devel/p5-Inline/Makefile 2012-11-17 13:56:19.000000000 +0800 +++ ./Makefile 2013-01-01 02:09:58.000000000 +0800 @@ -1,25 +1,19 @@ -# New ports collection makefile for: Inline -# Date created: 14 Dec 2001 -# Whom: Sergey Skvortsov -# +# Created by: Sergey Skvortsov # $FreeBSD: ports/devel/p5-Inline/Makefile,v 1.19 2012/11/17 05:56:19 svnexp Exp $ -# PORTNAME= Inline -PORTVERSION= 0.50 +PORTVERSION= 0.51 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:SISYPHUS PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-${PORTVERSION}_03 MAINTAINER= perl@FreeBSD.org COMMENT= Write Perl subroutines in other programming languages -BUILD_DEPENDS= p5-Parse-RecDescent>=1.800:${PORTSDIR}/devel/p5-Parse-RecDescent -RUN_DEPENDS:= ${BUILD_DEPENDS} - -TEST_DEPENDS= p5-Inline-Files>=0:${PORTSDIR}/devel/p5-Inline-Files \ - p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn +RUN_DEPENDS= p5-Parse-RecDescent>=1.800:${PORTSDIR}/devel/p5-Parse-RecDescent +TEST_DEPENDS= p5-Inline-Files>=0:${PORTSDIR}/devel/p5-Inline-Files PERL_CONFIGURE= yes diff -ruN --exclude=CVS /usr/ports/devel/p5-Inline/distinfo ./distinfo --- /usr/ports/devel/p5-Inline/distinfo 2012-02-08 10:41:54.000000000 +0800 +++ ./distinfo 2013-01-01 02:00:02.000000000 +0800 @@ -1,2 +1,2 @@ -SHA256 (Inline-0.50.tar.gz) = 6263fa1145efe9e96bcd60d10f9eabd93313e00cb1e555abddda1e98b7c280d6 -SIZE (Inline-0.50.tar.gz) = 104632 +SHA256 (Inline-0.51_03.tar.gz) = 5a2de643757ee33dd497f2cb0260171cf2a6d105e5b26edcc1b906dbde4fb39f +SIZE (Inline-0.51_03.tar.gz) = 111511 --- p5-Inline-0.51.patch ends here --- From owner-freebsd-perl@FreeBSD.ORG Tue Jan 1 00:10:09 2013 Return-Path: Delivered-To: perl@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EC04FECA; Tue, 1 Jan 2013 00:10:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id B91F38FC08; Tue, 1 Jan 2013 00:10:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id r010A9j6024063; Tue, 1 Jan 2013 00:10:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id r010A90D024059; Tue, 1 Jan 2013 00:10:09 GMT (envelope-from edwin) Date: Tue, 1 Jan 2013 00:10:09 GMT Message-Id: <201301010010.r010A90D024059@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/174872: [PATCH] devel/p5-Inline: update to 0.51 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.14 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, 01 Jan 2013 00:10:10 -0000 Synopsis: [PATCH] devel/p5-Inline: update to 0.51 Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Tue Jan 1 00:10:09 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=174872 From owner-freebsd-perl@FreeBSD.ORG Tue Jan 1 00:14:08 2013 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 80950F95; Tue, 1 Jan 2013 00:14:08 +0000 (UTC) (envelope-from root@tbbs2.cs.nctu.edu.tw) Received: from tbbs2.cs.nctu.edu.tw (tbbs2.cs.nctu.edu.tw [140.113.17.227]) by mx1.freebsd.org (Postfix) with ESMTP id 1B0608FC12; Tue, 1 Jan 2013 00:14:07 +0000 (UTC) Received: by tbbs2.cs.nctu.edu.tw (Postfix, from userid 0) id 6E904CF002; Tue, 1 Jan 2013 08:14:07 +0800 (CST) To: FreeBSD-gnats-submit@freebsd.org Subject: [PATCH] devel/p5-Inline-CPP: update to 0.42 From: Po-Chien Lin X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20130101001407.6E904CF002@tbbs2.cs.nctu.edu.tw> Date: Tue, 1 Jan 2013 08:14:07 +0800 (CST) Cc: perl@FreeBSD.org X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.14 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, 01 Jan 2013 00:14:08 -0000 >Submitter-Id: current-users >Originator: Po-Chien Lin >Organization: >Confidential: no >Synopsis: [PATCH] devel/p5-Inline-CPP: update to 0.42 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 10.0-CURRENT amd64 >Environment: System: FreeBSD tbbs2.cs.nctu.edu.tw 10.0-CURRENT FreeBSD 10.0-CURRENT #8 r244889: Mon Dec 31 17:17:30 CST >Description: - Update to 0.42 Depends on ports/174872: [PATCH] devel/p5-Inline: update to 0.51 - Remove unnecessary BUILD_DEPENDS and TEST_DEPENDS - Set IS_INTERACTIVE, and add patch file to suuport BATCH mode Added file(s): - files/opt-patch-Makefile.PL >How-To-Repeat: >Fix: --- p5-Inline-CPP-0.42.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/p5-Inline-CPP/Makefile ./Makefile --- /usr/ports/devel/p5-Inline-CPP/Makefile 2012-11-17 13:56:19.000000000 +0800 +++ ./Makefile 2013-01-01 03:53:34.000000000 +0800 @@ -1,12 +1,8 @@ -# New ports collection makefile for: Inline::CPP -# Date created: 14 Dec 2001 -# Whom: Sergey Skvortsov -# +# Created by: Sergey Skvortsov # $FreeBSD: ports/devel/p5-Inline-CPP/Makefile,v 1.9 2012/11/17 05:56:19 svnexp Exp $ -# PORTNAME= Inline-CPP -PORTVERSION= 0.39 +PORTVERSION= 0.42 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,22 +12,22 @@ LICENSE= ART10 -BUILD_DEPENDS= p5-Inline>=0.50:${PORTSDIR}/devel/p5-Inline \ +RUN_DEPENDS= p5-Inline>=0.51:${PORTSDIR}/devel/p5-Inline \ p5-Parse-RecDescent>=0:${PORTSDIR}/devel/p5-Parse-RecDescent -RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ - p5-Test-Kwalitee>=0:${PORTSDIR}/devel/p5-Test-Kwalitee PERL_CONFIGURE= yes +.if defined(BATCH) || defined(PACKAGE_BUILDING) +EXTRA_PATCHES+= ${FILESDIR}/opt-patch-Makefile.PL +.else +IS_INTERACTIVE= yes +.endif + MAN3= Inline::CPP.3 \ Inline::CPP::Config.3 \ Inline::CPP::grammar.3 -.include - -.if ${PERL_LEVEL} < 501400 -TEST_DEPENDS+= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple -.endif +post-patch: + @${REINPLACE_CMD} -e 's/g++/${CXX}/' ${WRKSRC}/Makefile.PL -.include +.include diff -ruN --exclude=CVS /usr/ports/devel/p5-Inline-CPP/distinfo ./distinfo --- /usr/ports/devel/p5-Inline-CPP/distinfo 2012-05-08 11:52:00.000000000 +0800 +++ ./distinfo 2013-01-01 02:26:54.000000000 +0800 @@ -1,2 +1,2 @@ -SHA256 (Inline-CPP-0.39.tar.gz) = 601c765aac9a0e33e478dec7da983949187c9f570598297f535c67aff4d64a69 -SIZE (Inline-CPP-0.39.tar.gz) = 44089 +SHA256 (Inline-CPP-0.42.tar.gz) = 824dd95e92dcb4bc719f5859245f35ef2626ff9b0a7a28b46eef36ddfb341890 +SIZE (Inline-CPP-0.42.tar.gz) = 50592 diff -ruN --exclude=CVS /usr/ports/devel/p5-Inline-CPP/files/opt-patch-Makefile.PL ./files/opt-patch-Makefile.PL --- /usr/ports/devel/p5-Inline-CPP/files/opt-patch-Makefile.PL 1970-01-01 08:00:00.000000000 +0800 +++ ./files/opt-patch-Makefile.PL 2013-01-01 03:31:03.000000000 +0800 @@ -0,0 +1,15 @@ +--- ./Makefile.PL.orig 2013-01-01 03:27:22.000000000 +0800 ++++ ./Makefile.PL 2013-01-01 03:30:52.000000000 +0800 +@@ -121,10 +121,9 @@ + print "This will configure and build Inline::C++.\n"; + + my $cpp_compiler +- = prompt( "What default C++ compiler would you like to use?", $cc_guess ); ++ = $cc_guess; + +-my $libs = prompt( "What default libraries would you like to include?", +- $libs_guess ); ++my $libs = $libs_guess; + + #============================================================================ + # Test whether the compiler prefers or . --- p5-Inline-CPP-0.42.patch ends here --- From owner-freebsd-perl@FreeBSD.ORG Tue Jan 1 00:20:09 2013 Return-Path: Delivered-To: perl@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A0185196; Tue, 1 Jan 2013 00:20:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 6DDF18FC14; Tue, 1 Jan 2013 00:20:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id r010K9FG025371; Tue, 1 Jan 2013 00:20:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id r010K9be025367; Tue, 1 Jan 2013 00:20:09 GMT (envelope-from edwin) Date: Tue, 1 Jan 2013 00:20:09 GMT Message-Id: <201301010020.r010K9be025367@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/174874: [PATCH] devel/p5-Inline-CPP: update to 0.42 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.14 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, 01 Jan 2013 00:20:09 -0000 Synopsis: [PATCH] devel/p5-Inline-CPP: update to 0.42 Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Tue Jan 1 00:20:08 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=174874 From owner-freebsd-perl@FreeBSD.ORG Tue Jan 1 18:31:16 2013 Return-Path: Delivered-To: perl@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BDA9A74A; Tue, 1 Jan 2013 18:31:16 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 89C938FC08; Tue, 1 Jan 2013 18:31:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id r01IVGcw083613; Tue, 1 Jan 2013 18:31:16 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id r01IVGXg083609; Tue, 1 Jan 2013 18:31:16 GMT (envelope-from edwin) Date: Tue, 1 Jan 2013 18:31:16 GMT Message-Id: <201301011831.r01IVGXg083609@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/174881: x11-toolkits/p5-Tk: XFT=1 should be default X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.14 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, 01 Jan 2013 18:31:16 -0000 Synopsis: x11-toolkits/p5-Tk: XFT=1 should be default Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Tue Jan 1 18:31:16 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=174881 From owner-freebsd-perl@FreeBSD.ORG Wed Jan 2 08:23:59 2013 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 6EC5A5EA for ; Wed, 2 Jan 2013 08:23:59 +0000 (UTC) (envelope-from jadawin@huppa.tuxaco.net) Received: from huppa.tuxaco.net (tuxaco.net [IPv6:2001:41d0:1:66c1::1]) by mx1.freebsd.org (Postfix) with ESMTP id 063548FC08 for ; Wed, 2 Jan 2013 08:23:58 +0000 (UTC) Received: from huppa.tuxaco.net (localhost [127.0.0.1]) by huppa.tuxaco.net (Postfix) with ESMTP id 5386422887; Wed, 2 Jan 2013 09:29:38 +0100 (CET) X-Virus-Scanned: amavisd-new at tuxaco.net Received: from huppa.tuxaco.net ([127.0.0.1]) by huppa.tuxaco.net (huppa.tuxaco.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XvMbp+-9eSzp; Wed, 2 Jan 2013 09:29:36 +0100 (CET) Received: by huppa.tuxaco.net (Postfix, from userid 1001) id 29A732288D; Wed, 2 Jan 2013 09:29:35 +0100 (CET) Date: Wed, 2 Jan 2013 09:29:35 +0100 From: Philippe =?iso-8859-1?Q?Aud=E9oud?= To: Ty Eggen Subject: Re: SpamAssassin issue due to Net::DNS breakage Message-ID: <20130102082935.GA57103@tuxaco.net> References: <50DE4A33.1020105@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <50DE4A33.1020105@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: perl@FreeBSD.org X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.14 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, 02 Jan 2013 08:23:59 -0000 On Sat, 29 Dec 2012, Ty Eggen wrote: > For more information, see the SpamAssassin bug page? >=20 > https://issues.apache.org/SpamAssassin/show_bug.cgi?id=3D6872 >=20 > I know there has been a patch aligned for release for the > SpamAssassin port, but could not find anything for the Net::DNS > port. >=20 > Thanks, > Ty Thanks for reporting, we will look what we can do. Regards, --=20 Philippe Aud=E9oud From owner-freebsd-perl@FreeBSD.ORG Wed Jan 2 13:20:57 2013 Return-Path: Delivered-To: perl@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DBE3F51E; Wed, 2 Jan 2013 13:20:57 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id A782C8FC0A; Wed, 2 Jan 2013 13:20:57 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id r02DKvoP051171; Wed, 2 Jan 2013 13:20:57 GMT (envelope-from culot@freefall.freebsd.org) Received: (from culot@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id r02DKvo4051167; Wed, 2 Jan 2013 13:20:57 GMT (envelope-from culot) Date: Wed, 2 Jan 2013 13:20:57 GMT Message-Id: <201301021320.r02DKvo4051167@freefall.freebsd.org> To: culot@FreeBSD.org, perl@FreeBSD.org, culot@FreeBSD.org From: culot@FreeBSD.org Subject: Re: ports/174723: [MAINTAINER] devel/p5-Devel-NYTProf: update to 4.11 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.14 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, 02 Jan 2013 13:20:57 -0000 Synopsis: [MAINTAINER] devel/p5-Devel-NYTProf: update to 4.11 Responsible-Changed-From-To: perl->culot Responsible-Changed-By: culot Responsible-Changed-When: Wed Jan 2 13:20:57 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=174723 From owner-freebsd-perl@FreeBSD.ORG Wed Jan 2 14:48:17 2013 Return-Path: Delivered-To: perl@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AD0C933F for ; Wed, 2 Jan 2013 14:48:17 +0000 (UTC) (envelope-from portscout@portscout.freebsd.org) Received: from null.zi0r.com (null.zi0r.com [71.245.171.204]) by mx1.freebsd.org (Postfix) with ESMTP id E94EF8FC1A for ; Wed, 2 Jan 2013 14:48:15 +0000 (UTC) Received: from null.zi0r.com (localhost [127.0.0.1]) by null.zi0r.com (8.14.5/8.14.5) with ESMTP id r02Em94k093174 for ; Wed, 2 Jan 2013 09:48:09 -0500 (EST) (envelope-from portscout@null.zi0r.com) Received: (from portscout@localhost) by null.zi0r.com (8.14.5/8.14.5/Submit) id r02Em94Z093118; Wed, 2 Jan 2013 09:48:09 -0500 (EST) (envelope-from portscout) Message-Id: <201301021448.r02Em94Z093118@null.zi0r.com> MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain Date: Wed, 2 Jan 2013 09:48:09 -0500 From: portscout@portscout.freebsd.org To: perl@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.14 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, 02 Jan 2013 14:48:17 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/perl@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ databases/p5-DBI | 1.622 | 1.623 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt If wish to stop receiving portscout reminders, please contact portscout@portscout.freebsd.org Thanks. From owner-freebsd-perl@FreeBSD.ORG Wed Jan 2 15:24:22 2013 Return-Path: Delivered-To: perl@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7CE068A4; Wed, 2 Jan 2013 15:24:22 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 494968FC08; Wed, 2 Jan 2013 15:24:22 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id r02FOM8P056483; Wed, 2 Jan 2013 15:24:22 GMT (envelope-from crees@freefall.freebsd.org) Received: (from crees@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id r02FOMHj056479; Wed, 2 Jan 2013 15:24:22 GMT (envelope-from crees) Date: Wed, 2 Jan 2013 15:24:22 GMT Message-Id: <201301021524.r02FOMHj056479@freefall.freebsd.org> To: crees@FreeBSD.org, perl@FreeBSD.org, crees@FreeBSD.org From: crees@FreeBSD.org Subject: Re: ports/174881: x11-toolkits/p5-Tk: XFT=1 should be default X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.14 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, 02 Jan 2013 15:24:22 -0000 Synopsis: x11-toolkits/p5-Tk: XFT=1 should be default Responsible-Changed-From-To: perl->crees Responsible-Changed-By: crees Responsible-Changed-When: Wed Jan 2 15:24:21 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=174881 From owner-freebsd-perl@FreeBSD.ORG Thu Jan 3 07:27:00 2013 Return-Path: Delivered-To: perl@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 6AD9182A; Thu, 3 Jan 2013 07:27:00 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 3244420E; Thu, 3 Jan 2013 07:27:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id r037R0iO010623; Thu, 3 Jan 2013 07:27:00 GMT (envelope-from culot@freefall.freebsd.org) Received: (from culot@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id r037R0iU010619; Thu, 3 Jan 2013 07:27:00 GMT (envelope-from culot) Date: Thu, 3 Jan 2013 07:27:00 GMT Message-Id: <201301030727.r037R0iU010619@freefall.freebsd.org> To: culot@FreeBSD.org, perl@FreeBSD.org, culot@FreeBSD.org From: culot@FreeBSD.org Subject: Re: ports/174872: [PATCH] devel/p5-Inline: update to 0.51 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.14 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, 03 Jan 2013 07:27:00 -0000 Synopsis: [PATCH] devel/p5-Inline: update to 0.51 Responsible-Changed-From-To: perl->culot Responsible-Changed-By: culot Responsible-Changed-When: Thu Jan 3 07:26:59 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=174872 From owner-freebsd-perl@FreeBSD.ORG Thu Jan 3 08:23:56 2013 Return-Path: Delivered-To: perl@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id CD34AF31; Thu, 3 Jan 2013 08:23:56 +0000 (UTC) (envelope-from takefu@airport.fm) Received: from ae-osaka.co.jp (unknown [IPv6:2001:3e0:4ec:a000::1]) by mx1.freebsd.org (Postfix) with ESMTP id 95F7A3F4; Thu, 3 Jan 2013 08:23:56 +0000 (UTC) Received: from ae-osaka.co.jp (localhost.ae-osaka.co.jp [127.0.0.1]) by ae-osaka.co.jp (Postfix) with ESMTP id 03EFCD3AC04; Thu, 3 Jan 2013 17:23:55 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=airport.fm; h= message-id:date:from:mime-version:to:cc:subject:content-type :content-transfer-encoding; s=mail; bh=S8eZ7JTDitSl54x60RohMhenH R0=; b=FJ+5uRnQu7OUvTVXQh3xM2ptHUxTH3ABu3O/dH6KyacIRDMzRoper2kM6 FdVnSDUOtG4v+zuza3lLQ+k8U/iZPas7UaneYwMjt9Oeg586bLPcNaOs3Fb/mlzD ICsqGO1qCgPuYCpLvK0QiFnpwmyn5IQMFl5Mubi5NZJIkay05s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=airport.fm; h=message-id :date:from:mime-version:to:cc:subject:content-type :content-transfer-encoding; q=dns; s=mail; b=joL5KRuUeFJGEJo7zj6 H6sk9NzoPGAiq8LIUj6/KVhn2C8YsJbThz+gLKEqJgDqp+A/hyM1bfZl+bwioNuZ hh4kQAZdNZntOp1yjFaAPtp7zwk3TdZfLsoaztJgG7IR4ySyNArqrCk2fCS8ALSE n7KKBm3fFp40uOt9gXiBdACg= Received: from [IPv6:2001:3e0:4ec:a011:61e0:de32:2c12:9f30] (unknown [IPv6:2001:3e0:4ec:a011:61e0:de32:2c12:9f30]) by ae-osaka.co.jp (Postfix) with ESMTPSA id 98E85D3AC01; Thu, 3 Jan 2013 17:23:54 +0900 (JST) Message-ID: <50E5401C.3080501@airport.fm> Date: Thu, 03 Jan 2013 17:23:56 +0900 From: Takefu User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: freebsd-gnats-submit@freebsd.org Subject: [PATCH] net/p5-Net-Server: Words that occur under specific conditions. X-Enigmail-Version: 1.4.6 OpenPGP: id=9C3E8F56 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: perl@freebsd.org X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.14 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, 03 Jan 2013 08:23:56 -0000 >Submitter-Id: current-users >Originator: Takefu >Organization: FOX Amateur Radio Club >Confidential: no >Synopsis: [PATCH] net/p5-Net-Server: Words that occur under specific conditions. >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 7.4-RELEASE-p11 i386 >Environment: System: FreeBSD RELENG74.localIPv4.airport.fm 7.4-RELEASE-p11 FreeBSD 7.4-RELEASE-p11 #0: Tue Dec 4 15:31:56 JST >Description: It is displayed by the specified condition as "Use of uninitialized value in pattern match (m//) at /usr/local/lib/perl5/site_perl/5.16.2/Net/Server.pm line 600." See https://rt.cpan.org/Public/Bug/Display.html?id=78828 Added file(s): - files/patch-lib-Net-Server.pm Port maintainer (perl@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports) >How-To-Repeat: >Fix: --- p5-Net-Server-2.006.patch begins here --- diff -ruN --exclude=CVS /usr/ports/net/p5-Net-Server/Makefile ./Makefile --- /usr/ports/net/p5-Net-Server/Makefile 2012-11-17 15:00:12.000000000 +0900 +++ ./Makefile 2013-01-03 17:01:12.000000000 +0900 @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Net-Server -# Date created: 24 Apr 2001 -# Whom: Jesse McConnell -# +# Created by: Jesse McConnell # $FreeBSD: ports/net/p5-Net-Server/Makefile,v 1.37 2012/11/17 06:00:12 svnexp Exp $ -# PORTNAME= Net-Server PORTVERSION= 2.006 diff -ruN --exclude=CVS /usr/ports/net/p5-Net-Server/files/patch-lib-Net-Server.pm ./files/patch-lib-Net-Server.pm --- /usr/ports/net/p5-Net-Server/files/patch-lib-Net-Server.pm 1970-01-01 09:00:00.000000000 +0900 +++ ./files/patch-lib-Net-Server.pm 2013-01-03 16:14:25.000000000 +0900 @@ -0,0 +1,26 @@ +--- lib/Net/Server.pm.orig 2012-06-21 07:44:58.000000000 +0900 ++++ lib/Net/Server.pm 2013-01-03 16:13:30.000000000 +0900 +@@ -587,7 +587,10 @@ + + # if the addr or host matches a deny, reject it immediately + foreach (@{ $prop->{'deny'} }) { +- return 0 if $prop->{'peerhost'} =~ /^$_$/ && defined $prop->{'reverse_lookups'}; ++ return 0 ++ if defined($prop->{'reverse_lookups'}) ++ && defined($prop->{peerhost}) ++ && $prop->{'peerhost'} =~ /^$_$/; + return 0 if $peeraddr =~ /^$_$/; + } + if (@{ $prop->{'cidr_deny'} }) { +@@ -597,7 +600,10 @@ + + # if the addr or host isn't blocked yet, allow it if it is allowed + foreach (@{ $prop->{'allow'} }) { +- return 1 if $prop->{'peerhost'} =~ /^$_$/ && defined $prop->{'reverse_lookups'}; ++ return 1 ++ if defined($prop->{'reverse_lookups'}) ++ && defined($prop->{peerhost}) ++ && $prop->{'peerhost'} =~ /^$_$/; + return 1 if $peeraddr =~ /^$_$/; + } + if (@{ $prop->{'cidr_allow'} }) { --- p5-Net-Server-2.006.patch ends here --- From owner-freebsd-perl@FreeBSD.ORG Thu Jan 3 08:30:12 2013 Return-Path: Delivered-To: perl@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 7E850FE5; Thu, 3 Jan 2013 08:30:12 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 5B0D9633; Thu, 3 Jan 2013 08:30:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id r038UCXp018330; Thu, 3 Jan 2013 08:30:12 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id r038UCEr018326; Thu, 3 Jan 2013 08:30:12 GMT (envelope-from edwin) Date: Thu, 3 Jan 2013 08:30:12 GMT Message-Id: <201301030830.r038UCEr018326@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/174930: [PATCH] net/p5-Net-Server: Words that occur under specific conditions. X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.14 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, 03 Jan 2013 08:30:12 -0000 Synopsis: [PATCH] net/p5-Net-Server: Words that occur under specific conditions. Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Thu Jan 3 08:30:11 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=174930 From owner-freebsd-perl@FreeBSD.ORG Thu Jan 3 08:59:53 2013 Return-Path: Delivered-To: perl@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 1231C7B7; Thu, 3 Jan 2013 08:59:53 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id DE7067BC; Thu, 3 Jan 2013 08:59:52 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id r038xqAk019002; Thu, 3 Jan 2013 08:59:52 GMT (envelope-from jadawin@freefall.freebsd.org) Received: (from jadawin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id r038xoV8018998; Thu, 3 Jan 2013 08:59:50 GMT (envelope-from jadawin) Date: Thu, 3 Jan 2013 08:59:50 GMT Message-Id: <201301030859.r038xoV8018998@freefall.freebsd.org> To: fbsd-ports@opsec.eu, jadawin@FreeBSD.org, perl@FreeBSD.org From: jadawin@FreeBSD.org Subject: Re: ports/174629: [patch] math/p5-Math-Int128: use gcc 4.6+ instead of 4.4+ X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.14 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, 03 Jan 2013 08:59:53 -0000 Synopsis: [patch] math/p5-Math-Int128: use gcc 4.6+ instead of 4.4+ State-Changed-From-To: open->closed State-Changed-By: jadawin State-Changed-When: Thu Jan 3 08:59:50 UTC 2013 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=174629 From owner-freebsd-perl@FreeBSD.ORG Thu Jan 3 09:00:05 2013 Return-Path: Delivered-To: perl@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 9CCE97E0 for ; Thu, 3 Jan 2013 09:00:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 910597C7 for ; Thu, 3 Jan 2013 09:00:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id r03905Wa019138 for ; Thu, 3 Jan 2013 09:00:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id r03905gY019137; Thu, 3 Jan 2013 09:00:05 GMT (envelope-from gnats) Date: Thu, 3 Jan 2013 09:00:05 GMT Message-Id: <201301030900.r03905gY019137@freefall.freebsd.org> To: perl@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/174629: commit references a PR X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.14 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: Thu, 03 Jan 2013 09:00:05 -0000 The following reply was made to PR ports/174629; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/174629: commit references a PR Date: Thu, 3 Jan 2013 08:59:26 +0000 (UTC) Author: jadawin Date: Thu Jan 3 08:59:14 2013 New Revision: 309857 URL: http://svnweb.freebsd.org/changeset/ports/309857 Log: - USE_GCC set to 4.6+ - Bump PORTREVISION PR: ports/174629 Submitted by: Kurt Jaeger (maintainer) Modified: head/math/p5-Math-Int128/Makefile (contents, props changed) Modified: head/math/p5-Math-Int128/Makefile ============================================================================== --- head/math/p5-Math-Int128/Makefile Thu Jan 3 07:52:07 2013 (r309856) +++ head/math/p5-Math-Int128/Makefile Thu Jan 3 08:59:14 2013 (r309857) @@ -4,6 +4,7 @@ PORTNAME= Math-Int128 PORTVERSION= 0.07 +PORTREVISION= 1 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -18,7 +19,7 @@ RUN_DEPENDS= p5-Math-Int64>=0.28:${PO PERL_CONFIGURE= yes -USE_GCC= 4.4+ +USE_GCC= 4.6+ MAN3= Math::Int128.3 \ Math::Int128::die_on_overflow.3 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-perl@FreeBSD.ORG Thu Jan 3 09:02:11 2013 Return-Path: Delivered-To: perl@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 0641089D; Thu, 3 Jan 2013 09:02:11 +0000 (UTC) (envelope-from tobez@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id D43B17DA; Thu, 3 Jan 2013 09:02:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id r0392AiX019359; Thu, 3 Jan 2013 09:02:10 GMT (envelope-from tobez@freefall.freebsd.org) Received: (from tobez@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id r0392Ar1019355; Thu, 3 Jan 2013 10:02:10 +0100 (CET) (envelope-from tobez) Date: Thu, 3 Jan 2013 10:02:10 +0100 (CET) Message-Id: <201301030902.r0392Ar1019355@freefall.freebsd.org> To: takefu@airport.fm, tobez@FreeBSD.org, perl@FreeBSD.org From: tobez@FreeBSD.org Subject: Re: ports/174930: [PATCH] net/p5-Net-Server: Words that occur under specific conditions. X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.14 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, 03 Jan 2013 09:02:11 -0000 Synopsis: [PATCH] net/p5-Net-Server: Words that occur under specific conditions. State-Changed-From-To: open->feedback State-Changed-By: tobez State-Changed-When: Thu Jan 3 10:01:39 CET 2013 State-Changed-Why: Could you resend a patch so that it actually applies? http://www.freebsd.org/cgi/query-pr.cgi?pr=174930 From owner-freebsd-perl@FreeBSD.ORG Thu Jan 3 09:33:05 2013 Return-Path: Delivered-To: perl@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 9587EEC9; Thu, 3 Jan 2013 09:33:05 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 6F4B3894; Thu, 3 Jan 2013 09:33:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id r039X5mN021384; Thu, 3 Jan 2013 09:33:05 GMT (envelope-from jadawin@freefall.freebsd.org) Received: (from jadawin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id r039X430021380; Thu, 3 Jan 2013 09:33:04 GMT (envelope-from jadawin) Date: Thu, 3 Jan 2013 09:33:04 GMT Message-Id: <201301030933.r039X430021380@freefall.freebsd.org> To: gslin@gslin.org, jadawin@FreeBSD.org, perl@FreeBSD.org From: jadawin@FreeBSD.org Subject: Re: ports/174720: [NEW PORT] www/p5-WebService-Pushover: Interface to Pushover API X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.14 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, 03 Jan 2013 09:33:05 -0000 Synopsis: [NEW PORT] www/p5-WebService-Pushover: Interface to Pushover API State-Changed-From-To: open->closed State-Changed-By: jadawin State-Changed-When: Thu Jan 3 09:33:04 UTC 2013 State-Changed-Why: New port added. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=174720 From owner-freebsd-perl@FreeBSD.ORG Thu Jan 3 09:40:02 2013 Return-Path: Delivered-To: perl@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 4BEF068F for ; Thu, 3 Jan 2013 09:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 3DD4AC23 for ; Thu, 3 Jan 2013 09:40:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id r039e27h022004 for ; Thu, 3 Jan 2013 09:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id r039e2ib022003; Thu, 3 Jan 2013 09:40:02 GMT (envelope-from gnats) Date: Thu, 3 Jan 2013 09:40:02 GMT Message-Id: <201301030940.r039e2ib022003@freefall.freebsd.org> To: perl@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/174720: commit references a PR X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.14 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: Thu, 03 Jan 2013 09:40:02 -0000 The following reply was made to PR ports/174720; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/174720: commit references a PR Date: Thu, 3 Jan 2013 09:32:55 +0000 (UTC) Author: jadawin Date: Thu Jan 3 09:32:47 2013 New Revision: 309861 URL: http://svnweb.freebsd.org/changeset/ports/309861 Log: This module provides a Perl wrapper around the Pushover ( http://pushover.net ) RESTful API. You'll need to register with Pushover to obtain an API token for yourself and for your application before you'll be able to do anything with this module. WWW: http://search.cpan.org/dist/WebService-Pushover/ PR: ports/174720 Submitted by: gslin@gslin.org Added: head/www/p5-WebService-Pushover/ head/www/p5-WebService-Pushover/Makefile (contents, props changed) head/www/p5-WebService-Pushover/distinfo (contents, props changed) head/www/p5-WebService-Pushover/pkg-descr (contents, props changed) head/www/p5-WebService-Pushover/pkg-plist (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Thu Jan 3 09:28:46 2013 (r309860) +++ head/www/Makefile Thu Jan 3 09:32:47 2013 (r309861) @@ -1302,6 +1302,7 @@ SUBDIR += p5-WebService-MoviePosterDB SUBDIR += p5-WebService-MusicBrainz SUBDIR += p5-WebService-NoPaste + SUBDIR += p5-WebService-Pushover SUBDIR += p5-WebService-Rakuten SUBDIR += p5-WebService-Simple SUBDIR += p5-WebService-Technorati Added: head/www/p5-WebService-Pushover/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-WebService-Pushover/Makefile Thu Jan 3 09:32:47 2013 (r309861) @@ -0,0 +1,24 @@ +# Created by: Gea-Suan Lin +# $FreeBSD$ + +PORTNAME= WebService-Pushover +DISTVERSION= v0.0.6 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= gslin@gslin.org +COMMENT= Interface to Pushover API + +RUN_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ + p5-DateTime-Format-Strptime>=0:${PORTSDIR}/devel/p5-DateTime-Format-Strptime \ + p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \ + p5-Readonly>=0:${PORTSDIR}/devel/p5-Readonly \ + p5-URI>=0:${PORTSDIR}/net/p5-URI \ + p5-WebService-Simple>=0:${PORTSDIR}/www/p5-WebService-Simple + +PERL_CONFIGURE= yes + +MAN3= WebService::Pushover.3 + +.include Added: head/www/p5-WebService-Pushover/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-WebService-Pushover/distinfo Thu Jan 3 09:32:47 2013 (r309861) @@ -0,0 +1,2 @@ +SHA256 (WebService-Pushover-v0.0.6.tar.gz) = f35d5cb75564fa91649c63b0d2519c877c261d820850c0ea407b13a0e8ef8eb3 +SIZE (WebService-Pushover-v0.0.6.tar.gz) = 6677 Added: head/www/p5-WebService-Pushover/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-WebService-Pushover/pkg-descr Thu Jan 3 09:32:47 2013 (r309861) @@ -0,0 +1,6 @@ +This module provides a Perl wrapper around the Pushover +( http://pushover.net ) RESTful API. You'll need to register with Pushover to +obtain an API token for yourself and for your application before you'll be +able to do anything with this module. + +WWW: http://search.cpan.org/dist/WebService-Pushover/ Added: head/www/p5-WebService-Pushover/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-WebService-Pushover/pkg-plist Thu Jan 3 09:32:47 2013 (r309861) @@ -0,0 +1,6 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService/Pushover/.packlist +%%SITE_PERL%%/WebService/Pushover.pm +@dirrmtry %%SITE_PERL%%/WebService +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService/Pushover +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-perl@FreeBSD.ORG Thu Jan 3 09:48:10 2013 Return-Path: Delivered-To: perl@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C5154840; Thu, 3 Jan 2013 09:48:10 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 93DCBCD8; Thu, 3 Jan 2013 09:48:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id r039mAjt022226; Thu, 3 Jan 2013 09:48:10 GMT (envelope-from jadawin@freefall.freebsd.org) Received: (from jadawin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id r039m9Bt022222; Thu, 3 Jan 2013 09:48:09 GMT (envelope-from jadawin) Date: Thu, 3 Jan 2013 09:48:09 GMT Message-Id: <201301030948.r039m9Bt022222@freefall.freebsd.org> To: linpc@cs.nctu.edu.tw, jadawin@FreeBSD.org, perl@FreeBSD.org From: jadawin@FreeBSD.org Subject: Re: ports/174771: [PATCH] devel/p5-Debug-Client: update to 0.20, take maintainership X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.14 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, 03 Jan 2013 09:48:10 -0000 Synopsis: [PATCH] devel/p5-Debug-Client: update to 0.20, take maintainership State-Changed-From-To: open->closed State-Changed-By: jadawin State-Changed-When: Thu Jan 3 09:48:08 UTC 2013 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=174771 From owner-freebsd-perl@FreeBSD.ORG Thu Jan 3 09:50:01 2013 Return-Path: Delivered-To: perl@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 49BAC870 for ; Thu, 3 Jan 2013 09:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 2114DCE5 for ; Thu, 3 Jan 2013 09:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id r039o1h2022270 for ; Thu, 3 Jan 2013 09:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id r039o12x022269; Thu, 3 Jan 2013 09:50:01 GMT (envelope-from gnats) Date: Thu, 3 Jan 2013 09:50:01 GMT Message-Id: <201301030950.r039o12x022269@freefall.freebsd.org> To: perl@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/174771: commit references a PR X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.14 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: Thu, 03 Jan 2013 09:50:01 -0000 The following reply was made to PR ports/174771; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/174771: commit references a PR Date: Thu, 3 Jan 2013 09:46:40 +0000 (UTC) Author: jadawin Date: Thu Jan 3 09:46:32 2013 New Revision: 309862 URL: http://svnweb.freebsd.org/changeset/ports/309862 Log: - Update to 0.20 - Submitter take maintainership PR: ports/174771 Submitted by: Po-Chien Lin Modified: head/devel/p5-Debug-Client/Makefile head/devel/p5-Debug-Client/distinfo (contents, props changed) Modified: head/devel/p5-Debug-Client/Makefile ============================================================================== --- head/devel/p5-Debug-Client/Makefile Thu Jan 3 09:32:47 2013 (r309861) +++ head/devel/p5-Debug-Client/Makefile Thu Jan 3 09:46:32 2013 (r309862) @@ -1,23 +1,24 @@ -# New ports collection makefile for: p5-Debug-Client -# Date created: 2010-03-17 -# Whom: ports@c0decafe.net -# +# Created by: ports@c0decafe.net # $FreeBSD$ -# PORTNAME= Debug-Client -PORTVERSION= 0.12 +PORTVERSION= 0.20 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= linpc@cs.nctu.edu.tw COMMENT= Client for the standard Perl debugger -BUILD_DEPENDS= p5-File-HomeDir>=0:${PORTSDIR}/devel/p5-File-HomeDir -RUN_DEPENDS= p5-File-HomeDir>=0:${PORTSDIR}/devel/p5-File-HomeDir - -TEST_DEPENDS= p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep +RUN_DEPENDS= p5-File-HomeDir>=0.98:${PORTSDIR}/devel/p5-File-HomeDir \ + p5-PadWalker>=1.92:${PORTSDIR}/devel/p5-PadWalker \ + p5-ReadLine-Perl>=1.0303:${PORTSDIR}/devel/p5-ReadLine-Perl +TEST_DEPENDS= p5-File-HomeDir>=0.98:${PORTSDIR}/devel/p5-File-HomeDir \ + p5-PadWalker>=1.92:${PORTSDIR}/devel/p5-PadWalker \ + p5-ReadLine-Perl>=1.0303:${PORTSDIR}/devel/p5-ReadLine-Perl \ + p5-Test-Class>=0.36:${PORTSDIR}/devel/p5-Test-Class \ + p5-Test-Deep>=0.108:${PORTSDIR}/devel/p5-Test-Deep \ + p5-Test-Script>=0:${PORTSDIR}/devel/p5-Test-Script PERL_CONFIGURE= yes Modified: head/devel/p5-Debug-Client/distinfo ============================================================================== --- head/devel/p5-Debug-Client/distinfo Thu Jan 3 09:32:47 2013 (r309861) +++ head/devel/p5-Debug-Client/distinfo Thu Jan 3 09:46:32 2013 (r309862) @@ -1,2 +1,2 @@ -SHA256 (Debug-Client-0.12.tar.gz) = 70e0ce044c15d626fbafddee6b945d777aa2fb507fbd39ed0f22d35f58a1558e -SIZE (Debug-Client-0.12.tar.gz) = 30339 +SHA256 (Debug-Client-0.20.tar.gz) = a1643b3c2e9fe0a39eae975c4ca81cb0cd44dde5dc0aec07600b727ebf190913 +SIZE (Debug-Client-0.20.tar.gz) = 38741 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-perl@FreeBSD.ORG Thu Jan 3 09:50:14 2013 Return-Path: Delivered-To: perl@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id E979C8BD; Thu, 3 Jan 2013 09:50:14 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id C5A2CCE9; Thu, 3 Jan 2013 09:50:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id r039oEMT022404; Thu, 3 Jan 2013 09:50:14 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id r039oE6D022400; Thu, 3 Jan 2013 09:50:14 GMT (envelope-from edwin) Date: Thu, 3 Jan 2013 09:50:14 GMT Message-Id: <201301030950.r039oE6D022400@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/174932: [MAINTAINER] devel/p5-Devel-NYTProf: update to 4.23 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.14 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, 03 Jan 2013 09:50:15 -0000 Synopsis: [MAINTAINER] devel/p5-Devel-NYTProf: update to 4.23 Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Thu Jan 3 09:50:14 UTC 2013 Responsible-Changed-Why: perl@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=174932 From owner-freebsd-perl@FreeBSD.ORG Thu Jan 3 10:11:25 2013 Return-Path: Delivered-To: perl@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 8CE1ECCC; Thu, 3 Jan 2013 10:11:25 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 66FA0DB4; Thu, 3 Jan 2013 10:11:25 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id r03ABPeX023180; Thu, 3 Jan 2013 10:11:25 GMT (envelope-from jadawin@freefall.freebsd.org) Received: (from jadawin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id r03ABPc1023176; Thu, 3 Jan 2013 10:11:25 GMT (envelope-from jadawin) Date: Thu, 3 Jan 2013 10:11:25 GMT Message-Id: <201301031011.r03ABPc1023176@freefall.freebsd.org> To: linpc@cs.nctu.edu.tw, jadawin@FreeBSD.org, perl@FreeBSD.org From: jadawin@FreeBSD.org Subject: Re: ports/174797: [PATCH] devel/p5-MRO-Compat: update to 0.12 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.14 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, 03 Jan 2013 10:11:25 -0000 Synopsis: [PATCH] devel/p5-MRO-Compat: update to 0.12 State-Changed-From-To: open->closed State-Changed-By: jadawin State-Changed-When: Thu Jan 3 10:11:24 UTC 2013 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=174797 From owner-freebsd-perl@FreeBSD.ORG Thu Jan 3 10:20:01 2013 Return-Path: Delivered-To: perl@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 91D40D3E for ; Thu, 3 Jan 2013 10:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 68C14DE1 for ; Thu, 3 Jan 2013 10:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id r03AK1ic024261 for ; Thu, 3 Jan 2013 10:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id r03AK1RG024260; Thu, 3 Jan 2013 10:20:01 GMT (envelope-from gnats) Date: Thu, 3 Jan 2013 10:20:01 GMT Message-Id: <201301031020.r03AK1RG024260@freefall.freebsd.org> To: perl@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/174797: commit references a PR X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.14 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: Thu, 03 Jan 2013 10:20:01 -0000 The following reply was made to PR ports/174797; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/174797: commit references a PR Date: Thu, 3 Jan 2013 10:11:19 +0000 (UTC) Author: jadawin Date: Thu Jan 3 10:11:11 2013 New Revision: 309863 URL: http://svnweb.freebsd.org/changeset/ports/309863 Log: - Update to 0.12 - Change MASTER_SITE_SUBIR to BOBTFISH PR: ports/174797 Submitted by: Po-Chien Lin (maintainer) Modified: head/devel/p5-MRO-Compat/Makefile (contents, props changed) head/devel/p5-MRO-Compat/distinfo (contents, props changed) Modified: head/devel/p5-MRO-Compat/Makefile ============================================================================== --- head/devel/p5-MRO-Compat/Makefile Thu Jan 3 09:46:32 2013 (r309862) +++ head/devel/p5-MRO-Compat/Makefile Thu Jan 3 10:11:11 2013 (r309863) @@ -1,15 +1,11 @@ -# New ports collection makefile for: devel/p5-MRO-Compat -# Date created: Jun 18, 2007 -# Whom: Lars Balker Rasmussen -# +# Created by: lbr # $FreeBSD$ -# PORTNAME= MRO-Compat -PORTVERSION= 0.11 +PORTVERSION= 0.12 CATEGORIES= devel perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:FLORA +MASTER_SITE_SUBDIR= CPAN:BOBTFISH PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org Modified: head/devel/p5-MRO-Compat/distinfo ============================================================================== --- head/devel/p5-MRO-Compat/distinfo Thu Jan 3 09:46:32 2013 (r309862) +++ head/devel/p5-MRO-Compat/distinfo Thu Jan 3 10:11:11 2013 (r309863) @@ -1,2 +1,2 @@ -SHA256 (MRO-Compat-0.11.tar.gz) = 074b27543110d3d6df914c49ef5afc7b4871da648aab81a51cbab1e719a0505c -SIZE (MRO-Compat-0.11.tar.gz) = 20474 +SHA256 (MRO-Compat-0.12.tar.gz) = bba5b93869aa537a3389949669d682f047d3014d53bc3a2d7209c6819e5015d6 +SIZE (MRO-Compat-0.12.tar.gz) = 24230 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-perl@FreeBSD.ORG Thu Jan 3 11:15:50 2013 Return-Path: Delivered-To: perl@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 4D88682D; Thu, 3 Jan 2013 11:15:50 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 29673FD7; Thu, 3 Jan 2013 11:15:50 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id r03BFoGW027093; Thu, 3 Jan 2013 11:15:50 GMT (envelope-from culot@freefall.freebsd.org) Received: (from culot@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id r03BFooT027089; Thu, 3 Jan 2013 11:15:50 GMT (envelope-from culot) Date: Thu, 3 Jan 2013 11:15:50 GMT Message-Id: <201301031115.r03BFooT027089@freefall.freebsd.org> To: culot@FreeBSD.org, perl@FreeBSD.org, culot@FreeBSD.org From: culot@FreeBSD.org Subject: Re: ports/174932: [MAINTAINER] devel/p5-Devel-NYTProf: update to 4.23 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.14 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, 03 Jan 2013 11:15:50 -0000 Synopsis: [MAINTAINER] devel/p5-Devel-NYTProf: update to 4.23 Responsible-Changed-From-To: perl->culot Responsible-Changed-By: culot Responsible-Changed-When: Thu Jan 3 11:15:49 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=174932 From owner-freebsd-perl@FreeBSD.ORG Thu Jan 3 11:35:55 2013 Return-Path: Delivered-To: perl@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 648A2CBB; Thu, 3 Jan 2013 11:35:55 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 4174312B; Thu, 3 Jan 2013 11:35:55 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id r03BZtt3027760; Thu, 3 Jan 2013 11:35:55 GMT (envelope-from culot@freefall.freebsd.org) Received: (from culot@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id r03BZtfs027756; Thu, 3 Jan 2013 11:35:55 GMT (envelope-from culot) Date: Thu, 3 Jan 2013 11:35:55 GMT Message-Id: <201301031135.r03BZtfs027756@freefall.freebsd.org> To: bill.brinzer@gmail.com, culot@FreeBSD.org, perl@FreeBSD.org, culot@FreeBSD.org From: culot@FreeBSD.org Subject: Re: ports/174804: [PATCH] devel/p5-Capture-Tiny: update to 0.21 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.14 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, 03 Jan 2013 11:35:55 -0000 Synopsis: [PATCH] devel/p5-Capture-Tiny: update to 0.21 Responsible-Changed-From-To: perl->culot Responsible-Changed-By: culot Responsible-Changed-When: Thu Jan 3 11:35:54 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=174804 From owner-freebsd-perl@FreeBSD.ORG Thu Jan 3 14:59:14 2013 Return-Path: Delivered-To: perl@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 82D70DE7; Thu, 3 Jan 2013 14:59:14 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 51B63DA2; Thu, 3 Jan 2013 14:59:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id r03ExEqO053314; Thu, 3 Jan 2013 14:59:14 GMT (envelope-from jadawin@freefall.freebsd.org) Received: (from jadawin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id r03ExEhG053310; Thu, 3 Jan 2013 14:59:14 GMT (envelope-from jadawin) Date: Thu, 3 Jan 2013 14:59:14 GMT Message-Id: <201301031459.r03ExEhG053310@freefall.freebsd.org> To: linpc@cs.nctu.edu.tw, jadawin@FreeBSD.org, perl@FreeBSD.org From: jadawin@FreeBSD.org Subject: Re: ports/174799: [PATCH] devel/p5-perlbrew: update to 0.58, take maintainership X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.14 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, 03 Jan 2013 14:59:14 -0000 Synopsis: [PATCH] devel/p5-perlbrew: update to 0.58, take maintainership State-Changed-From-To: open->closed State-Changed-By: jadawin State-Changed-When: Thu Jan 3 14:59:13 UTC 2013 State-Changed-Why: Committed, with minor changes. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=174799 From owner-freebsd-perl@FreeBSD.ORG Thu Jan 3 15:00:01 2013 Return-Path: Delivered-To: perl@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 62990FC5 for ; Thu, 3 Jan 2013 15:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 4734CDAB for ; Thu, 3 Jan 2013 15:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id r03F01JS053435 for ; Thu, 3 Jan 2013 15:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id r03F01xd053434; Thu, 3 Jan 2013 15:00:01 GMT (envelope-from gnats) Date: Thu, 3 Jan 2013 15:00:01 GMT Message-Id: <201301031500.r03F01xd053434@freefall.freebsd.org> To: perl@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/174799: commit references a PR X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.14 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: Thu, 03 Jan 2013 15:00:01 -0000 The following reply was made to PR ports/174799; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/174799: commit references a PR Date: Thu, 3 Jan 2013 14:57:27 +0000 (UTC) Author: jadawin Date: Thu Jan 3 14:57:13 2013 New Revision: 309884 URL: http://svnweb.freebsd.org/changeset/ports/309884 Log: - Update to 0.58 - Submitter is now maintainer PR: ports/174799 Submitted by: Po-Chien Lin Modified: head/devel/p5-perlbrew/Makefile head/devel/p5-perlbrew/distinfo (contents, props changed) head/devel/p5-perlbrew/pkg-descr (contents, props changed) Modified: head/devel/p5-perlbrew/Makefile ============================================================================== --- head/devel/p5-perlbrew/Makefile Thu Jan 3 14:38:15 2013 (r309883) +++ head/devel/p5-perlbrew/Makefile Thu Jan 3 14:57:13 2013 (r309884) @@ -1,19 +1,15 @@ -# New ports collection makefile for: p5-perlbrew -# Date created: 2010-10-20 -# Whom: ports@c0decafe.net -# +# Created by: ports@c0decafe.net # $FreeBSD$ -# PORTNAME= perlbrew -PORTVERSION= 0.42 +PORTVERSION= 0.58 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:GUGOD PKGNAMEPREFIX= p5- DISTNAME= App-${PORTNAME}-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= linpc@cs.nctu.edu.tw COMMENT= Perl Environment manager BUILD_DEPENDS= p5-CPAN-Perl-Releases>=0:${PORTSDIR}/devel/p5-CPAN-Perl-Releases \ Modified: head/devel/p5-perlbrew/distinfo ============================================================================== --- head/devel/p5-perlbrew/distinfo Thu Jan 3 14:38:15 2013 (r309883) +++ head/devel/p5-perlbrew/distinfo Thu Jan 3 14:57:13 2013 (r309884) @@ -1,2 +1,2 @@ -SHA256 (App-perlbrew-0.42.tar.gz) = eea1dbda7b81bb514ff7f07b1f42be18c7a670a0a8baf3b58c15fb61ba646b14 -SIZE (App-perlbrew-0.42.tar.gz) = 67908 +SHA256 (App-perlbrew-0.58.tar.gz) = 16ff20f350135b1dbd2f65387b0491b633e71d17e7e7114e2207098b1ca344f8 +SIZE (App-perlbrew-0.58.tar.gz) = 74844 Modified: head/devel/p5-perlbrew/pkg-descr ============================================================================== --- head/devel/p5-perlbrew/pkg-descr Thu Jan 3 14:38:15 2013 (r309883) +++ head/devel/p5-perlbrew/pkg-descr Thu Jan 3 14:57:13 2013 (r309884) @@ -1,7 +1,7 @@ perlbrew is a program to automate the building and installation of perl in the users HOME. -At the moment, it installs everything to ~/perl5/perlbrew, +By default, it installs everything to $ENV{HOME}/perl5/perlbrew, and requires you to tweak your PATH by including a bashrc/cshrc file it provides. @@ -11,4 +11,4 @@ your HOME too. It's a completely separate perl environment. -WWW: http://search.cpan.org/dist/App-perlbrew/ +WWW: http://search.cpan.org/dist/App-perlbrew/ _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-perl@FreeBSD.ORG Thu Jan 3 15:00:05 2013 Return-Path: Delivered-To: perl@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C4AB6FD7 for ; Thu, 3 Jan 2013 15:00:05 +0000 (UTC) (envelope-from portscout@portscout.freebsd.org) Received: from null.zi0r.com (null.zi0r.com [71.245.171.204]) by mx1.freebsd.org (Postfix) with ESMTP id 79C6CDB5 for ; Thu, 3 Jan 2013 15:00:05 +0000 (UTC) Received: from null.zi0r.com (localhost [127.0.0.1]) by null.zi0r.com (8.14.5/8.14.5) with ESMTP id r03ExxBs046499 for ; Thu, 3 Jan 2013 09:59:59 -0500 (EST) (envelope-from portscout@null.zi0r.com) Received: (from portscout@localhost) by null.zi0r.com (8.14.5/8.14.5/Submit) id r03ExxYa046469; Thu, 3 Jan 2013 09:59:59 -0500 (EST) (envelope-from portscout) Message-Id: <201301031459.r03ExxYa046469@null.zi0r.com> MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain Date: Thu, 3 Jan 2013 09:59:59 -0500 From: portscout@portscout.freebsd.org To: perl@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.14 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, 03 Jan 2013 15:00:05 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/perl@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ devel/p5-Proc-Fork | 0.71 | 0.801 ------------------------------------------------+-----------------+------------ dns/p5-Net-DNS-ZoneFile-Fast | 1.17 | 1.18 ------------------------------------------------+-----------------+------------ mail/p5-Log-Procmail | 0.11 | 0.12 ------------------------------------------------+-----------------+------------ textproc/p5-podlators | 2.4.2 | 2.5.0 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt If wish to stop receiving portscout reminders, please contact portscout@portscout.freebsd.org Thanks. From owner-freebsd-perl@FreeBSD.ORG Thu Jan 3 15:06:41 2013 Return-Path: Delivered-To: perl@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 1C78622B; Thu, 3 Jan 2013 15:06:41 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id ED40EDF6; Thu, 3 Jan 2013 15:06:40 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id r03F6e6P053878; Thu, 3 Jan 2013 15:06:40 GMT (envelope-from jadawin@freefall.freebsd.org) Received: (from jadawin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id r03F6en7053874; Thu, 3 Jan 2013 15:06:40 GMT (envelope-from jadawin) Date: Thu, 3 Jan 2013 15:06:40 GMT Message-Id: <201301031506.r03F6en7053874@freefall.freebsd.org> To: linpc@cs.nctu.edu.tw, jadawin@FreeBSD.org, perl@FreeBSD.org From: jadawin@FreeBSD.org Subject: Re: ports/174800: [PATCH] devel/p5-CPAN-Perl-Releases: update to 0.92 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.14 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, 03 Jan 2013 15:06:41 -0000 Synopsis: [PATCH] devel/p5-CPAN-Perl-Releases: update to 0.92 State-Changed-From-To: open->closed State-Changed-By: jadawin State-Changed-When: Thu Jan 3 15:06:40 UTC 2013 State-Changed-Why: Update already done by tobez@. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=174800 From owner-freebsd-perl@FreeBSD.ORG Fri Jan 4 08:53:00 2013 Return-Path: Delivered-To: perl@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id EC190CB6; Fri, 4 Jan 2013 08:53:00 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id C5D176E8; Fri, 4 Jan 2013 08:53:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id r048r0qA017446; Fri, 4 Jan 2013 08:53:00 GMT (envelope-from jadawin@freefall.freebsd.org) Received: (from jadawin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id r048qxJR017442; Fri, 4 Jan 2013 08:52:59 GMT (envelope-from jadawin) Date: Fri, 4 Jan 2013 08:52:59 GMT Message-Id: <201301040852.r048qxJR017442@freefall.freebsd.org> To: linpc@cs.nctu.edu.tw, jadawin@FreeBSD.org, perl@FreeBSD.org From: jadawin@FreeBSD.org Subject: Re: ports/174805: [PATCH] devel/p5-Path-Class: update to 0.29 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.14 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: Fri, 04 Jan 2013 08:53:01 -0000 Synopsis: [PATCH] devel/p5-Path-Class: update to 0.29 State-Changed-From-To: open->closed State-Changed-By: jadawin State-Changed-When: Fri Jan 4 08:52:59 UTC 2013 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=174805 From owner-freebsd-perl@FreeBSD.ORG Fri Jan 4 09:00:01 2013 Return-Path: Delivered-To: perl@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 27992D27 for ; Fri, 4 Jan 2013 09:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 1B2A0718 for ; Fri, 4 Jan 2013 09:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id r04900WN017600 for ; Fri, 4 Jan 2013 09:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id r04900jg017595; Fri, 4 Jan 2013 09:00:00 GMT (envelope-from gnats) Date: Fri, 4 Jan 2013 09:00:00 GMT Message-Id: <201301040900.r04900jg017595@freefall.freebsd.org> To: perl@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/174805: commit references a PR X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.14 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: Fri, 04 Jan 2013 09:00:01 -0000 The following reply was made to PR ports/174805; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/174805: commit references a PR Date: Fri, 4 Jan 2013 08:52:34 +0000 (UTC) Author: jadawin Date: Fri Jan 4 08:52:26 2013 New Revision: 309921 URL: http://svnweb.freebsd.org/changeset/ports/309921 Log: - Update to 0.29 PR: ports/174805 Submitted by: Po-Chien Lin Modified: head/devel/p5-Path-Class/Makefile (contents, props changed) head/devel/p5-Path-Class/distinfo (contents, props changed) head/devel/p5-Path-Class/pkg-descr (contents, props changed) head/devel/p5-Path-Class/pkg-plist (contents, props changed) Modified: head/devel/p5-Path-Class/Makefile ============================================================================== --- head/devel/p5-Path-Class/Makefile Fri Jan 4 08:49:47 2013 (r309920) +++ head/devel/p5-Path-Class/Makefile Fri Jan 4 08:52:26 2013 (r309921) @@ -1,12 +1,8 @@ -# New ports collection makefile for: Path::Class -# Date created: 2004-07-25 -# Whom: Elvis Chiang -# +# Created by: Elvis Chiang # $FreeBSD$ -# PORTNAME= Path-Class -PORTVERSION= 0.26 +PORTVERSION= 0.29 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:KWILLIAMS @@ -32,8 +28,8 @@ PORTDOCS= Changes README post-install: .if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR}/ - cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/ + ${MKDIR} ${DOCSDIR} + cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/ @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." .endif Modified: head/devel/p5-Path-Class/distinfo ============================================================================== --- head/devel/p5-Path-Class/distinfo Fri Jan 4 08:49:47 2013 (r309920) +++ head/devel/p5-Path-Class/distinfo Fri Jan 4 08:52:26 2013 (r309921) @@ -1,2 +1,2 @@ -SHA256 (Path-Class-0.26.tar.gz) = 681a89f6d65ec21448e1aa9e16d42bda196045d17e4bc73752d5a71e40973272 -SIZE (Path-Class-0.26.tar.gz) = 29917 +SHA256 (Path-Class-0.29.tar.gz) = 9f4c88d2550fe959c46a3577db577f58926c9d5df0f69971aa61312c22db7cfc +SIZE (Path-Class-0.29.tar.gz) = 31363 Modified: head/devel/p5-Path-Class/pkg-descr ============================================================================== --- head/devel/p5-Path-Class/pkg-descr Fri Jan 4 08:49:47 2013 (r309920) +++ head/devel/p5-Path-Class/pkg-descr Fri Jan 4 08:52:26 2013 (r309921) @@ -1,4 +1,3 @@ Path::Class - Cross-platform path specification manipulation -Author: Ken Williams -WWW: http://search.cpan.org/dist/Path-Class/ +WWW: http://search.cpan.org/dist/Path-Class/ Modified: head/devel/p5-Path-Class/pkg-plist ============================================================================== --- head/devel/p5-Path-Class/pkg-plist Fri Jan 4 08:49:47 2013 (r309920) +++ head/devel/p5-Path-Class/pkg-plist Fri Jan 4 08:52:26 2013 (r309921) @@ -1,6 +1,6 @@ %%SITE_PERL%%/Path/Class.pm -%%SITE_PERL%%/Path/Class/Entity.pm %%SITE_PERL%%/Path/Class/Dir.pm +%%SITE_PERL%%/Path/Class/Entity.pm %%SITE_PERL%%/Path/Class/File.pm -@dirrm %%SITE_PERL%%/Path/Class +@dirrmtry %%SITE_PERL%%/Path/Class @dirrmtry %%SITE_PERL%%/Path _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-perl@FreeBSD.ORG Fri Jan 4 09:08:47 2013 Return-Path: Delivered-To: perl@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C3AB8F26; Fri, 4 Jan 2013 09:08:47 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id A0719764; Fri, 4 Jan 2013 09:08:47 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id r0498l42018057; Fri, 4 Jan 2013 09:08:47 GMT (envelope-from jadawin@freefall.freebsd.org) Received: (from jadawin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id r0498l62018053; Fri, 4 Jan 2013 09:08:47 GMT (envelope-from jadawin) Date: Fri, 4 Jan 2013 09:08:47 GMT Message-Id: <201301040908.r0498l62018053@freefall.freebsd.org> To: linpc@cs.nctu.edu.tw, jadawin@FreeBSD.org, perl@FreeBSD.org From: jadawin@FreeBSD.org Subject: Re: ports/174809: [PATCH] devel/p5-ExtUtils-MakeMaker: update to 6.64 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.14 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: Fri, 04 Jan 2013 09:08:47 -0000 Synopsis: [PATCH] devel/p5-ExtUtils-MakeMaker: update to 6.64 State-Changed-From-To: open->closed State-Changed-By: jadawin State-Changed-When: Fri Jan 4 09:08:47 UTC 2013 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=174809 From owner-freebsd-perl@FreeBSD.ORG Fri Jan 4 09:10:16 2013 Return-Path: Delivered-To: perl@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 4979FD1 for ; Fri, 4 Jan 2013 09:10:16 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 3D1B2781 for ; Fri, 4 Jan 2013 09:10:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id r049A68M018149 for ; Fri, 4 Jan 2013 09:10:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id r049A619018147; Fri, 4 Jan 2013 09:10:06 GMT (envelope-from gnats) Date: Fri, 4 Jan 2013 09:10:06 GMT Message-Id: <201301040910.r049A619018147@freefall.freebsd.org> To: perl@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/174809: commit references a PR X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.14 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: Fri, 04 Jan 2013 09:10:16 -0000 The following reply was made to PR ports/174809; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/174809: commit references a PR Date: Fri, 4 Jan 2013 09:08:42 +0000 (UTC) Author: jadawin Date: Fri Jan 4 09:08:34 2013 New Revision: 309922 URL: http://svnweb.freebsd.org/changeset/ports/309922 Log: - Update to 6.64 - Remove unnecessary BUILD_DEPENDS - Fix typo in pkg-plist PR: ports/174809 Submitted by: Po-Chien Lin Modified: head/devel/p5-ExtUtils-MakeMaker/Makefile head/devel/p5-ExtUtils-MakeMaker/distinfo (contents, props changed) head/devel/p5-ExtUtils-MakeMaker/pkg-plist (contents, props changed) Modified: head/devel/p5-ExtUtils-MakeMaker/Makefile ============================================================================== --- head/devel/p5-ExtUtils-MakeMaker/Makefile Fri Jan 4 08:52:26 2013 (r309921) +++ head/devel/p5-ExtUtils-MakeMaker/Makefile Fri Jan 4 09:08:34 2013 (r309922) @@ -1,12 +1,8 @@ -# New ports collection makefile for: ExtUtils-MakeMaker -# Date created: Mon Feb 23 00:13:01 EST 2004 -# Whom: Michael Johnson -# +# Created by: Michael Johnson # $FreeBSD$ -# PORTNAME= ExtUtils-MakeMaker -PORTVERSION= 6.62 +PORTVERSION= 6.64 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -37,14 +33,11 @@ MAN3= ExtUtils::Command::MM.3 ExtUtils: #.endif .if ${PERL_LEVEL} < 501400 -BUILD_DEPENDS+= p5-ExtUtils-Manifest>=1.58:${PORTSDIR}/devel/p5-ExtUtils-Manifest \ - p5-version>=0.88:${PORTSDIR}/devel/p5-version RUN_DEPENDS+= p5-ExtUtils-Manifest>=1.58:${PORTSDIR}/devel/p5-ExtUtils-Manifest \ p5-version>=0.88:${PORTSDIR}/devel/p5-version .endif .if ${PERL_LEVEL} < 501600 -BUILD_DEPENDS+= p5-CPAN-Meta>=2.112150:${PORTSDIR}/devel/p5-CPAN-Meta RUN_DEPENDS+= p5-CPAN-Meta>=2.112150:${PORTSDIR}/devel/p5-CPAN-Meta .endif Modified: head/devel/p5-ExtUtils-MakeMaker/distinfo ============================================================================== --- head/devel/p5-ExtUtils-MakeMaker/distinfo Fri Jan 4 08:52:26 2013 (r309921) +++ head/devel/p5-ExtUtils-MakeMaker/distinfo Fri Jan 4 09:08:34 2013 (r309922) @@ -1,2 +1,2 @@ -SHA256 (ExtUtils-MakeMaker-6.62.tar.gz) = 63cd6538e4fa1e2425ec24e9b46c1a446e1ddc91f2a54fea7fbdbbf705f35378 -SIZE (ExtUtils-MakeMaker-6.62.tar.gz) = 415020 +SHA256 (ExtUtils-MakeMaker-6.64.tar.gz) = 1cbfa2aee5e82fa885b841d2be8b2ce7334e06276d32f8fea6da392b28d37fbb +SIZE (ExtUtils-MakeMaker-6.64.tar.gz) = 421787 Modified: head/devel/p5-ExtUtils-MakeMaker/pkg-plist ============================================================================== --- head/devel/p5-ExtUtils-MakeMaker/pkg-plist Fri Jan 4 08:52:26 2013 (r309921) +++ head/devel/p5-ExtUtils-MakeMaker/pkg-plist Fri Jan 4 09:08:34 2013 (r309922) @@ -26,7 +26,7 @@ %%SITE_PERL%%/ExtUtils/Mkbootstrap.pm %%SITE_PERL%%/ExtUtils/Mksymlists.pm %%SITE_PERL%%/ExtUtils/testlib.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto//ExtUtils/MakeMaker/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/ExtUtils/MakeMaker/.packlist @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ExtUtils/MakeMaker @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ExtUtils @dirrmtry %%SITE_PERL%%/ExtUtils/MakeMaker _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-perl@FreeBSD.ORG Fri Jan 4 09:37:26 2013 Return-Path: Delivered-To: perl@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id EA90D845; Fri, 4 Jan 2013 09:37:26 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id C5D64879; Fri, 4 Jan 2013 09:37:26 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id r049bQ28019630; Fri, 4 Jan 2013 09:37:26 GMT (envelope-from jadawin@freefall.freebsd.org) Received: (from jadawin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id r049bQUY019626; Fri, 4 Jan 2013 09:37:26 GMT (envelope-from jadawin) Date: Fri, 4 Jan 2013 09:37:26 GMT Message-Id: <201301040937.r049bQUY019626@freefall.freebsd.org> To: linpc@cs.nctu.edu.tw, jadawin@FreeBSD.org, perl@FreeBSD.org From: jadawin@FreeBSD.org Subject: Re: ports/174821: [PATCH] devel/p5-ExtUtils-XSpp: update to 0.16.03, take maintainership X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.14 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: Fri, 04 Jan 2013 09:37:27 -0000 Synopsis: [PATCH] devel/p5-ExtUtils-XSpp: update to 0.16.03, take maintainership State-Changed-From-To: open->closed State-Changed-By: jadawin State-Changed-When: Fri Jan 4 09:37:26 UTC 2013 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=174821 From owner-freebsd-perl@FreeBSD.ORG Fri Jan 4 09:40:01 2013 Return-Path: Delivered-To: perl@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 5119B884 for ; Fri, 4 Jan 2013 09:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 2753388B for ; Fri, 4 Jan 2013 09:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id r049e13a019721 for ; Fri, 4 Jan 2013 09:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id r049e1wZ019720; Fri, 4 Jan 2013 09:40:01 GMT (envelope-from gnats) Date: Fri, 4 Jan 2013 09:40:01 GMT Message-Id: <201301040940.r049e1wZ019720@freefall.freebsd.org> To: perl@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/174821: commit references a PR X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.14 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: Fri, 04 Jan 2013 09:40:01 -0000 The following reply was made to PR ports/174821; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/174821: commit references a PR Date: Fri, 4 Jan 2013 09:37:04 +0000 (UTC) Author: jadawin Date: Fri Jan 4 09:36:56 2013 New Revision: 309923 URL: http://svnweb.freebsd.org/changeset/ports/309923 Log: - Update to 0.16.03 - Submitter is now maintainer PR: ports/174821 Submitted by: Po-Chien Lin Modified: head/devel/p5-ExtUtils-XSpp/Makefile head/devel/p5-ExtUtils-XSpp/distinfo (contents, props changed) Modified: head/devel/p5-ExtUtils-XSpp/Makefile ============================================================================== --- head/devel/p5-ExtUtils-XSpp/Makefile Fri Jan 4 09:08:34 2013 (r309922) +++ head/devel/p5-ExtUtils-XSpp/Makefile Fri Jan 4 09:36:56 2013 (r309923) @@ -2,16 +2,16 @@ # $FreeBSD$ PORTNAME= ExtUtils-XSpp -PORTVERSION= 0.15 +PORTVERSION= 0.16.03 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= linpc@cs.nctu.edu.tw COMMENT= XS for C++ in Perl -BUILD_DEPENDS= p5-ExtUtils-ParseXS>=2.22.02:${PORTSDIR}/devel/p5-ExtUtils-ParseXS \ - p5-Test-Base>=0:${PORTSDIR}/devel/p5-Test-Base \ +BUILD_DEPENDS= p5-Test-Base>=0:${PORTSDIR}/devel/p5-Test-Base \ p5-Test-Differences>=0:${PORTSDIR}/devel/p5-Test-Differences PERL_MODBUILD= yes @@ -40,4 +40,10 @@ MAN3= ExtUtils::XSpp.3 \ ExtUtils::XSpp::Plugin.3 \ ExtUtils::XSpp::Typemap.3 -.include +.include + +.if ${PERL_LEVEL} < 501301 +BUILD_DEPENDS+= p5-ExtUtils-ParseXS>=2.22.02:${PORTSDIR}/devel/p5-ExtUtils-ParseXS +.endif + +.include Modified: head/devel/p5-ExtUtils-XSpp/distinfo ============================================================================== --- head/devel/p5-ExtUtils-XSpp/distinfo Fri Jan 4 09:08:34 2013 (r309922) +++ head/devel/p5-ExtUtils-XSpp/distinfo Fri Jan 4 09:36:56 2013 (r309923) @@ -1,2 +1,2 @@ -SHA256 (ExtUtils-XSpp-0.15.tar.gz) = a44fefa7c8b967ec0f293b838ba7bcc2d63c0713adb5122a0a66ed2da73dc8b1 -SIZE (ExtUtils-XSpp-0.15.tar.gz) = 172543 +SHA256 (ExtUtils-XSpp-0.1603.tar.gz) = 45f35ee240a4bfd76c2eed4bfcc623a0d23d32b8100f69e27fe5c7eca8712cab +SIZE (ExtUtils-XSpp-0.1603.tar.gz) = 173271 \ No newline at end of file _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-perl@FreeBSD.ORG Fri Jan 4 16:09:04 2013 Return-Path: Delivered-To: perl@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 862FE289 for ; Fri, 4 Jan 2013 16:09:04 +0000 (UTC) (envelope-from portscout@portscout.freebsd.org) Received: from null.zi0r.com (null.zi0r.com [71.245.171.204]) by mx1.freebsd.org (Postfix) with ESMTP id 4CE29B18 for ; Fri, 4 Jan 2013 16:09:04 +0000 (UTC) Received: from null.zi0r.com (localhost [127.0.0.1]) by null.zi0r.com (8.14.5/8.14.5) with ESMTP id r04G8wLC025896 for ; Fri, 4 Jan 2013 11:09:03 -0500 (EST) (envelope-from portscout@null.zi0r.com) Received: (from portscout@localhost) by null.zi0r.com (8.14.5/8.14.5/Submit) id r04G8uGK025890; Fri, 4 Jan 2013 11:08:56 -0500 (EST) (envelope-from portscout) Message-Id: <201301041608.r04G8uGK025890@null.zi0r.com> MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain Date: Fri, 4 Jan 2013 11:08:56 -0500 From: portscout@portscout.freebsd.org To: perl@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.14 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: Fri, 04 Jan 2013 16:09:04 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/perl@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ databases/p5-DBD-Oracle | 1.14 | 1.54 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt If wish to stop receiving portscout reminders, please contact portscout@portscout.freebsd.org Thanks. From owner-freebsd-perl@FreeBSD.ORG Fri Jan 4 22:40:23 2013 Return-Path: Delivered-To: perl@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 8FFBD290 for ; Fri, 4 Jan 2013 22:40:23 +0000 (UTC) (envelope-from jneat@aplussearch.com) Received: from server519.appriver.com (server519c.appriver.com [72.32.252.116]) by mx1.freebsd.org (Postfix) with ESMTP id 6047ED4F for ; Fri, 4 Jan 2013 22:40:22 +0000 (UTC) X-Note-AR-ScanTimeLocal: 1/4/2013 4:35:16 PM X-Policy: GLOBAL - aplussearch.com X-Primary: jneat@aplussearch.com X-Note: This Email was scanned by AppRiver SecureTide X-ALLOW: @aplussearch.com ALLOWED X-Virus-Scan: V- X-Note: Spam Tests Failed: X-Country-Path: ->UNITED STATES->UNITED STATES X-Note-Sending-IP: 216.65.66.58 X-Note-Reverse-DNS: host58.maxim.net X-Note-Return-Path: jneat@aplussearch.com X-Note: User Rule Hits: X-Note: Global Rule Hits: G328 G329 G330 G331 G335 G336 G347 G443 X-Note: Encrypt Rule Hits: X-Note: Mail Class: ALLOWEDSENDER X-Note: Headers Injected Received: from dummy.name; Fri, 04 Jan 2013 16:35:16 -0600 Received: from dummy.name; Fri, 4 Jan 2013 14:28:03 -0800 From: "John F. Neat" To: "perl@FreeBSD.org" Subject: JO:(5032APS) Perl Developer Full-Time Position in Santa Clara, CA Thread-Topic: JO:(5032APS) Perl Developer Full-Time Position in Santa Clara, CA Thread-Index: Ac3qy79euxv5lon7SZmQBORiiZNttQ== Date: Fri, 4 Jan 2013 22:28:02 +0000 Message-ID: <8AE0F6F8ACE49E498AEF0B5D94DEAD6A07B8A6C2@APlusSearch.anrconsultants.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [203.163.253.86] MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.14 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: Fri, 04 Jan 2013 22:40:23 -0000 Hi Yen, Are you or anyone you know available for the position below? If you are not available but know somebody that might be interested in this= opportunity, please let us know as we do offer referral fees. (Please note our non-solicitation policy with existing clients. A+ Search = does not solicit current employees or contractors on contract from our exis= ting clients) Job Order #: 5032APS Position Title: Perl Developer Position Type: FTE Salary: Market Rate Location: Santa Clara, CA Job Description: Our client is a fast growing privately held Security software company that = is looking for a Perl Developer to work on their server applications. As a= server side developer, you will be working side by side with other develop= ers and architects on their SAAS platform and security products. You will = have daily interactions with their product, IT, and QA teams. Job Requirements: *Solid Perl background with 4+ years of work experience *Must have experience with at least one other language such as C++, Java, R= uby, C#, etc. *Must have experience developing web services or web applications in a fast= paced development environment with lightweight requirements *Must have solid algorithm development, analysis, and OOD/OOP skills *Must have experience working with large data sets and databases *Must have working knowledge of HTTP/S, HTML, JS, and SQL *Prefer experience with Linux, VMware, JIRA, SVN, Eclipse, Apache, and Post= greSQL Thanks, John. John Neat |A+ Search|Desk: 650-396-7102|fax: 866-889-9008= | jneat@aplussearch.com |V= iew my profile in LinkedIn & add me For a listing of all the open jobs at A+ Search, please go to www.aplussear= ch.com "Your Staffing Source" If you do not wish to receive job openings from A+ Search, please reply and= type "REMOVE" in the subject line. From owner-freebsd-perl@FreeBSD.ORG Sat Jan 5 15:14:59 2013 Return-Path: Delivered-To: perl@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id EC062E80 for ; Sat, 5 Jan 2013 15:14:59 +0000 (UTC) (envelope-from portscout@portscout.freebsd.org) Received: from null.zi0r.com (null.zi0r.com [71.245.171.204]) by mx1.freebsd.org (Postfix) with ESMTP id B19AE113 for ; Sat, 5 Jan 2013 15:14:59 +0000 (UTC) Received: from null.zi0r.com (localhost [127.0.0.1]) by null.zi0r.com (8.14.5/8.14.5) with ESMTP id r05FExn9070642 for ; Sat, 5 Jan 2013 10:14:59 -0500 (EST) (envelope-from portscout@null.zi0r.com) Received: (from portscout@localhost) by null.zi0r.com (8.14.5/8.14.5/Submit) id r05FExCl067825; Sat, 5 Jan 2013 10:14:59 -0500 (EST) (envelope-from portscout) Message-Id: <201301051514.r05FExCl067825@null.zi0r.com> MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain Date: Sat, 5 Jan 2013 10:14:59 -0500 From: portscout@portscout.freebsd.org To: perl@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.14 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, 05 Jan 2013 15:15:00 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/perl@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ devel/p5-Package-Stash | 0.33 | 0.34 ------------------------------------------------+-----------------+------------ devel/p5-Test-WWW-Selenium | 1.33 | 1.35 ------------------------------------------------+-----------------+------------ textproc/p5-XML-Feed | 0.50 | 0.51 ------------------------------------------------+-----------------+------------ www/p5-IMDB-Film | 0.52 | 0.53 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt If wish to stop receiving portscout reminders, please contact portscout@portscout.freebsd.org Thanks. From owner-freebsd-perl@FreeBSD.ORG Sat Jan 5 18:50:10 2013 Return-Path: Delivered-To: perl@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 55DA8C74; Sat, 5 Jan 2013 18:50:10 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 31BEDD39; Sat, 5 Jan 2013 18:50:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id r05IoABJ008969; Sat, 5 Jan 2013 18:50:10 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id r05IoAVL008965; Sat, 5 Jan 2013 18:50:10 GMT (envelope-from edwin) Date: Sat, 5 Jan 2013 18:50:10 GMT Message-Id: <201301051850.r05IoAVL008965@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/175050: [MAINTAINER] devel/p5-Test-Class-Most: update to 0.08 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.14 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, 05 Jan 2013 18:50:10 -0000 Synopsis: [MAINTAINER] devel/p5-Test-Class-Most: update to 0.08 Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Sat Jan 5 18:50:09 UTC 2013 Responsible-Changed-Why: perl@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=175050 From owner-freebsd-perl@FreeBSD.ORG Sat Jan 5 18:54:22 2013 Return-Path: Delivered-To: perl@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 19A07F30; Sat, 5 Jan 2013 18:54:22 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id E9DC4D90; Sat, 5 Jan 2013 18:54:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id r05IsLok010462; Sat, 5 Jan 2013 18:54:21 GMT (envelope-from culot@freefall.freebsd.org) Received: (from culot@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id r05IsLqX010458; Sat, 5 Jan 2013 18:54:21 GMT (envelope-from culot) Date: Sat, 5 Jan 2013 18:54:21 GMT Message-Id: <201301051854.r05IsLqX010458@freefall.freebsd.org> To: culot@FreeBSD.org, perl@FreeBSD.org, culot@FreeBSD.org From: culot@FreeBSD.org Subject: Re: ports/175050: [MAINTAINER] devel/p5-Test-Class-Most: update to 0.08 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.14 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, 05 Jan 2013 18:54:22 -0000 Synopsis: [MAINTAINER] devel/p5-Test-Class-Most: update to 0.08 Responsible-Changed-From-To: perl->culot Responsible-Changed-By: culot Responsible-Changed-When: Sat Jan 5 18:54:21 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=175050