summaryrefslogtreecommitdiff
path: root/lang/ruby19
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2011-11-08 15:23:38 +0000
committertaca <taca@pkgsrc.org>2011-11-08 15:23:38 +0000
commit17a7a69de29c5152a6a1335866b71f96915ab52d (patch)
tree1d6caa51588c8b57a7f1a2ba00b70c9fa887af28 /lang/ruby19
parent72d1bb95edf39bcbf056abbb93d45af16c64357a (diff)
downloadpkgsrc-17a7a69de29c5152a6a1335866b71f96915ab52d.tar.gz
* Use RUBY_VERSION_SUPPORTED.
* Correct DESCR; this isn't 1.9.1 but 1.9.2. And update including packages. * Bump PKGREVISION.
Diffstat (limited to 'lang/ruby19')
-rw-r--r--lang/ruby19/DESCR6
-rw-r--r--lang/ruby19/Makefile22
2 files changed, 14 insertions, 14 deletions
diff --git a/lang/ruby19/DESCR b/lang/ruby19/DESCR
index 23525d2d920..60fa57c6cc8 100644
--- a/lang/ruby19/DESCR
+++ b/lang/ruby19/DESCR
@@ -1,6 +1,6 @@
-This a meta package including Ruby 1.9.1 full release.
+This a meta package including Ruby 1.9.2 full release.
-It includes ruby19-base, ruby19-gdbm, ruby19-curses, ruby19-readline
-and ruby19-tk package.
+It includes ruby19-base, ruby19-gdbm, ruby19-curses, ruby19-fiddle,
+ruby19-readline, ruby19-psych and ruby19-tk package.
No package should depend on this package directly.
diff --git a/lang/ruby19/Makefile b/lang/ruby19/Makefile
index 6385f7a7b48..194eb2a077d 100644
--- a/lang/ruby19/Makefile
+++ b/lang/ruby19/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2011/10/20 15:12:36 taca Exp $
+# $NetBSD: Makefile,v 1.3 2011/11/08 15:23:38 taca Exp $
#
DISTNAME= # empty
-PKGNAME= ${RUBY_PKGPREFIX}-${RUBY_VERSION_SUFFIX}
-PKGREVISION= 1
+PKGNAME= ${RUBY_PKGPREFIX}-${RUBY_VERSION_FULL}
+PKGREVISION= 2
CATEGORIES= lang ruby
MASTER_SITES= # empty
DISTFILES= # empty
@@ -15,15 +15,15 @@ LICENSE= gnu-gpl-v2 OR ruby-license
META_PACKAGE= yes
-DEPENDS+= ${RUBY_PKGPREFIX}-base>=${RUBY_VERSION_SUFFIX}:../../lang/${RUBY_NAME}-base
-DEPENDS+= ${RUBY_PKGPREFIX}-gdbm>=${RUBY_VERSION_SUFFIX}:../../databases/ruby-gdbm
-DEPENDS+= ${RUBY_PKGPREFIX}-curses>=${RUBY_VERSION_SUFFIX}:../../devel/ruby-curses
-DEPENDS+= ${RUBY_PKGPREFIX}-fiddle>=${RUBY_VERSION_SUFFIX}:../../devel/ruby-fiddle
-DEPENDS+= ${RUBY_PKGPREFIX}-readline>=${RUBY_VERSION_SUFFIX}:../../devel/ruby-readline
-DEPENDS+= ${RUBY_PKGPREFIX}-psych>=${RUBY_VERSION_SUFFIX}:../../textproc/ruby-psych
-DEPENDS+= ${RUBY_PKGPREFIX}-tk>=${RUBY_VERSION_SUFFIX}:../../x11/ruby-tk
+DEPENDS+= ${RUBY_PKGPREFIX}-base>=${RUBY_VERSION_FULL}:../../lang/${RUBY_NAME}-base
+DEPENDS+= ${RUBY_PKGPREFIX}-gdbm>=${RUBY_VERSION_FULL}:../../databases/ruby-gdbm
+DEPENDS+= ${RUBY_PKGPREFIX}-curses>=${RUBY_VERSION_FULL}:../../devel/ruby-curses
+DEPENDS+= ${RUBY_PKGPREFIX}-fiddle>=${RUBY_VERSION_FULL}:../../devel/ruby-fiddle
+DEPENDS+= ${RUBY_PKGPREFIX}-readline>=${RUBY_VERSION_FULL}:../../devel/ruby-readline
+DEPENDS+= ${RUBY_PKGPREFIX}-psych>=${RUBY_VERSION_FULL}:../../textproc/ruby-psych
+DEPENDS+= ${RUBY_PKGPREFIX}-tk>=${RUBY_VERSION_FULL}:../../x11/ruby-tk
-RUBY_VERSION= ${RUBY19_VERSION}
+RUBY_VERSION_SUPPORTED= 19
.include "../../lang/ruby/rubyversion.mk"
.include "../../lang/ruby/Makefile.common"