diff options
author | taca <taca@pkgsrc.org> | 2015-03-08 16:23:02 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-03-08 16:23:02 +0000 |
commit | 7b964aca97ad5d66b9232dd44e353d5aaec2ac2a (patch) | |
tree | 96de48e4a8c51e15084283d4fb9c475d5abae534 /lang | |
parent | de5918ca957fdb89a0504d12f7cb7483ba33b9e9 (diff) | |
download | pkgsrc-7b964aca97ad5d66b9232dd44e353d5aaec2ac2a.tar.gz |
Fix DESCR about including package names.
Bump PKGREVISION.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ruby21/DESCR | 4 | ||||
-rw-r--r-- | lang/ruby21/Makefile | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/lang/ruby21/DESCR b/lang/ruby21/DESCR index 92208efa49a..03eeab81187 100644 --- a/lang/ruby21/DESCR +++ b/lang/ruby21/DESCR @@ -1,6 +1,6 @@ This a meta package including Ruby 2.1.1 full release. -It includes ruby211-base, ruby211-gdbm, ruby211-fiddle, ruby211-readline -and ruby211-tk package. +It includes ruby21-base, ruby21-gdbm, ruby21-fiddle, ruby21-readline +and ruby21-tk package. No package should depend on this package directly. diff --git a/lang/ruby21/Makefile b/lang/ruby21/Makefile index 59aa958fdc9..2959bb0b893 100644 --- a/lang/ruby21/Makefile +++ b/lang/ruby21/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.1 2014/03/14 19:47:00 taca Exp $ +# $NetBSD: Makefile,v 1.2 2015/03/08 16:23:02 taca Exp $ # DISTNAME= # empty PKGNAME= ${RUBY_PKGPREFIX}-${RUBY_VERSION_FULL} +PKGREVISION= 1 CATEGORIES= lang ruby MASTER_SITES= # empty DISTFILES= # empty |