pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/ruby-net-smtp
Module Name: pkgsrc
Committed By: taca
Date: Sun Apr 13 16:05:10 UTC 2025
Modified Files:
pkgsrc/net/ruby-net-smtp: Makefile
Log Message:
net/ruby-net-smtp: exclude ruby33
Exclude ruby33 for now since Ruby 3.3.8 has the same version as bundled gem.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/net/ruby-net-smtp/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/ruby-net-smtp/Makefile
diff -u pkgsrc/net/ruby-net-smtp/Makefile:1.12 pkgsrc/net/ruby-net-smtp/Makefile:1.13
--- pkgsrc/net/ruby-net-smtp/Makefile:1.12 Mon Feb 17 15:23:55 2025
+++ pkgsrc/net/ruby-net-smtp/Makefile Sun Apr 13 16:05:10 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2025/02/17 15:23:55 taca Exp $
+# $NetBSD: Makefile,v 1.13 2025/04/13 16:05:10 taca Exp $
DISTNAME= net-smtp-0.5.1
PKGREVISION= 1
@@ -11,8 +11,8 @@ LICENSE= 2-clause-bsd OR ruby-license
USE_LANGUAGES= # none
-# Ruby 3.4.2 has the same version as bundled gem.
-RUBY_VERSIONS_ACCEPTED= 31 32 33
+# Ruby 3.3.8 and 3.4.2 has the same version as bundled gem.
+RUBY_VERSIONS_ACCEPTED= 31 32
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index