Received: by mail.netbsd.org (Postfix, from userid 605) id 7A2CA84D3C; Sat, 9 Dec 2017 22:01:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0534884CFC for ; Sat, 9 Dec 2017 22:01:36 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id w6hKzxhaI-3R for ; Sat, 9 Dec 2017 22:01:35 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 657D884CE4 for ; Sat, 9 Dec 2017 22:01:35 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 45C3AFB40; Sat, 9 Dec 2017 22:01:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1512856887176770" MIME-Version: 1.0 Date: Sat, 9 Dec 2017 22:01:27 +0000 From: "Izumi Tsutsui" Subject: CVS commit: pkgsrc/misc/ruby-thread_safe To: pkgsrc-changes@NetBSD.org Reply-To: tsutsui@netbsd.org X-Mailer: log_accum Message-Id: <20171209220127.45C3AFB40@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1512856887176770 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1512856887176770 Content-Disposition: inline Content-Length: 846 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 -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" --_----------=_1512856887176770--