pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

remove references to ruby200



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Mon Mar 14 02:02:22 2016 +0100
Changeset:	ec8a452017f4cbde4ed3471d8d629393203a08e6

Modified Files:
	bsfilter/Makefile
	ever-note-mode/Makefile
	ruby-iesd/Makefile
	ruby-kakasi/Makefile
	ruby-mustache/Makefile
	ruby-ronn/Makefile
	wxGTK-test/Makefile

Log Message:
remove references to ruby200

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ec8a452017f4cbde4ed3471d8d629393203a08e6

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 bsfilter/Makefile       | 2 +-
 ever-note-mode/Makefile | 2 +-
 ruby-iesd/Makefile      | 2 +-
 ruby-kakasi/Makefile    | 2 +-
 ruby-mustache/Makefile  | 2 +-
 ruby-ronn/Makefile      | 2 +-
 wxGTK-test/Makefile     | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diffs:
diff --git a/bsfilter/Makefile b/bsfilter/Makefile
index e7e185f..8fb234d 100644
--- a/bsfilter/Makefile
+++ b/bsfilter/Makefile
@@ -18,7 +18,7 @@ DEPENDS+=	${RUBY_PKGPREFIX}-mecab>=0:../../textproc/ruby-mecab
 DEPENDS+=	${RUBY_PKGPREFIX}-kakasi>=1.0.2:../../wip/ruby-kakasi
 #DEPENDS+=	${RUBY_PKGPREFIX}-chasen>=0:../../wip/ruby-chasen
 
-RUBY_VERSION_SUPPORTED=	200
+RUBY_VERSION_SUPPORTED=	21	# xxx untested
 
 NO_BUILD=	yes
 REPLACE_RUBY=	bsfilter/bsfilter
diff --git a/ever-note-mode/Makefile b/ever-note-mode/Makefile
index 04822b6..b2eb1ed 100644
--- a/ever-note-mode/Makefile
+++ b/ever-note-mode/Makefile
@@ -21,7 +21,7 @@ INSTALLATION_DIRS=	${DOCSDIR} \
 			${EMACS_LISPPREFIX}
 
 WRKSRC=		${WRKDIR}/${DISTNAME}/ruby
-RUBY_VERSION_SUPPORTED=	200 # xxx untested
+RUBY_VERSION_SUPPORTED=	21 # xxx untested
 USE_RUBY_SETUP=	YES
 
 DOCUMENTS=	readme_en.txt \
diff --git a/ruby-iesd/Makefile b/ruby-iesd/Makefile
index c6127c4..0185248 100644
--- a/ruby-iesd/Makefile
+++ b/ruby-iesd/Makefile
@@ -10,7 +10,7 @@ HOMEPAGE=	https://rubygems.org/gems/iesd
 COMMENT=	Tool to customize OS X InstallESD
 LICENSE=	2-clause-bsd
 
-RUBY_VERSION_SUPPORTED=	200 21
+RUBY_VERSION_SUPPORTED=	21
 
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/ruby-kakasi/Makefile b/ruby-kakasi/Makefile
index 1ae105f..0d17313 100644
--- a/ruby-kakasi/Makefile
+++ b/ruby-kakasi/Makefile
@@ -8,7 +8,7 @@ HOMEPAGE=	https://github.com/eitoball/kakasi-ruby/
 COMMENT=	Ruby binding for KAKASI implemented with Fiddle/DL/FFI
 LICENSE=	2-clause-bsd OR ruby-license
 
-RUBY_VERSION_SUPPORTED=	200 21
+RUBY_VERSION_SUPPORTED=	21
 
 .include "../../textproc/kakasi/buildlink3.mk"
 .include "../../lang/ruby/gem.mk"
diff --git a/ruby-mustache/Makefile b/ruby-mustache/Makefile
index efcdb4c..51891ac 100644
--- a/ruby-mustache/Makefile
+++ b/ruby-mustache/Makefile
@@ -9,7 +9,7 @@ HOMEPAGE=	https://mustache.github.io/
 COMMENT=	Logic-less Ruby templates
 LICENSE=	mit
 
-RUBY_VERSION_SUPPORTED=		200 21
+RUBY_VERSION_SUPPORTED=		21
 
 INSTALLATION_DIRS+=		${PKGMANDIR}/man1/ ${PKGMANDIR}/man5/
 
diff --git a/ruby-ronn/Makefile b/ruby-ronn/Makefile
index 43509ce..217442d 100644
--- a/ruby-ronn/Makefile
+++ b/ruby-ronn/Makefile
@@ -13,7 +13,7 @@ DEPENDS+=	${RUBY_PKGPREFIX}-hpricot-[0-9]*:../../textproc/ruby-hpricot
 DEPENDS+=	${RUBY_PKGPREFIX}-mustache-[0-9]*:../../wip/ruby-mustache
 DEPENDS+=	${RUBY_PKGPREFIX}-rdiscount-[0-9]*:../../wip/ruby-rdiscount
 
-RUBY_VERSION_SUPPORTED=		200 21 # ruby-mustache
+RUBY_VERSION_SUPPORTED=		21 # ruby-mustache
 
 INSTALLATION_DIRS+=		${PKGMANDIR}/man1/ ${PKGMANDIR}/man7/
 
diff --git a/wxGTK-test/Makefile b/wxGTK-test/Makefile
index a7c817d..7d76d37 100644
--- a/wxGTK-test/Makefile
+++ b/wxGTK-test/Makefile
@@ -44,7 +44,7 @@ DEPENDS+=	p5-Alien-wxWidgets-[0-9]*:../../x11/p5-Alien-wxWidgets
 DEPENDS+=	p5-Wx-Perl-ProcessStream-[0-9]*:../../x11/p5-Wx-Perl-ProcessStream
 DEPENDS+=	p5-Wx-[0-9]*:../../x11/p5-Wx
 DEPENDS+=	py27-wxWidgets-[0-9]*:../../x11/py-wxWidgets
-DEPENDS+=	ruby200-wxruby-[0-9]*:../../x11/ruby-wxruby
+DEPENDS+=	ruby21-wxruby-[0-9]*:../../x11/ruby-wxruby
 DEPENDS+=	wxGTK28-contrib-[0-9]*:../../x11/wxGTK28-contrib
 DEPENDS+=	wxGTK28-[0-9]*:../../x11/wxGTK28
 


Home | Main Index | Thread Index | Old Index