diff options
author | sno <sno@pkgsrc.org> | 2009-05-17 14:24:44 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-05-17 14:24:44 +0000 |
commit | 0fa2b3a63266b0d648156ff433f94452b06960bd (patch) | |
tree | 7e88c8111b665058b3f8fd0a4901425b10a745be /databases/p5-SQL-Abstract | |
parent | 041700f4d5dc7ea37668f7fcea4c1e071f4588e2 (diff) | |
download | pkgsrc-0fa2b3a63266b0d648156ff433f94452b06960bd.tar.gz |
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 (limited to 'databases/p5-SQL-Abstract')
-rw-r--r-- | databases/p5-SQL-Abstract/Makefile | 9 | ||||
-rw-r--r-- | databases/p5-SQL-Abstract/distinfo | 8 |
2 files changed, 9 insertions, 8 deletions
diff --git a/databases/p5-SQL-Abstract/Makefile b/databases/p5-SQL-Abstract/Makefile index 91dab08f8c6..15cb6564c4e 100644 --- a/databases/p5-SQL-Abstract/Makefile +++ b/databases/p5-SQL-Abstract/Makefile @@ -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 @@ LICENSE= gnu-gpl-v2 # OR artistic 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 --git a/databases/p5-SQL-Abstract/distinfo b/databases/p5-SQL-Abstract/distinfo index bbf486410b5..7f0e25e33ab 100644 --- a/databases/p5-SQL-Abstract/distinfo +++ b/databases/p5-SQL-Abstract/distinfo @@ -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 |