Sun May 17 14:24:45 2009 UTC ()
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)


(sno)
diff -r1.12 -r1.13 pkgsrc/databases/p5-SQL-Abstract/Makefile
diff -r1.7 -r1.8 pkgsrc/databases/p5-SQL-Abstract/distinfo

cvs diff -r1.12 -r1.13 pkgsrc/databases/p5-SQL-Abstract/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/p5-SQL-Abstract/Makefile 2009/04/30 21:07:59 1.12
+++ pkgsrc/databases/p5-SQL-Abstract/Makefile 2009/05/17 14:24:44 1.13
@@ -1,26 +1,27 @@ @@ -1,26 +1,27 @@
1# $NetBSD: Makefile,v 1.12 2009/04/30 21:07:59 sno Exp $ 1# $NetBSD: Makefile,v 1.13 2009/05/17 14:24:44 sno Exp $
2# 2#
3 3
4DISTNAME= SQL-Abstract-1.53 4DISTNAME= SQL-Abstract-1.55
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6SVR4_PKGNAME= p5sqa 6SVR4_PKGNAME= p5sqa
7CATEGORIES= databases perl5 7CATEGORIES= databases perl5
8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SQL/} 8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SQL/}
9 9
10MAINTAINER= he@NetBSD.org 10MAINTAINER= he@NetBSD.org
11HOMEPAGE= http://search.cpan.org/dist/SQL-Abstract/ 11HOMEPAGE= http://search.cpan.org/dist/SQL-Abstract/
12COMMENT= Generate SQL from Perl data structures 12COMMENT= Generate SQL from Perl data structures
13LICENSE= gnu-gpl-v2 # OR artistic 13LICENSE= gnu-gpl-v2 # OR artistic
14 14
15PKG_DESTDIR_SUPPORT= user-destdir 15PKG_DESTDIR_SUPPORT= user-destdir
16 16
17DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils>=0}:../../devel/p5-Scalar-List-Utils 17DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils>=0}:../../devel/p5-Scalar-List-Utils
18BUILD_DEPENDS+= {perl>=5.10,p5-Test-Simple>0}:../../devel/p5-Test-Simple 18BUILD_DEPENDS+= p5-Clone>=0.31:../../devel/p5-Clone
 19BUILD_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
19BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception 20BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
 21BUILD_DEPENDS+= {perl>=5.10,p5-Test-Simple>0}:../../devel/p5-Test-Simple
20BUILD_DEPENDS+= p5-Test-Warn-[0-9]*:../../devel/p5-Test-Warn 22BUILD_DEPENDS+= p5-Test-Warn-[0-9]*:../../devel/p5-Test-Warn
21BUILD_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep 
22 23
23PERL5_PACKLIST= auto/SQL/Abstract/.packlist 24PERL5_PACKLIST= auto/SQL/Abstract/.packlist
24 25
25.include "../../lang/perl5/module.mk" 26.include "../../lang/perl5/module.mk"
26.include "../../mk/bsd.pkg.mk" 27.include "../../mk/bsd.pkg.mk"

cvs diff -r1.7 -r1.8 pkgsrc/databases/p5-SQL-Abstract/distinfo (expand / switch to unified diff)

--- pkgsrc/databases/p5-SQL-Abstract/distinfo 2009/04/30 21:07:59 1.7
+++ pkgsrc/databases/p5-SQL-Abstract/distinfo 2009/05/17 14:24:44 1.8
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.7 2009/04/30 21:07:59 sno Exp $ 1$NetBSD: distinfo,v 1.8 2009/05/17 14:24:44 sno Exp $
2 2
3SHA1 (SQL-Abstract-1.53.tar.gz) = 774eaca8bf17feb8c00584311915aba879c4fa30 3SHA1 (SQL-Abstract-1.55.tar.gz) = 03c73d7de170e5b7ab44d52a6d2f8ae749e84464
4RMD160 (SQL-Abstract-1.53.tar.gz) = 8cfdcf0fa12c48dac4815f4b3b605e0ec0cbf4d8 4RMD160 (SQL-Abstract-1.55.tar.gz) = 949b3b1eefa5e23f3d7ff37852fde2c152e4cb24
5Size (SQL-Abstract-1.53.tar.gz) = 56384 bytes 5Size (SQL-Abstract-1.55.tar.gz) = 57891 bytes