pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/ruby-listen
Module Name: pkgsrc
Committed By: taca
Date: Tue Sep 19 16:34:55 UTC 2017
Modified Files:
pkgsrc/sysutils/ruby-listen: Makefile
Log Message:
sysutils/ruby-listen: clean up RUBY_VERSIONS_ACCEPTED
Remove unnecessary RUBY_VERSIONS_ACCEPTED and including rubyversion.mk.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/sysutils/ruby-listen/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/ruby-listen/Makefile
diff -u pkgsrc/sysutils/ruby-listen/Makefile:1.13 pkgsrc/sysutils/ruby-listen/Makefile:1.14
--- pkgsrc/sysutils/ruby-listen/Makefile:1.13 Sun Jun 18 13:48:54 2017
+++ pkgsrc/sysutils/ruby-listen/Makefile Tue Sep 19 16:34:55 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2017/06/18 13:48:54 taca Exp $
+# $NetBSD: Makefile,v 1.14 2017/09/19 16:34:55 taca Exp $
DISTNAME= listen-3.1.5
PKGREVISION= 1
@@ -10,15 +10,11 @@ HOMEPAGE= https://github.com/guard/liste
COMMENT= Listen to file modifications
LICENSE= mit
-RUBYGEM_OPTIONS+= --format-executable
-
-RUBY_VERSIONS_ACCEPTED= 22 23 24
-
-.include "../../lang/ruby/rubyversion.mk"
-
DEPENDS+= ${RUBY_PKGPREFIX}-rb-fsevent>=0.9.4:../../devel/ruby-rb-fsevent
DEPENDS+= ${RUBY_PKGPREFIX}-rb-inotify>=0.9.7:../../sysutils/ruby-rb-inotify
DEPENDS+= ${RUBY_PKGPREFIX}-dep>=1.2:../../devel/ruby-dep
+RUBYGEM_OPTIONS+= --format-executable
+
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index