diff options
author | taca <taca@pkgsrc.org> | 2010-09-07 17:20:24 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-09-07 17:20:24 +0000 |
commit | fc58ad1f94b3d78a4fe66bb941aba6a28ebd1636 (patch) | |
tree | 863f7f355b58052b95a57f7d0ca9c9cef8e22234 /devel | |
parent | 40de5606bd5d780b838871c5d13fc2075f6f6818 (diff) | |
download | pkgsrc-fc58ad1f94b3d78a4fe66bb941aba6a28ebd1636.tar.gz |
* Mark these packages Ruby 1.8.x support only.
* Add some comments and a little clean up.
No functional change.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/rake/Makefile | 4 | ||||
-rw-r--r-- | devel/ruby-debug-base/Makefile | 4 | ||||
-rw-r--r-- | devel/ruby-debug-ide/Makefile | 4 | ||||
-rw-r--r-- | devel/ruby-debug/Makefile | 4 | ||||
-rw-r--r-- | devel/ruby-eet/Makefile | 4 | ||||
-rw-r--r-- | devel/ruby-linecache/Makefile | 4 | ||||
-rw-r--r-- | devel/ruby-rcov/Makefile | 4 |
7 files changed, 21 insertions, 7 deletions
diff --git a/devel/rake/Makefile b/devel/rake/Makefile index 3fb92a9e4da..8106db37c30 100644 --- a/devel/rake/Makefile +++ b/devel/rake/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2009/06/10 21:51:17 minskim Exp $ +# $NetBSD: Makefile,v 1.14 2010/09/07 17:20:24 taca Exp $ DISTNAME= rake-0.8.7 CATEGORIES= devel @@ -10,6 +10,8 @@ COMMENT= Ruby Make USE_TOOLS+= gzip GEM_BUILD= gemspec +# rake is bundled Ruby 1.9 +RUBY_VERSION_SUPPORTED= 18 INSTALLATION_DIRS= ${PKGMANDIR}/man1 post-extract: diff --git a/devel/ruby-debug-base/Makefile b/devel/ruby-debug-base/Makefile index c8b3a186ab9..4c153b3d8d8 100644 --- a/devel/ruby-debug-base/Makefile +++ b/devel/ruby-debug-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2008/09/15 09:03:58 taca Exp $ +# $NetBSD: Makefile,v 1.4 2010/09/07 17:20:25 taca Exp $ DISTNAME= ruby-debug-base-0.10.2 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} @@ -10,5 +10,7 @@ COMMENT= Fast implementation of the standard Ruby debugger DEPENDS+= ${RUBY_PKGPREFIX}-linecache>=0.3:../../devel/ruby-linecache +RUBY_VERSION_SUPPORTED= 18 + .include "../../misc/rubygems/rubygem.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ruby-debug-ide/Makefile b/devel/ruby-debug-ide/Makefile index 3a15c575ab4..5b088d35c92 100644 --- a/devel/ruby-debug-ide/Makefile +++ b/devel/ruby-debug-ide/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2008/09/15 09:05:24 taca Exp $ +# $NetBSD: Makefile,v 1.5 2010/09/07 17:20:25 taca Exp $ DISTNAME= ruby-debug-ide-0.3.0 PKGNAME= ${RUBYGEM_PKGPREFIX}-${DISTNAME} @@ -10,6 +10,8 @@ COMMENT= IDEs interface to ruby-debug DEPENDS+= ${RUBYGEM_PKGPREFIX}-ruby-debug-base-[0-9]*:../../devel/ruby-debug-base +RUBY_VERSION_SUPPORTED= 18 + GEM_BUILD= gemspec .include "../../misc/rubygems/rubygem.mk" diff --git a/devel/ruby-debug/Makefile b/devel/ruby-debug/Makefile index 24fef4c386f..3d1b3c672a0 100644 --- a/devel/ruby-debug/Makefile +++ b/devel/ruby-debug/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2008/09/15 09:02:55 taca Exp $ +# $NetBSD: Makefile,v 1.4 2010/09/07 17:20:25 taca Exp $ DISTNAME= ruby-debug-0.10.2 PKGNAME= ${RUBYGEM_PKGPREFIX}-${DISTNAME} @@ -11,6 +11,8 @@ COMMENT= Command line interface for ruby-debug DEPENDS+= ${RUBY_PKGPREFIX}-columnize>=0.1:../../misc/ruby-columnize DEPENDS+= ${RUBY_PKGPREFIX}-ruby-debug-base>=0.10.2{,nb[0-9]*}:../../devel/ruby-debug-base +RUBY_VERSION_SUPPORTED= 18 + post-extract: cd ${WRKSRC} && echo ${PKGVERSION_NOREV} > VERSION diff --git a/devel/ruby-eet/Makefile b/devel/ruby-eet/Makefile index e8a3d3b5df3..e07218f45e1 100644 --- a/devel/ruby-eet/Makefile +++ b/devel/ruby-eet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2010/01/18 09:58:47 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2010/09/07 17:20:25 taca Exp $ DISTNAME= ruby-eet-0.1.4 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/ruby-//} @@ -12,6 +12,8 @@ COMMENT= Ruby module to read and write EET files BUILD_DEPENDS+= rake-[0-9]*:../../devel/rake +RUBY_VERSION_SUPPORTED= 18 + USE_TOOLS+= pkg-config .include "../../devel/eet/buildlink3.mk" diff --git a/devel/ruby-linecache/Makefile b/devel/ruby-linecache/Makefile index addd379f497..548b0edcb8c 100644 --- a/devel/ruby-linecache/Makefile +++ b/devel/ruby-linecache/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2008/06/22 16:04:34 taca Exp $ +# $NetBSD: Makefile,v 1.3 2010/09/07 17:20:25 taca Exp $ DISTNAME= linecache-0.43 PKGNAME= ${RUBY_PKGPREFIX}-linecache-0.4.3 @@ -10,6 +10,8 @@ COMMENT= Ruby module to read and cache lines of a file GEM_NAME= linecache-${PKGVERSION_NOREV} +RUBY_VERSION_SUPPORTED= 18 + post-extract: cd ${WRKSRC} && echo ${PKGVERSION_NOREV} > VERSION diff --git a/devel/ruby-rcov/Makefile b/devel/ruby-rcov/Makefile index f4a920e5534..d684e146fd8 100644 --- a/devel/ruby-rcov/Makefile +++ b/devel/ruby-rcov/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:18:21 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2010/09/07 17:20:25 taca Exp $ DISTNAME= rcov-0.8.1.2.0 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} @@ -8,5 +8,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://eigenclass.org/hiki.rb?rcov COMMENT= code coverage analysis for Ruby +RUBY_VERSION_SUPPORTED= 18 + .include "../../misc/rubygems/rubygem.mk" .include "../../mk/bsd.pkg.mk" |