summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortsutsui <tsutsui@pkgsrc.org>2018-01-02 02:43:59 +0000
committertsutsui <tsutsui@pkgsrc.org>2018-01-02 02:43:59 +0000
commit4ce2bd6242b235191dc9487c65cf8f8bf7a2c911 (patch)
tree19baf10bac961cbb81be64d5f74593e00d77970a
parent2f92879dadd84bca553e54c9c0a787e8a558f485 (diff)
downloadpkgsrc-4ce2bd6242b235191dc9487c65cf8f8bf7a2c911.tar.gz
mikutter: 3.6.0 no longer supports Ruby 2.2. PR pkg/52884
Bump PKGREVISION.
-rw-r--r--net/mikutter/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/net/mikutter/Makefile b/net/mikutter/Makefile
index 776e66386d9..2e5500f31c0 100644
--- a/net/mikutter/Makefile
+++ b/net/mikutter/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.150 2017/12/30 05:05:14 tsutsui Exp $
+# $NetBSD: Makefile,v 1.151 2018/01/02 02:43:59 tsutsui Exp $
#
DISTNAME= mikutter.3.6.0
+PKGREVISION= 1
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/./-/}
CATEGORIES= net
MASTER_SITES= http://mikutter.hachune.net/bin/
@@ -11,6 +12,8 @@ HOMEPAGE= http://mikutter.hachune.net/
COMMENT= Simple, powerful, and moeful twitter client
LICENSE= mit AND cc-by-sa-v3.0
+RUBY_VERSIONS_ACCEPTED= 23 24
+
.include "../../lang/ruby/rubyversion.mk"
DEPENDS+= ${RUBY_PKGPREFIX}-pluggaloid>=1.1.1:../../net/ruby-pluggaloid