pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/ruby-thread_safe Remove ruby-atomic dependency.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9c7e351f1f75
branches:  trunk
changeset: 372540:9c7e351f1f75
user:      tsutsui <tsutsui%pkgsrc.org@localhost>
date:      Sat Dec 09 22:01:27 2017 +0000

description:
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.

diffstat:

 misc/ruby-thread_safe/Makefile |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (23 lines):

diff -r 9f2475406b41 -r 9c7e351f1f75 misc/ruby-thread_safe/Makefile
--- a/misc/ruby-thread_safe/Makefile    Sat Dec 09 20:55:48 2017 +0000
+++ b/misc/ruby-thread_safe/Makefile    Sat Dec 09 22:01:27 2017 +0000
@@ -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