From owner-freebsd-perl@FreeBSD.ORG Tue Dec 14 14:10:12 2010 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 358931065672 for ; Tue, 14 Dec 2010 14:10:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 245568FC1A for ; Tue, 14 Dec 2010 14:10:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oBEEABAc069465 for ; Tue, 14 Dec 2010 14:10:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oBEEABXV069464; Tue, 14 Dec 2010 14:10:11 GMT (envelope-from gnats) Date: Tue, 14 Dec 2010 14:10:11 GMT Message-Id: <201012141410.oBEEABXV069464@freefall.freebsd.org> To: perl@FreeBSD.org From: parv@pair.com Cc: Subject: Re: ports/153134: [Update]databases/p5-DBIx-Simple:update to 1.34 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: parv@pair.com 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, 14 Dec 2010 14:10:12 -0000 The following reply was made to PR ports/153134; it has been noted by GNATS. From: parv@pair.com To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/153134: [Update]databases/p5-DBIx-Simple:update to 1.34 Date: Tue, 14 Dec 2010 03:47:50 -1000 --82I3+IH0IqGh5yIs Content-Type: text/plain; charset=us-ascii Content-Disposition: inline in message <20101214003021.56C381065701@hub.freebsd.org>, wrote Edwin Groothuis thusly... > > Maintainer of databases/p5-DBIx-Simple, > > Please note that PR ports/153134 has just been submitted. Thanks Wen H. > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/153134 The patch included in PR was failing to update Makefile. Included is my patch with everything else included as is & Makefile patch regenerated. Please apply the patch included in this mail. Note that I have cut off description of the first option as extra text was too long, making console dialog look like ... descr 1 opt 1 desc 2 opt 2 ... - parv -- --82I3+IH0IqGh5yIs Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="perl.patch" diff -urN databases/p5-DBIx-Simple.orig/Makefile databases/p5-DBIx-Simple/Makefile --- databases/p5-DBIx-Simple.orig/Makefile 2008-02-21 02:19:25.000000000 -1000 +++ databases/p5-DBIx-Simple/Makefile 2010-12-14 03:37:52.000000000 -1000 @@ -6,7 +6,7 @@ # PORTNAME= DBIx-Simple -PORTVERSION= 1.32 +PORTVERSION= 1.34 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,7 +16,7 @@ RUN_DEPENDS= p5-DBI>=1.21:${PORTSDIR}/databases/p5-DBI -OPTIONS= SQL_INTERP "Interpolate Perl variables into SQL with DBI" off \ +OPTIONS= SQL_INTERP "Interpolate Perl variables into SQL" off \ SQL_ABSTRACT "Generate SQL from Perl data structures" off \ DBIX_XHTML_TABLE "Create XHTML tables from SQL queries" off \ TEXT_TABLE "Create plain text table from data" off @@ -25,7 +25,8 @@ MAN3= DBIx::Simple.3 \ DBIx::Simple::Examples.3 \ - DBIx::Simple::Comparison.3 + DBIx::Simple::Comparison.3 \ + DBIx::Simple::Result::RowObject.3 .include diff -urN databases/p5-DBIx-Simple.orig/distinfo databases/p5-DBIx-Simple/distinfo --- databases/p5-DBIx-Simple.orig/distinfo 2008-02-21 02:19:25.000000000 -1000 +++ databases/p5-DBIx-Simple/distinfo 2010-12-14 03:28:23.000000000 -1000 @@ -1,3 +1,2 @@ -MD5 (DBIx-Simple-1.32.tar.gz) = c1d7bf0ab453e7e00715d9d4e71102d8 -SHA256 (DBIx-Simple-1.32.tar.gz) = 226917bffbe3ad0e88295046ed4d25785bc6175e696fb77f8302226bc947fe36 -SIZE (DBIx-Simple-1.32.tar.gz) = 16475 +SHA256 (DBIx-Simple-1.34.tar.gz) = af2f99495e592414cb6bda2726e5830f070a78f481a0fb454d3151c96550698e +SIZE (DBIx-Simple-1.34.tar.gz) = 19088 diff -urN databases/p5-DBIx-Simple.orig/pkg-plist databases/p5-DBIx-Simple/pkg-plist --- databases/p5-DBIx-Simple.orig/pkg-plist 2008-02-21 02:19:25.000000000 -1000 +++ databases/p5-DBIx-Simple/pkg-plist 2010-12-14 03:02:20.000000000 -1000 @@ -1,7 +1,9 @@ %%SITE_PERL%%/DBIx/Simple.pm %%SITE_PERL%%/DBIx/Simple/Comparison.pod %%SITE_PERL%%/DBIx/Simple/Examples.pod +%%SITE_PERL%%/DBIx/Simple/Result/RowObject.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Simple/.packlist +@dirrm %%SITE_PERL%%/DBIx/Simple/Result @dirrm %%SITE_PERL%%/DBIx/Simple @dirrmtry %%SITE_PERL%%/DBIx @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Simple --82I3+IH0IqGh5yIs--