pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/ruby-with_advisory_lock



Module Name:    pkgsrc
Committed By:   taca
Date:           Tue Aug 11 15:42:54 UTC 2026

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

Log Message:
databases/ruby-with_advisory_lock: update to 7.6.0

7.6.0 (2026-08-05)

Features

* honor timeout_seconds with blocking: true on PostgreSQL (88abf06), closes
  #147

Bug Fixes

* Remove ruby-version files (#145) (681fd66)
* scope advisory lock stack per connection (8c39439)


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/databases/ruby-with_advisory_lock/Makefile \
    pkgsrc/databases/ruby-with_advisory_lock/PLIST \
    pkgsrc/databases/ruby-with_advisory_lock/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-with_advisory_lock/Makefile
diff -u pkgsrc/databases/ruby-with_advisory_lock/Makefile:1.1 pkgsrc/databases/ruby-with_advisory_lock/Makefile:1.2
--- pkgsrc/databases/ruby-with_advisory_lock/Makefile:1.1       Tue Feb  3 14:45:13 2026
+++ pkgsrc/databases/ruby-with_advisory_lock/Makefile   Tue Aug 11 15:42:54 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2026/02/03 14:45:13 taca Exp $
+# $NetBSD: Makefile,v 1.2 2026/08/11 15:42:54 taca Exp $
 
-DISTNAME=      with_advisory_lock-7.5.0
+DISTNAME=      with_advisory_lock-7.6.0
 CATEGORIES=    databases
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -8,9 +8,7 @@ HOMEPAGE=       https://github.com/ClosureTree
 COMMENT=       Advisory locking for ActiveRecord
 LICENSE=       mit
 
-#DEPENDS+=     ${RUBY_ACTIVERECORD_DEPENDS}
-DEPENDS+=      ${RUBY_RAILTIES_DEPENDS}
-DEPENDS+=      ${RUBY_PKGPREFIX}-zeitwerk>=2.7:../../devel/ruby-zeitwerk
+DEPENDS+=      ${RUBY_ACTIVERECORD_DEPENDS}
 
 RUBY_VERSIONS_ACCEPTED=        33 34
 
Index: pkgsrc/databases/ruby-with_advisory_lock/PLIST
diff -u pkgsrc/databases/ruby-with_advisory_lock/PLIST:1.1 pkgsrc/databases/ruby-with_advisory_lock/PLIST:1.2
--- pkgsrc/databases/ruby-with_advisory_lock/PLIST:1.1  Tue Feb  3 14:45:13 2026
+++ pkgsrc/databases/ruby-with_advisory_lock/PLIST      Tue Aug 11 15:42:54 2026
@@ -1,11 +1,9 @@
-@comment $NetBSD: PLIST,v 1.1 2026/02/03 14:45:13 taca Exp $
+@comment $NetBSD: PLIST,v 1.2 2026/08/11 15:42:54 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/.github/workflows/ci.yml
 ${GEM_LIBDIR}/.github/workflows/release.yml
 ${GEM_LIBDIR}/.gitignore
 ${GEM_LIBDIR}/.release-please-manifest.json
-${GEM_LIBDIR}/.ruby-version
-${GEM_LIBDIR}/.tool-versions
 ${GEM_LIBDIR}/CHANGELOG.md
 ${GEM_LIBDIR}/Gemfile
 ${GEM_LIBDIR}/LICENSE.txt
Index: pkgsrc/databases/ruby-with_advisory_lock/distinfo
diff -u pkgsrc/databases/ruby-with_advisory_lock/distinfo:1.1 pkgsrc/databases/ruby-with_advisory_lock/distinfo:1.2
--- pkgsrc/databases/ruby-with_advisory_lock/distinfo:1.1       Tue Feb  3 14:45:13 2026
+++ pkgsrc/databases/ruby-with_advisory_lock/distinfo   Tue Aug 11 15:42:54 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2026/02/03 14:45:13 taca Exp $
+$NetBSD: distinfo,v 1.2 2026/08/11 15:42:54 taca Exp $
 
-BLAKE2s (with_advisory_lock-7.5.0.gem) = 29c28f6ba98c602c7419c724b36feb3caa7318e3f59c07e46472621b7d6b58e4
-SHA512 (with_advisory_lock-7.5.0.gem) = 6bfefb01b58ede169b350eabc2491116f36581e123d9a612f92a42b43bd63d198ccf1f08b2ad580124ba736a577b449efc8f54fbd47ad97bfa7a093c7d59ff3f
-Size (with_advisory_lock-7.5.0.gem) = 32768 bytes
+BLAKE2s (with_advisory_lock-7.6.0.gem) = 447a2a514b62ea332b24468a60ef7db38a15454db0ef65af5231ac77a32dde0b
+SHA512 (with_advisory_lock-7.6.0.gem) = 2d6b9dcd09223cfa6f9826f76753c0bc261527037f64928a10d8b4a121228ed37945227e1f2be457edcd5ede4609d781cade834674a05b7705be4df50257f5a5
+Size (with_advisory_lock-7.6.0.gem) = 34304 bytes



Home | Main Index | Thread Index | Old Index