pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/ruby-postgres_ext



Module Name:    pkgsrc
Committed By:   taca
Date:           Thu Jan 16 15:17:32 UTC 2020

Modified Files:
        pkgsrc/databases/ruby-postgres_ext: Makefile PLIST distinfo

Log Message:
databases/ruby-postgres_ext: update to 3.0.1

## 3.0.1

 * Small doc updates


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/databases/ruby-postgres_ext/Makefile \
    pkgsrc/databases/ruby-postgres_ext/PLIST \
    pkgsrc/databases/ruby-postgres_ext/distinfo

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-postgres_ext/Makefile
diff -u pkgsrc/databases/ruby-postgres_ext/Makefile:1.1 pkgsrc/databases/ruby-postgres_ext/Makefile:1.2
--- pkgsrc/databases/ruby-postgres_ext/Makefile:1.1     Tue Sep 26 16:25:55 2017
+++ pkgsrc/databases/ruby-postgres_ext/Makefile Thu Jan 16 15:17:32 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2017/09/26 16:25:55 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2020/01/16 15:17:32 taca Exp $
 
-DISTNAME=      postgres_ext-3.0.0
+DISTNAME=      postgres_ext-3.0.1
 CATEGORIES=    databases
 
 MAINTAINER=    minskim%NetBSD.org@localhost
@@ -8,9 +8,13 @@ HOMEPAGE=      https://github.com/dockyard/po
 COMMENT=       Native PostgreSQL data types for ActiveRecord
 LICENSE=       mit
 
-DEPENDS+=      ${RUBY_PKGPREFIX}-activerecord42>=4.0.0:../../databases/ruby-activerecord42
+DEPENDS+=      ${RUBY_ACTIVERECORD_DEPENDS}
 DEPENDS+=      ${RUBY_PKGPREFIX}-arel>=4.0.1:../../databases/ruby-arel
 DEPENDS+=      ${RUBY_PKGPREFIX}-pg_array_parser>=0.0.9:../../databases/ruby-pg_array_parser
 
+USE_LANGUAGES= # none
+
+RUBY_RAILS_ACCEPTED=   42
+
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/databases/ruby-postgres_ext/PLIST
diff -u pkgsrc/databases/ruby-postgres_ext/PLIST:1.1 pkgsrc/databases/ruby-postgres_ext/PLIST:1.2
--- pkgsrc/databases/ruby-postgres_ext/PLIST:1.1        Tue Sep 26 16:25:55 2017
+++ pkgsrc/databases/ruby-postgres_ext/PLIST    Thu Jan 16 15:17:32 2020
@@ -1,10 +1,12 @@
-@comment $NetBSD: PLIST,v 1.1 2017/09/26 16:25:55 minskim Exp $
+@comment $NetBSD: PLIST,v 1.2 2020/01/16 15:17:32 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/.gitignore
 ${GEM_LIBDIR}/.travis.yml
 ${GEM_LIBDIR}/CHANGELOG.md
+${GEM_LIBDIR}/CODE_OF_CONDUCT.md
 ${GEM_LIBDIR}/CONTRIBUTING.md
 ${GEM_LIBDIR}/Gemfile
+${GEM_LIBDIR}/LICENSE
 ${GEM_LIBDIR}/README.md
 ${GEM_LIBDIR}/Rakefile
 ${GEM_LIBDIR}/docs/querying.md
@@ -35,6 +37,7 @@ ${GEM_LIBDIR}/lib/postgres_ext/version.r
 ${GEM_LIBDIR}/postgres_ext.gemspec
 ${GEM_LIBDIR}/test/arel/array_test.rb
 ${GEM_LIBDIR}/test/arel/inet_test.rb
+${GEM_LIBDIR}/test/queries/alias_test.rb
 ${GEM_LIBDIR}/test/queries/array_queries_test.rb
 ${GEM_LIBDIR}/test/queries/common_table_expression_test.rb
 ${GEM_LIBDIR}/test/queries/contains_test.rb
Index: pkgsrc/databases/ruby-postgres_ext/distinfo
diff -u pkgsrc/databases/ruby-postgres_ext/distinfo:1.1 pkgsrc/databases/ruby-postgres_ext/distinfo:1.2
--- pkgsrc/databases/ruby-postgres_ext/distinfo:1.1     Tue Sep 26 16:25:55 2017
+++ pkgsrc/databases/ruby-postgres_ext/distinfo Thu Jan 16 15:17:32 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2017/09/26 16:25:55 minskim Exp $
+$NetBSD: distinfo,v 1.2 2020/01/16 15:17:32 taca Exp $
 
-SHA1 (postgres_ext-3.0.0.gem) = a87ea4dbc98dbc72fc388b96e07fcda84aeed1a4
-RMD160 (postgres_ext-3.0.0.gem) = 276807e8c32845233efe715eb25412bd58b6cf87
-SHA512 (postgres_ext-3.0.0.gem) = 3d17a0f6ed98badf5c196ddc78e50d47c6a24edc19276f3939255f3d23490e30a3abc344da020d0480a8ec73586c6084349caf472f735461c4f9b6084d4d2c52
-Size (postgres_ext-3.0.0.gem) = 21504 bytes
+SHA1 (postgres_ext-3.0.1.gem) = 60dc47991c25e6f3593a4062f4fa0fcea64b9756
+RMD160 (postgres_ext-3.0.1.gem) = 66e4074fe75f5b2930cb35a1aaebaed23dff8d36
+SHA512 (postgres_ext-3.0.1.gem) = da1f47e90e12229f675955491d21eea56a349213db963e7a6e29886c1f5b8773a1988ca224be4abf5163e66e4189d98e9adf85d61e201488e5c13b36bc6f7b4f
+Size (postgres_ext-3.0.1.gem) = 24064 bytes



Home | Main Index | Thread Index | Old Index