pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/ruby-thread_safe



Module Name:    pkgsrc
Committed By:   tsutsui
Date:           Sat Dec  9 22:01:27 UTC 2017

Modified Files:
        pkgsrc/misc/ruby-thread_safe: Makefile

Log Message:
Remove ruby-atomic dependency.

It should have been removed on 0.3.5 update.
Also update HOMEPAGE per https://rubygems.org/gems/thread_safe info.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/misc/ruby-thread_safe/Makefile

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

Modified files:

Index: pkgsrc/misc/ruby-thread_safe/Makefile
diff -u pkgsrc/misc/ruby-thread_safe/Makefile:1.3 pkgsrc/misc/ruby-thread_safe/Makefile:1.4
--- pkgsrc/misc/ruby-thread_safe/Makefile:1.3   Sat Apr 15 15:16:17 2017
+++ pkgsrc/misc/ruby-thread_safe/Makefile       Sat Dec  9 22:01:27 2017
@@ -1,16 +1,15 @@
-# $NetBSD: Makefile,v 1.3 2017/04/15 15:16:17 taca Exp $
+# $NetBSD: Makefile,v 1.4 2017/12/09 22:01:27 tsutsui Exp $
 #
 
 DISTNAME=      thread_safe-0.3.6
+PKGREVISION=   1
 CATEGORIES=    misc
 
 MAINTAINER=    tsutsui%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/headius/thread_safe
+HOMEPAGE=      https://github.com/ruby-concurrency/thread_safe
 COMMENT=       Thread-safe collections and utilities for Ruby
 LICENSE=       apache-2.0
 
-DEPENDS+=      ${RUBY_PKGPREFIX}-atomic>=0:../../devel/ruby-atomic
-
 USE_LANGUAGES= # none
 
 .include "../../lang/ruby/gem.mk"



Home | Main Index | Thread Index | Old Index