pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/ruby-net-imap



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Feb 17 15:23:09 UTC 2025

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

Log Message:
net/ruby-net-imap: 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.10 -r1.11 pkgsrc/net/ruby-net-imap/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-imap/Makefile
diff -u pkgsrc/net/ruby-net-imap/Makefile:1.10 pkgsrc/net/ruby-net-imap/Makefile:1.11
--- pkgsrc/net/ruby-net-imap/Makefile:1.10      Sun Feb  9 14:40:07 2025
+++ pkgsrc/net/ruby-net-imap/Makefile   Mon Feb 17 15:23:09 2025
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2025/02/09 14:40:07 taca Exp $
+# $NetBSD: Makefile,v 1.11 2025/02/17 15:23:09 taca Exp $
 
 DISTNAME=      net-imap-0.5.6
+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