pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/ruby-tk
Module Name: pkgsrc
Committed By: taca
Date: Tue May 30 15:49:12 UTC 2017
Modified Files:
pkgsrc/x11/ruby-tk: Makefile
Log Message:
* Replace RUBY_VERSION_FULL with RUBY_VERSION since there is no
RUBY_VERSION_FULL contains Ruby's patchlevel.
* Add comment to RUBY_VERSIONS_ACCEPTED that ruby-tk is not bundled by
Ruby 2.4 and later.
To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 pkgsrc/x11/ruby-tk/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/ruby-tk/Makefile
diff -u pkgsrc/x11/ruby-tk/Makefile:1.51 pkgsrc/x11/ruby-tk/Makefile:1.52
--- pkgsrc/x11/ruby-tk/Makefile:1.51 Sat Apr 22 18:27:05 2017
+++ pkgsrc/x11/ruby-tk/Makefile Tue May 30 15:49:12 2017
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.51 2017/04/22 18:27:05 taca Exp $
+# $NetBSD: Makefile,v 1.52 2017/05/30 15:49:12 taca Exp $
DISTNAME= ${RUBY_DISTNAME}
-PKGNAME= ${RUBY_PKGPREFIX}-${RUBY_EXTNAME}-${RUBY_VERSION_FULL}
+PKGNAME= ${RUBY_PKGPREFIX}-${RUBY_EXTNAME}-${RUBY_VERSION}
PKGREVISION= 4
RUBY_EXTNAME= tk
CATEGORIES= x11 ruby
@@ -11,7 +11,9 @@ MAINTAINER= taca%NetBSD.org@localhost
HOMEPAGE= ${RUBY_HOMEPAGE}
COMMENT= Ruby interface to the Tk widget set
+# Ruby 2.4 and later do not bundle ruby-tk.
RUBY_VERSIONS_ACCEPTED= 23 22 21
+
USE_TOOLS+= pax
USE_RUBY_EXTCONF= yes
RUBY_EXTCONF_SUBDIRS= . tkutil
Home |
Main Index |
Thread Index |
Old Index