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: Tue May 30 15:11:08 UTC 2023
Modified Files:
pkgsrc/net/ruby-net-imap: Makefile
Log Message:
net/ruby-net-imap: drop support for ruby27
And improve comment.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 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.3 pkgsrc/net/ruby-net-imap/Makefile:1.4
--- pkgsrc/net/ruby-net-imap/Makefile:1.3 Sun Sep 4 05:21:52 2022
+++ pkgsrc/net/ruby-net-imap/Makefile Tue May 30 15:11:08 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2022/09/04 05:21:52 taca Exp $
+# $NetBSD: Makefile,v 1.4 2023/05/30 15:11:08 taca Exp $
DISTNAME= net-imap-0.2.3
PKGREVISION= 1
@@ -9,18 +9,13 @@ HOMEPAGE= https://github.com/ruby/net-im
COMMENT= Ruby client api for Internet Message Access Protocol
LICENSE= 2-clause-bsd OR ruby-license
-# This package is mainly for redmine50 on Ruby 2.7.
-
USE_LANGUAGES= # none
-# Ruby 3.1 has the same version in it.
-RUBY_VERSIONS_ACCEPTED= 27 30
+# This package is mainly for redmine50 on Ruby 3.0.
+# (Ruby 3.1 and later have required net-imap gem as standard gem.)
+RUBY_VERSIONS_ACCEPTED= 30
.include "../../lang/ruby/rubyversion.mk"
-.if ${RUBY_VER} == 27
-DEPENDS+= ${RUBY_PKGPREFIX}-net-protocol>=0:../../net/ruby-net-protocol
-DEPENDS+= ${RUBY_PKGPREFIX}-digest>=0:../../security/ruby-digest
-.endif
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index