pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5d2d3e9f4956
branches:  trunk
changeset: 393113:5d2d3e9f4956
user:      sno <sno%pkgsrc.org@localhost>
date:      Sun May 17 14:24:44 2009 +0000

description:
PkgSrc changes:
  - Updating package for p5 module SQL::Abstract from 1.53 to 1.55
  - Adjusting dependencies (and arrange them to alphabetical order)

Upstream changes:
revision 1.55  2009-05-17 22:54 (UTC)
----------------------------
    - make sure that sql generation does not mutate the supplied
      where condition structure

revision 1.54  2009-05-07 17:23 (UTC)
----------------------------
    - allow special_operators to take both code refs and method names
      (makes it possible to properly subclass the builtin ones)

diffstat:

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

diffs (40 lines):

diff -r f9dc2752c0a3 -r 5d2d3e9f4956 databases/p5-SQL-Abstract/Makefile
--- a/databases/p5-SQL-Abstract/Makefile        Sun May 17 14:18:52 2009 +0000
+++ b/databases/p5-SQL-Abstract/Makefile        Sun May 17 14:24:44 2009 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2009/04/30 21:07:59 sno Exp $
+# $NetBSD: Makefile,v 1.13 2009/05/17 14:24:44 sno Exp $
 #
 
-DISTNAME=      SQL-Abstract-1.53
+DISTNAME=      SQL-Abstract-1.55
 PKGNAME=       p5-${DISTNAME}
 SVR4_PKGNAME=  p5sqa
 CATEGORIES=    databases perl5
@@ -15,10 +15,11 @@
 PKG_DESTDIR_SUPPORT=   user-destdir
 
 DEPENDS+=      {perl>=5.10,p5-Scalar-List-Utils>=0}:../../devel/p5-Scalar-List-Utils
-BUILD_DEPENDS+=        {perl>=5.10,p5-Test-Simple>0}:../../devel/p5-Test-Simple
+BUILD_DEPENDS+=        p5-Clone>=0.31:../../devel/p5-Clone
+BUILD_DEPENDS+=        p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
 BUILD_DEPENDS+=        p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
+BUILD_DEPENDS+=        {perl>=5.10,p5-Test-Simple>0}:../../devel/p5-Test-Simple
 BUILD_DEPENDS+=        p5-Test-Warn-[0-9]*:../../devel/p5-Test-Warn
-BUILD_DEPENDS+=        p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
 
 PERL5_PACKLIST=                auto/SQL/Abstract/.packlist
 
diff -r f9dc2752c0a3 -r 5d2d3e9f4956 databases/p5-SQL-Abstract/distinfo
--- a/databases/p5-SQL-Abstract/distinfo        Sun May 17 14:18:52 2009 +0000
+++ b/databases/p5-SQL-Abstract/distinfo        Sun May 17 14:24:44 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2009/04/30 21:07:59 sno Exp $
+$NetBSD: distinfo,v 1.8 2009/05/17 14:24:44 sno Exp $
 
-SHA1 (SQL-Abstract-1.53.tar.gz) = 774eaca8bf17feb8c00584311915aba879c4fa30
-RMD160 (SQL-Abstract-1.53.tar.gz) = 8cfdcf0fa12c48dac4815f4b3b605e0ec0cbf4d8
-Size (SQL-Abstract-1.53.tar.gz) = 56384 bytes
+SHA1 (SQL-Abstract-1.55.tar.gz) = 03c73d7de170e5b7ab44d52a6d2f8ae749e84464
+RMD160 (SQL-Abstract-1.55.tar.gz) = 949b3b1eefa5e23f3d7ff37852fde2c152e4cb24
+Size (SQL-Abstract-1.55.tar.gz) = 57891 bytes



Home | Main Index | Thread Index | Old Index