pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases/ruby-pg



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Feb 25 14:19:24 UTC 2018

Modified Files:
        pkgsrc/databases/ruby-pg: Makefile PLIST distinfo
Removed Files:
        pkgsrc/databases/ruby-pg/patches: patch-ext_extconf.rb

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/databases/ruby-pg/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/databases/ruby-pg/PLIST
cvs rdiff -u -r1.22 -r1.23 pkgsrc/databases/ruby-pg/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/databases/ruby-pg/patches/patch-ext_extconf.rb

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/ruby-pg/Makefile
diff -u pkgsrc/databases/ruby-pg/Makefile:1.29 pkgsrc/databases/ruby-pg/Makefile:1.30
--- pkgsrc/databases/ruby-pg/Makefile:1.29      Mon Sep  4 18:08:19 2017
+++ pkgsrc/databases/ruby-pg/Makefile   Sun Feb 25 14:19:24 2018
@@ -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
 

Index: pkgsrc/databases/ruby-pg/PLIST
diff -u pkgsrc/databases/ruby-pg/PLIST:1.15 pkgsrc/databases/ruby-pg/PLIST:1.16
--- pkgsrc/databases/ruby-pg/PLIST:1.15 Sun Jun 18 15:31:10 2017
+++ pkgsrc/databases/ruby-pg/PLIST      Sun Feb 25 14:19:24 2018
@@ -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/basic_type_mapping.
 ${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

Index: pkgsrc/databases/ruby-pg/distinfo
diff -u pkgsrc/databases/ruby-pg/distinfo:1.22 pkgsrc/databases/ruby-pg/distinfo:1.23
--- pkgsrc/databases/ruby-pg/distinfo:1.22      Sun Jun 18 15:31:10 2017
+++ pkgsrc/databases/ruby-pg/distinfo   Sun Feb 25 14:19:24 2018
@@ -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



Home | Main Index | Thread Index | Old Index