summaryrefslogtreecommitdiff
path: root/databases/ruby-pg/Makefile
diff options
context:
space:
mode:
authortaca <taca>2009-10-17 09:24:13 +0000
committertaca <taca>2009-10-17 09:24:13 +0000
commitc2ba107178e7ea9bdbdcec23e3cbf96f380e7f18 (patch)
tree0275a8f6761423e8a7f5e02d8b7f8b6da5aaa323 /databases/ruby-pg/Makefile
parent1ff97014bce67f342bb92f9358c9a1b13242f0a7 (diff)
downloadpkgsrc-c2ba107178e7ea9bdbdcec23e3cbf96f380e7f18.tar.gz
Update ruby-pg package to 0.8.0.
* Add LICENSE. Release Name: ruby-pg-0.8.0 Notes: This release provides much better support for win32. Big thanks to: Charlie Savage <cfis [at] savagexi [dot] com> Also, numerous bug fixes, better support for Ruby 1.9.1, and improved tests. Changes: * many windows fixes and improvements (cfis) * some 1.9 fixes (jdavis, cfis) * fix headers to work on 1.8 and 1.9 (jdavis) * fix PGconn#lo_close, bug #24634, thanks to tietew for report (jdavis) * Fix socket leak on connection error, bug #24920, thanks to Andrea Barisani <andrea [at] inversepath [dot] com> and Rob Holland <rob [at] inversepath [dot] com> for report (jdavis)
Diffstat (limited to 'databases/ruby-pg/Makefile')
-rw-r--r--databases/ruby-pg/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/ruby-pg/Makefile b/databases/ruby-pg/Makefile
index 4036086968d..cc7afd3bfc6 100644
--- a/databases/ruby-pg/Makefile
+++ b/databases/ruby-pg/Makefile
@@ -1,12 +1,13 @@
-# $NetBSD: Makefile,v 1.1 2008/10/16 21:48:26 erh Exp $
+# $NetBSD: Makefile,v 1.2 2009/10/17 09:24:13 taca Exp $
-DISTNAME= pg-0.7.9.2008.01.28
+DISTNAME= pg-0.8.0
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:C/postgres/&ql/}
CATEGORIES= databases
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://rubyforge.org/projects/ruby-pg/
COMMENT= Ruby extension for PostgreSQL
+LICENSE= gnu-gpl-v2
GEM_BUILD= gemspec
CONFIGURE_ARGS= --with-pgsql-include-dir=${PGSQL_PREFIX}/include/postgresql \