summaryrefslogtreecommitdiff
path: root/databases/ruby-arel/Makefile
diff options
context:
space:
mode:
authortaca <taca>2012-03-02 03:25:39 +0000
committertaca <taca>2012-03-02 03:25:39 +0000
commit9c02a70e4217e0adff6e0e229927ea232e8d6cf4 (patch)
tree6c860bb394c4894fdb38e85daa8bb0e9f0417ee8 /databases/ruby-arel/Makefile
parentea476a64e955ee398c225ab4191430dfda695828 (diff)
downloadpkgsrc-9c02a70e4217e0adff6e0e229927ea232e8d6cf4.tar.gz
Update ruby-arel package to 2.2.3.
Exacat changes aren't available but some bugfixes and support of bind parameters can be differentiated from sql literals.
Diffstat (limited to 'databases/ruby-arel/Makefile')
-rw-r--r--databases/ruby-arel/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/ruby-arel/Makefile b/databases/ruby-arel/Makefile
index ed8d36edfcf..6df225e0f33 100644
--- a/databases/ruby-arel/Makefile
+++ b/databases/ruby-arel/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2011/12/14 16:27:38 taca Exp $
+# $NetBSD: Makefile,v 1.6 2012/03/02 03:25:39 taca Exp $
-DISTNAME= arel-2.2.1
+DISTNAME= arel-2.2.3
CATEGORIES= databases
-# Note: databases/ruby-activerecord3 requires ruby-arel<2.1.
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://github.com/brynary/arel/
COMMENT= Arel is a relational algebra engine for Ruby