pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/ruby-metasploit-model
Module Name: pkgsrc
Committed By: taca
Date: Fri Oct 31 15:14:03 UTC 2025
Modified Files:
pkgsrc/security/ruby-metasploit-model: Makefile
Log Message:
security/ruby-metasploit-model: allow Rails 7.1 and 7.2
metasploit-model require activemodel 7.x.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/security/ruby-metasploit-model/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/ruby-metasploit-model/Makefile
diff -u pkgsrc/security/ruby-metasploit-model/Makefile:1.11 pkgsrc/security/ruby-metasploit-model/Makefile:1.12
--- pkgsrc/security/ruby-metasploit-model/Makefile:1.11 Sun May 18 01:25:07 2025
+++ pkgsrc/security/ruby-metasploit-model/Makefile Fri Oct 31 15:14:03 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2025/05/18 01:25:07 taca Exp $
+# $NetBSD: Makefile,v 1.12 2025/10/31 15:14:03 taca Exp $
DISTNAME= metasploit-model-5.0.4
CATEGORIES= security
@@ -11,7 +11,7 @@ LICENSE= modified-bsd
DEPENDS+= ${RUBY_ACTIVEMODEL_DEPENDS}
DEPENDS+= ${RUBY_RAILTIES_DEPENDS}
-RUBY_RAILS_ACCEPTED= 70
+RUBY_RAILS_ACCEPTED= 70 71 72
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index