pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc
Module Name: pkgsrc
Committed By: wiz
Date: Mon Aug 29 14:25:36 UTC 2022
Modified Files:
pkgsrc/devel/ruby-semverse: Makefile
pkgsrc/sysutils/ruby-inspec-core: Makefile
Log Message:
ruby-semverse: does not support ruby 2.6 any longer
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/ruby-semverse/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/sysutils/ruby-inspec-core/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-semverse/Makefile
diff -u pkgsrc/devel/ruby-semverse/Makefile:1.2 pkgsrc/devel/ruby-semverse/Makefile:1.3
--- pkgsrc/devel/ruby-semverse/Makefile:1.2 Fri Aug 26 11:30:22 2022
+++ pkgsrc/devel/ruby-semverse/Makefile Mon Aug 29 14:25:35 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2022/08/26 11:30:22 taca Exp $
+# $NetBSD: Makefile,v 1.3 2022/08/29 14:25:35 wiz Exp $
DISTNAME= semverse-3.0.2
CATEGORIES= devel
@@ -10,5 +10,7 @@ LICENSE= apache-2.0
USE_LANGUAGES= # empty
+RUBY_VERSIONS_INCOMPATIBLE= 26
+
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/sysutils/ruby-inspec-core/Makefile
diff -u pkgsrc/sysutils/ruby-inspec-core/Makefile:1.13 pkgsrc/sysutils/ruby-inspec-core/Makefile:1.14
--- pkgsrc/sysutils/ruby-inspec-core/Makefile:1.13 Sun Dec 12 13:16:23 2021
+++ pkgsrc/sysutils/ruby-inspec-core/Makefile Mon Aug 29 14:25:36 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2021/12/12 13:16:23 taca Exp $
+# $NetBSD: Makefile,v 1.14 2022/08/29 14:25:36 wiz Exp $
DISTNAME= inspec-core-4.50.3
CATEGORIES= sysutils
@@ -33,5 +33,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-train-core>=
USE_LANGUAGES= # none
+RUBY_VERSIONS_INCOMPATIBLE= 26 # ruby-semverse
+
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index