summaryrefslogtreecommitdiff
path: root/databases/p5-SQL-Abstract/Makefile
diff options
context:
space:
mode:
authorschmonz <schmonz>2014-06-09 18:35:48 +0000
committerschmonz <schmonz>2014-06-09 18:35:48 +0000
commitb8cb4c57568a914c8a4238e226ca12ed271d8026 (patch)
treeb334140c0dadcd8c07b10d5bb8caf923a68352fd /databases/p5-SQL-Abstract/Makefile
parentcc896adfd64bae1248751fce25b066f8779c48c7 (diff)
downloadpkgsrc-b8cb4c57568a914c8a4238e226ca12ed271d8026.tar.gz
Update to 1.78. From the changelog:
- Fix parsing of binary ops to correctly take up only a single LHS element, instead of gobbling up the entire parse-to-date - Explicitly handle ROW_NUMBER() OVER as the snowflake-operator it is - Improve signatures/documentation of is_same_sql_bind / eq_sql_bind - Retire script/format-sql - the utility needs more work to be truly end-user convenient
Diffstat (limited to 'databases/p5-SQL-Abstract/Makefile')
-rw-r--r--databases/p5-SQL-Abstract/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/p5-SQL-Abstract/Makefile b/databases/p5-SQL-Abstract/Makefile
index 7c0e0dc422f..55d59075471 100644
--- a/databases/p5-SQL-Abstract/Makefile
+++ b/databases/p5-SQL-Abstract/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.30 2014/05/29 23:35:30 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2014/06/09 18:35:48 schmonz Exp $
-DISTNAME= SQL-Abstract-1.77
+DISTNAME= SQL-Abstract-1.78
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
SVR4_PKGNAME= p5sqa
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SQL/}