pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-fiber-local



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun May  5 16:20:10 UTC 2024

Modified Files:
        pkgsrc/devel/ruby-fiber-local: Makefile PLIST distinfo

Log Message:
devel/ruby-fiber-local: update to 1.1.0

1.1.0 (2024-05-02)

* Use Fiber storage for inheritance/dynamic scope. (#3)
* Expose fiber_local_attribute_name and add test.


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

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

Modified files:

Index: pkgsrc/devel/ruby-fiber-local/Makefile
diff -u pkgsrc/devel/ruby-fiber-local/Makefile:1.1 pkgsrc/devel/ruby-fiber-local/Makefile:1.2
--- pkgsrc/devel/ruby-fiber-local/Makefile:1.1  Fri Nov 11 13:25:16 2022
+++ pkgsrc/devel/ruby-fiber-local/Makefile      Sun May  5 16:20:10 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2022/11/11 13:25:16 taca Exp $
+# $NetBSD: Makefile,v 1.2 2024/05/05 16:20:10 taca Exp $
 
-DISTNAME=      fiber-local-1.0.0
+DISTNAME=      fiber-local-1.1.0
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -10,5 +10,7 @@ LICENSE=      mit
 
 USE_LANGUAGES= # none
 
+DEPENDS+=      ${RUBY_PKGPREFIX}-fiber-storage>=0:../../devel/ruby-fiber-storage
+
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/ruby-fiber-local/PLIST
diff -u pkgsrc/devel/ruby-fiber-local/PLIST:1.1 pkgsrc/devel/ruby-fiber-local/PLIST:1.2
--- pkgsrc/devel/ruby-fiber-local/PLIST:1.1     Fri Nov 11 13:25:16 2022
+++ pkgsrc/devel/ruby-fiber-local/PLIST Sun May  5 16:20:10 2024
@@ -1,5 +1,7 @@
-@comment $NetBSD: PLIST,v 1.1 2022/11/11 13:25:16 taca Exp $
+@comment $NetBSD: PLIST,v 1.2 2024/05/05 16:20:10 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/lib/fiber/local.rb
 ${GEM_LIBDIR}/lib/fiber/local/version.rb
+${GEM_LIBDIR}/license.md
+${GEM_LIBDIR}/readme.md
 ${GEM_HOME}/specifications/${GEM_NAME}.gemspec
Index: pkgsrc/devel/ruby-fiber-local/distinfo
diff -u pkgsrc/devel/ruby-fiber-local/distinfo:1.1 pkgsrc/devel/ruby-fiber-local/distinfo:1.2
--- pkgsrc/devel/ruby-fiber-local/distinfo:1.1  Fri Nov 11 13:25:16 2022
+++ pkgsrc/devel/ruby-fiber-local/distinfo      Sun May  5 16:20:10 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2022/11/11 13:25:16 taca Exp $
+$NetBSD: distinfo,v 1.2 2024/05/05 16:20:10 taca Exp $
 
-BLAKE2s (fiber-local-1.0.0.gem) = b40360e972ac7b3b9d0311c5c20ac954febb933bf38716d3cb5b10695ae8a95f
-SHA512 (fiber-local-1.0.0.gem) = 6784f91c8eb37c553e34e476cc85bf5b985b086913e045dcecc28e2b5ead093d158e10d51f6d7a0e1f16a3e466825ec1fe771071a4688301befd327b78013e81
-Size (fiber-local-1.0.0.gem) = 5632 bytes
+BLAKE2s (fiber-local-1.1.0.gem) = 0f928ef5ea718f26dd91ed162ad660919bd4829d155faa9bfd03d2217d2d698b
+SHA512 (fiber-local-1.1.0.gem) = 2c6563bc72a3fdcb9e640ae6b190e1f6b59d697d7a45dfa14811d03ee18e4ba5f8f659305f917a26c47b2495449ae7d6bd654ec12cea39509e4b205e720c67c5
+Size (fiber-local-1.1.0.gem) = 10752 bytes



Home | Main Index | Thread Index | Old Index