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:           Mon Feb 17 15:23:55 UTC 2025

Modified Files:
        pkgsrc/net/ruby-net-smtp: Makefile

Log Message:
net/ruby-net-smtp: reject ruby34 now

Ruby 3.4.2 has the same version as bundled gem.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 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.11 pkgsrc/net/ruby-net-smtp/Makefile:1.12
--- pkgsrc/net/ruby-net-smtp/Makefile:1.11      Sun Feb  9 14:41:50 2025
+++ pkgsrc/net/ruby-net-smtp/Makefile   Mon Feb 17 15:23:55 2025
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2025/02/09 14:41:50 taca Exp $
+# $NetBSD: Makefile,v 1.12 2025/02/17 15:23:55 taca Exp $
 
 DISTNAME=      net-smtp-0.5.1
+PKGREVISION=   1
 CATEGORIES=    net mail
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -10,5 +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
+
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index