summaryrefslogtreecommitdiff
path: root/databases/p5-SQL-Abstract/Makefile
diff options
context:
space:
mode:
authorsno <sno>2012-09-10 13:26:44 +0000
committersno <sno>2012-09-10 13:26:44 +0000
commite24baf59712e86ab94c3b2abb993bddb72767833 (patch)
tree9fd485a1d620cf4280fd0f7ae3b717d3e6c40e88 /databases/p5-SQL-Abstract/Makefile
parent86383624f8b377b51ecddfc7015cc18fcf10f14c (diff)
downloadpkgsrc-e24baf59712e86ab94c3b2abb993bddb72767833.tar.gz
Updating package for CPAN module SQL::Abstract in databases/p5-SQL-Abstract
from 1.72nb1 to 1.73. pkgsrc changes: - update dependencies upstream changes: revision 1.73 2012-07-10 ---------------------------- - Fix parsing of ORDER BY foo + ? - Stop filling in placeholders in `format-sql` since it does not support passing values for them anyway - Fix parsing of NOT EXISTS - Fix over-eager parenthesis unrolling - Fix deep recursion warnings while parsing obnoxiously long sql statements - Fix incorrect comparison of malformed lists - Fix incorrect reporting of mismatch-members in SQLA::Test - Migrate the -ident operator from DBIC into SQLA - Migrate the -value operator from DBIC into SQLA
Diffstat (limited to 'databases/p5-SQL-Abstract/Makefile')
-rw-r--r--databases/p5-SQL-Abstract/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/databases/p5-SQL-Abstract/Makefile b/databases/p5-SQL-Abstract/Makefile
index 7d52d28d222..8d6cd8ba920 100644
--- a/databases/p5-SQL-Abstract/Makefile
+++ b/databases/p5-SQL-Abstract/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.23 2012/09/03 11:16:27 sno Exp $
+# $NetBSD: Makefile,v 1.24 2012/09/10 13:26:44 sno Exp $
-DISTNAME= SQL-Abstract-1.72
+DISTNAME= SQL-Abstract-1.73
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
SVR4_PKGNAME= p5sqa
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SQL/}
@@ -14,11 +13,11 @@ LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
-DEPENDS+= p5-Class-Accessor-Grouped>=0.09005:../../devel/p5-Class-Accessor-Grouped
+DEPENDS+= p5-Class-Accessor-Grouped>=0.10005:../../devel/p5-Class-Accessor-Grouped
+DEPENDS+= p5-Getopt-Long-Descriptive>=0.091:../../devel/p5-Getopt-Long-Descriptive
DEPENDS+= p5-Hash-Merge>=0.12:../../devel/p5-Hash-Merge
DEPENDS+= {perl>=5.7.3,p5-Scalar-List-Utils-[0-9]*}:../../devel/p5-Scalar-List-Utils
-BUILD_DEPENDS+= p5-Test-Deep>=0.106:../../devel/p5-Test-Deep
BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.92}:../../devel/p5-Test-Simple
BUILD_DEPENDS+= p5-Test-Warn-[0-9]*:../../devel/p5-Test-Warn