pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/ruby-pg databases/ruby-pg: update to 1.0.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/6f136a695d55
branches: trunk
changeset: 375925:6f136a695d55
user: taca <taca%pkgsrc.org@localhost>
date: Sun Feb 25 14:19:24 2018 +0000
description:
databases/ruby-pg: update to 1.0.0
v1.0.0 [2018-01-10] Michael Granger <ged%FaerieMUD.org@localhost>
Deprecated:
* Deprecate Ruby older than 2.2.
* Deprecate Connection#socket in favor of #socket_io.
Removed:
* Remove compatibility code for Ruby < 2.0 and PostgreSQL < 9.2.
* Remove partial compatibility with Rubinius.
* Remove top-level constants PGconn, PGresult, and PGError.
Enhancements:
* Update error codes to PostgreSQL-10
* Update Windows binary gems to Ruby-2.5, PostgreSQL 10.1 and OpenSSL 1.1.0g.
Bugfixes:
* Fix URI detection for connection strings. #265 (thanks to jjoos)
* MINGW: Workaround segfault due to GCC linker error in conjunction with
MSVC. This happens when linking to PostgreSQL-10.0-x64 from EnterpriseDB.
Documentation fixes:
* Add PostgreSQL version since when the given function is supported. #263
* Better documentation to `encoder` and `decoder` arguments of COPY related
methods.
diffstat:
databases/ruby-pg/Makefile | 4 ++--
databases/ruby-pg/PLIST | 3 +--
databases/ruby-pg/distinfo | 10 +++++-----
databases/ruby-pg/patches/patch-ext_extconf.rb | 17 -----------------
4 files changed, 8 insertions(+), 26 deletions(-)
diffs (66 lines):
diff -r e22de421315c -r 6f136a695d55 databases/ruby-pg/Makefile
--- a/databases/ruby-pg/Makefile Sun Feb 25 14:08:47 2018 +0000
+++ b/databases/ruby-pg/Makefile Sun Feb 25 14:19:24 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2017/09/04 18:08:19 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2018/02/25 14:19:24 taca Exp $
-DISTNAME= pg-0.21.0
+DISTNAME= pg-1.0.0
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:C/postgres/&ql/}
CATEGORIES= databases
diff -r e22de421315c -r 6f136a695d55 databases/ruby-pg/PLIST
--- a/databases/ruby-pg/PLIST Sun Feb 25 14:08:47 2018 +0000
+++ b/databases/ruby-pg/PLIST Sun Feb 25 14:19:24 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2017/06/18 15:31:10 taca Exp $
+@comment $NetBSD: PLIST,v 1.16 2018/02/25 14:19:24 taca Exp $
${GEM_HOME}/build_info/${GEM_NAME}.info
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_EXTSDIR}/gem.build_complete
@@ -51,7 +51,6 @@
${GEM_LIBDIR}/lib/pg/coder.rb
${GEM_LIBDIR}/lib/pg/connection.rb
${GEM_LIBDIR}/lib/pg/constants.rb
-${GEM_LIBDIR}/lib/pg/deprecated_constants.rb
${GEM_LIBDIR}/lib/pg/exceptions.rb
${GEM_LIBDIR}/lib/pg/result.rb
${GEM_LIBDIR}/lib/pg/text_decoder.rb
diff -r e22de421315c -r 6f136a695d55 databases/ruby-pg/distinfo
--- a/databases/ruby-pg/distinfo Sun Feb 25 14:08:47 2018 +0000
+++ b/databases/ruby-pg/distinfo Sun Feb 25 14:19:24 2018 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.22 2017/06/18 15:31:10 taca Exp $
+$NetBSD: distinfo,v 1.23 2018/02/25 14:19:24 taca Exp $
-SHA1 (pg-0.21.0.gem) = a0e124a761fc0c9cb0e1518d91370f867faadb42
-RMD160 (pg-0.21.0.gem) = e181b489cfd466e2ec5d16a37e732d325ef3ea12
-SHA512 (pg-0.21.0.gem) = 590a8c34487d2cf030082cfff87b2cc83b636df06a931e394acfb098ecb5728e793d777f125b036ee9953bbd21ec5facf91c932930acccb507d3394f2fc4cc5b
-Size (pg-0.21.0.gem) = 214016 bytes
+SHA1 (pg-1.0.0.gem) = ef2bbde400a47744aea9b32948331d0ad318c3d2
+RMD160 (pg-1.0.0.gem) = bef8ef8f340435b932028bf569e7ddb81e5e094a
+SHA512 (pg-1.0.0.gem) = 1cac025ab8a95b4429534b98377eedeb1e3f8b2c4a859363c4174d477577caf39557b002cde4e745189fa9a29e9181ff9d564d822f15ff5c4f03f7389b0d0398
+Size (pg-1.0.0.gem) = 213504 bytes
SHA1 (patch-ext_extconf.rb) = 161b826521c4e3b5a5c6aaa88dae572e36257b9c
diff -r e22de421315c -r 6f136a695d55 databases/ruby-pg/patches/patch-ext_extconf.rb
--- a/databases/ruby-pg/patches/patch-ext_extconf.rb Sun Feb 25 14:08:47 2018 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-$NetBSD: patch-ext_extconf.rb,v 1.1 2016/03/18 13:18:53 fhajny Exp $
-
-Fix SunOS build with Ruby 2.3.
-
-Upstream bug report:
-https://bitbucket.org/ged/ruby-pg/issues/236
-
---- ext/extconf.rb.orig 2016-03-18 12:46:37.072825799 +0000
-+++ ext/extconf.rb
-@@ -1,6 +1,7 @@
- require 'pp'
- require 'mkmf'
-
-+$CPPFLAGS << ' -D__EXTENSIONS__'
-
- if ENV['MAINTAINER_MODE']
- $stderr.puts "Maintainer mode enabled."
Home |
Main Index |
Thread Index |
Old Index