From e75a446f2a5f52bb4e7a67bc2f22ec13a42d3287 Mon Sep 17 00:00:00 2001 From: joerg Date: Thu, 8 Sep 2016 15:19:16 +0000 Subject: Rename RUBY_VERSION_SUPPORTED into _RUBY_VERSIONS_ACCEPTED to follow the naming scheme of the other multi-version packages. Add support for the coorresponding RUBY_VERSIONS_INCOMPATIBLE list. --- textproc/migemo/Makefile.common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'textproc/migemo') diff --git a/textproc/migemo/Makefile.common b/textproc/migemo/Makefile.common index 26454322551..0ceb1a396d9 100644 --- a/textproc/migemo/Makefile.common +++ b/textproc/migemo/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.9 2016/03/14 00:59:06 tnn Exp $ +# $NetBSD: Makefile.common,v 1.10 2016/09/08 15:19:19 joerg Exp $ # # used by textproc/migemo/Makefile # used by textproc/migemo-elisp/Makefile @@ -12,4 +12,4 @@ MASTER_SITES= http://0xcc.net/migemo/ MAINTAINER= yamajun@ofug.net HOMEPAGE= http://0xcc.net/migemo/ -RUBY_VERSION_SUPPORTED= 21 22 23 +RUBY_VERSIONS_ACCEPTED= 21 22 23 -- cgit v1.2.3