ports/153134: [Update]databases/p5-DBIx-Simple:update to 1.34

parv at pair.com parv at pair.com
Tue Dec 14 14:10:12 UTC 2010


The following reply was made to PR ports/153134; it has been noted by GNATS.

From: parv at pair.com
To: bug-followup at 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 at 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 <bsd.port.pre.mk>
  
 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
 + at 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--


More information about the freebsd-perl mailing list