pkgsrc-WIP-changes archive

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

remove references to ruby 1.9.3



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Sat Mar 5 16:18:13 2016 +0100
Changeset:	b72409c294d4f3e46b1ea09f7741ef278481296c

Modified Files:
	bsfilter/Makefile
	ever-note-mode/Makefile
	ruby-ditz/Makefile
	ruby-iesd/Makefile
	ruby-kakasi/Makefile
	ruby-redmine/options.mk

Log Message:
remove references to ruby 1.9.3

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

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-ditz/Makefile      | 7 -------
 ruby-iesd/Makefile      | 2 +-
 ruby-kakasi/Makefile    | 2 +-
 ruby-redmine/options.mk | 2 --
 6 files changed, 4 insertions(+), 13 deletions(-)

diffs:
diff --git a/bsfilter/Makefile b/bsfilter/Makefile
index cc37ab0..e7e185f 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=	193 200
+RUBY_VERSION_SUPPORTED=	200
 
 NO_BUILD=	yes
 REPLACE_RUBY=	bsfilter/bsfilter
diff --git a/ever-note-mode/Makefile b/ever-note-mode/Makefile
index 3531a15..04822b6 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=	193 #18
+RUBY_VERSION_SUPPORTED=	200 # xxx untested
 USE_RUBY_SETUP=	YES
 
 DOCUMENTS=	readme_en.txt \
diff --git a/ruby-ditz/Makefile b/ruby-ditz/Makefile
index aa7dd5f..fd1f80c 100644
--- a/ruby-ditz/Makefile
+++ b/ruby-ditz/Makefile
@@ -11,16 +11,9 @@ LICENSE=	gnu-gpl-v3
 
 .include "../../lang/ruby/rubyversion.mk"
 
-.if ${RUBY_VER} == "193"
-GIT_REPOSITORIES=	ruby19
-GIT_REPO.ruby19=	git://github.com/chriskempson/Ditz-for-Ruby-1.9.2.git
-GIT_MODULE.ruby19=	Ditz-for-Ruby-1.9.2
-WRKSRC=				${WRKDIR}/${GIT_MODULE.ruby19}
-.else
 GIT_REPOSITORIES=	mainline
 GIT_REPO.mainline=	git://gitorious.org/ditz/mainline.git
 WRKSRC=		${WRKDIR}/${GIT_MODULE.mainline}
-.endif
 
 GEM_SPECFILE=	${WRKSRC}/ditz.gemspec
 
diff --git a/ruby-iesd/Makefile b/ruby-iesd/Makefile
index f5f78e6b..c6127c4 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=	193 200 21
+RUBY_VERSION_SUPPORTED=	200 21
 
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/ruby-kakasi/Makefile b/ruby-kakasi/Makefile
index 43853a4..1ae105f 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 193 21
+RUBY_VERSION_SUPPORTED=	200 21
 
 .include "../../textproc/kakasi/buildlink3.mk"
 .include "../../lang/ruby/gem.mk"
diff --git a/ruby-redmine/options.mk b/ruby-redmine/options.mk
index 22e1362..b1d5329 100644
--- a/ruby-redmine/options.mk
+++ b/ruby-redmine/options.mk
@@ -86,9 +86,7 @@ DEPENDS+=	subversion-base-[0-9]*:../../devel/subversion-base
 DEPENDS+=	${RUBY_PKGPREFIX}-shoulda>=3.3.2:../../devel/ruby-shoulda
 DEPENDS+=	${RUBY_PKGPREFIX}-mocha>=0.14:../../devel/ruby-mocha
 OVERRIDE_GEMSPEC+=	shoulda>=3.3.2
-.if ${RUBY_VER} >= 193
 DEPENDS+=	${RUBY_PKGPREFIX}-capybara>=2.1.0:../../www/ruby-capybara
 DEPENDS+=	${RUBY_PKGPREFIX}-selenium-webdriver-[0-9]*:../../www/ruby-selenium-webdriver
 OVERRIDE_GEMSPEC+=	capybara>=2.1.0
 .endif
-.endif


Home | Main Index | Thread Index | Old Index