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)
This commit is contained in:
parent
87cc0461bf
commit
fad0d373df
2 changed files with 10 additions and 9 deletions
|
@ -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-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
|
||||
BUILD_DEPENDS+= p5-Test-Warn-[0-9]*:../../devel/p5-Test-Warn
|
||||
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
|
||||
|
||||
PERL5_PACKLIST= auto/SQL/Abstract/.packlist
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue