Add support for ruby23.
This commit is contained in:
parent
9048e30e77
commit
8ec5c063f3
5 changed files with 10 additions and 10 deletions
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: Makefile.common,v 1.7 2015/11/23 15:46:59 taca Exp $
|
# $NetBSD: Makefile.common,v 1.8 2015/12/30 15:11:40 taca Exp $
|
||||||
#
|
#
|
||||||
# used by textproc/migemo/Makefile
|
# used by textproc/migemo/Makefile
|
||||||
# used by textproc/migemo-elisp/Makefile
|
# used by textproc/migemo-elisp/Makefile
|
||||||
|
@ -12,4 +12,4 @@ MASTER_SITES= http://0xcc.net/migemo/
|
||||||
MAINTAINER= yamajun@ofug.net
|
MAINTAINER= yamajun@ofug.net
|
||||||
HOMEPAGE= http://0xcc.net/migemo/
|
HOMEPAGE= http://0xcc.net/migemo/
|
||||||
|
|
||||||
RUBY_VERSION_SUPPORTED= 200 21 22
|
RUBY_VERSION_SUPPORTED= 200 21 22 23
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: Makefile,v 1.15 2015/12/12 04:12:18 taca Exp $
|
# $NetBSD: Makefile,v 1.16 2015/12/30 15:11:40 taca Exp $
|
||||||
|
|
||||||
DISTNAME= diff-lcs-1.2.5
|
DISTNAME= diff-lcs-1.2.5
|
||||||
PKGREVISION= 2
|
PKGREVISION= 2
|
||||||
|
@ -11,7 +11,7 @@ LICENSE= gnu-gpl-v2 OR artistic OR ruby-license
|
||||||
|
|
||||||
RUBYGEM_OPTIONS+= --format-executable
|
RUBYGEM_OPTIONS+= --format-executable
|
||||||
|
|
||||||
RUBY_VERSION_SUPPORTED= 18 200 21 22
|
RUBY_VERSION_SUPPORTED= 18 200 21 22 23
|
||||||
|
|
||||||
.include "../../lang/ruby/gem.mk"
|
.include "../../lang/ruby/gem.mk"
|
||||||
.include "../../mk/bsd.pkg.mk"
|
.include "../../mk/bsd.pkg.mk"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: Makefile,v 1.31 2015/11/23 15:46:59 taca Exp $
|
# $NetBSD: Makefile,v 1.32 2015/12/30 15:11:40 taca Exp $
|
||||||
|
|
||||||
DISTNAME= json-1.8.3
|
DISTNAME= json-1.8.3
|
||||||
CATEGORIES= textproc
|
CATEGORIES= textproc
|
||||||
|
@ -10,7 +10,7 @@ LICENSE= ruby-license
|
||||||
|
|
||||||
USE_GCC_RUNTIME= yes
|
USE_GCC_RUNTIME= yes
|
||||||
|
|
||||||
RUBY_VERSION_SUPPORTED= 200 18 21 22
|
RUBY_VERSION_SUPPORTED= 200 18 21 22 23
|
||||||
|
|
||||||
post-extract:
|
post-extract:
|
||||||
cd ${WRKSRC}; ${FIND} . -xdev -type f -print | ${XARGS} ${CHMOD} g-w
|
cd ${WRKSRC}; ${FIND} . -xdev -type f -print | ${XARGS} ${CHMOD} g-w
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: Makefile,v 1.40 2015/11/23 15:46:59 taca Exp $
|
# $NetBSD: Makefile,v 1.41 2015/12/30 15:11:40 taca Exp $
|
||||||
|
|
||||||
DISTNAME= rdtool-0.6.38
|
DISTNAME= rdtool-0.6.38
|
||||||
PKGREVISION= 2
|
PKGREVISION= 2
|
||||||
|
@ -18,7 +18,7 @@ SUBST_SED.path= -e "s|@PKG_SYSCONFDIR@|${PKG_SYSCONFDIR}|"
|
||||||
SUBST_MESSAGE.path= Fixing PKG_SYSCONFDIR paths.
|
SUBST_MESSAGE.path= Fixing PKG_SYSCONFDIR paths.
|
||||||
|
|
||||||
RUBYGEM_OPTIONS+= --format-executable
|
RUBYGEM_OPTIONS+= --format-executable
|
||||||
RUBY_VERSION_SUPPORTED= 18 200 21 22
|
RUBY_VERSION_SUPPORTED= 18 200 21 22 23
|
||||||
|
|
||||||
.include "../../lang/ruby/gem.mk"
|
.include "../../lang/ruby/gem.mk"
|
||||||
.include "../../lang/ruby/modules.mk"
|
.include "../../lang/ruby/modules.mk"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: Makefile,v 1.16 2015/11/23 15:46:59 taca Exp $
|
# $NetBSD: Makefile,v 1.17 2015/12/30 15:11:40 taca Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= sary-ruby-1.2.0
|
DISTNAME= sary-ruby-1.2.0
|
||||||
|
@ -12,7 +12,7 @@ HOMEPAGE= http://sary.sourceforge.net/
|
||||||
COMMENT= Ruby Binding of Sary
|
COMMENT= Ruby Binding of Sary
|
||||||
LICENSE= gnu-lgpl-v2.1
|
LICENSE= gnu-lgpl-v2.1
|
||||||
|
|
||||||
RUBY_VERSION_SUPPORTED= 200 18 21 22
|
RUBY_VERSION_SUPPORTED= 200 18 21 22 23
|
||||||
|
|
||||||
USE_RUBY_EXTCONF= yes
|
USE_RUBY_EXTCONF= yes
|
||||||
USE_TOOLS+= pkg-config
|
USE_TOOLS+= pkg-config
|
||||||
|
|
Loading…
Reference in a new issue