pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/p5-SQL-Statement PkgSrc changes:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9dfc4b001efe
branches:  trunk
changeset: 555851:9dfc4b001efe
user:      sno <sno%pkgsrc.org@localhost>
date:      Tue Mar 10 17:38:24 2009 +0000

description:
PkgSrc changes:

- Updating module to 1.20

Upstream changes:

Version 1.20, released March 5th, 2009
------------------------------------------

* Fixed Makefile in MANIFEST (reported by Havard Eidnes in RT #43586)
* Fixed invalid label FETCHROW used (reported by Michael in RT #42982)
* separated update_one_row and update_specific_row method names for tables
  to avoid confusion

Auto-Oked by rhaen@, because I maintain the CPAN module

diffstat:

 databases/p5-SQL-Statement/Makefile |  11 +++++------
 databases/p5-SQL-Statement/distinfo |   8 ++++----
 2 files changed, 9 insertions(+), 10 deletions(-)

diffs (46 lines):

diff -r a12c0cc6e4c2 -r 9dfc4b001efe databases/p5-SQL-Statement/Makefile
--- a/databases/p5-SQL-Statement/Makefile       Tue Mar 10 17:35:59 2009 +0000
+++ b/databases/p5-SQL-Statement/Makefile       Tue Mar 10 17:38:24 2009 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.26 2009/02/25 21:06:00 sno Exp $
+# $NetBSD: Makefile,v 1.27 2009/03/10 17:38:24 sno Exp $
 #
 
-DISTNAME=      SQL-Statement-1.19
+DISTNAME=      SQL-Statement-1.20
 PKGNAME=       p5-${DISTNAME}
 SVR4_PKGNAME=  p5sqs
 CATEGORIES=    databases perl5
@@ -11,10 +11,6 @@
 HOMEPAGE=      http://search.cpan.org/dist/SQL-Statement/
 COMMENT=       Small, abstract SQL engine
 
-DEPENDS+=      p5-Clone>=0.30:../../devel/p5-Clone
-DEPENDS+=      p5-Params-Util>=0.35:../../devel/p5-Params-Util
-DEPENDS+=      p5-Test-Simple>=0.86:../../devel/p5-Test-Simple
-
 PKG_DESTDIR_SUPPORT=   user-destdir
 
 DEPENDS+=      p5-Test-Simple>=0.86:../../devel/p5-Test-Simple
@@ -23,5 +19,8 @@
 
 PERL5_PACKLIST=                auto/SQL/Statement/.packlist
 
+pre-configure:
+       cd ${WRKSRC} && find `pwd` -name "*.orig" -type f | xargs rm
+
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r a12c0cc6e4c2 -r 9dfc4b001efe databases/p5-SQL-Statement/distinfo
--- a/databases/p5-SQL-Statement/distinfo       Tue Mar 10 17:35:59 2009 +0000
+++ b/databases/p5-SQL-Statement/distinfo       Tue Mar 10 17:38:24 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2009/02/24 20:44:54 he Exp $
+$NetBSD: distinfo,v 1.12 2009/03/10 17:38:24 sno Exp $
 
-SHA1 (SQL-Statement-1.19.tar.gz) = 102c292f7173b44d739e24abe1ac9bbee42f79ef
-RMD160 (SQL-Statement-1.19.tar.gz) = 84703efa17e4495fa256738db5df7f574b21b2b8
-Size (SQL-Statement-1.19.tar.gz) = 117823 bytes
+SHA1 (SQL-Statement-1.20.tar.gz) = 795585cc075fd9e128c951a636c94a41333656b2
+RMD160 (SQL-Statement-1.20.tar.gz) = 7864d380001e18e3d7dbca2309aab9e84d7e1179
+Size (SQL-Statement-1.20.tar.gz) = 92966 bytes



Home | Main Index | Thread Index | Old Index