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.
This commit is contained in:
tsutsui 2017-12-09 22:01:27 +00:00
parent 96e67ea1f2
commit 75ce29cf57

View file

@ -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"