pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-curses-gem



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Oct 24 14:28:32 UTC 2016

Modified Files:
        pkgsrc/devel/ruby-curses-gem: Makefile

Log Message:
No need to specify RUBY_VERSIONS_ACCEPTED explictly.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/ruby-curses-gem/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/ruby-curses-gem/Makefile
diff -u pkgsrc/devel/ruby-curses-gem/Makefile:1.6 pkgsrc/devel/ruby-curses-gem/Makefile:1.7
--- pkgsrc/devel/ruby-curses-gem/Makefile:1.6   Thu Sep  8 15:19:16 2016
+++ pkgsrc/devel/ruby-curses-gem/Makefile       Mon Oct 24 14:28:32 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2016/09/08 15:19:16 joerg Exp $
+# $NetBSD: Makefile,v 1.7 2016/10/24 14:28:32 taca Exp $
 
 DISTNAME=      curses-1.0.2
 CATEGORIES=    devel
@@ -8,8 +8,6 @@ HOMEPAGE=       https://github.com/ruby/curses
 COMMENT=       Ruby binding for curses, ncurses, and PDCurses
 LICENSE=       2-clause-bsd
 
-RUBY_VERSIONS_ACCEPTED= 21 22 23
-
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/curses.buildlink3.mk"
 .include "../../mk/termcap.buildlink3.mk"



Home | Main Index | Thread Index | Old Index