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:           Sun Sep  4 05:21:52 UTC 2022

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

Log Message:
net/ruby-net-imap: fix dependency


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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.2 pkgsrc/net/ruby-net-imap/Makefile:1.3
--- pkgsrc/net/ruby-net-imap/Makefile:1.2       Sat Sep  3 04:10:15 2022
+++ pkgsrc/net/ruby-net-imap/Makefile   Sun Sep  4 05:21:52 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2022/09/03 04:10:15 taca Exp $
+# $NetBSD: Makefile,v 1.3 2022/09/04 05:21:52 taca Exp $
 
 DISTNAME=      net-imap-0.2.3
 PKGREVISION=   1
@@ -18,8 +18,8 @@ RUBY_VERSIONS_ACCEPTED=       27 30
 
 .include "../../lang/ruby/rubyversion.mk"
 .if ${RUBY_VER} == 27
-DEPENDS+=      ${RUBY_PKGPREFIX}-net-protocol:../../net/ruby-net-protocol
-DEPENDS+=      ${RUBY_PKGPREFIX}-digest:../../security/ruby-digest
+DEPENDS+=      ${RUBY_PKGPREFIX}-net-protocol>=0:../../net/ruby-net-protocol
+DEPENDS+=      ${RUBY_PKGPREFIX}-digest>=0:../../security/ruby-digest
 .endif
 
 .include "../../lang/ruby/gem.mk"



Home | Main Index | Thread Index | Old Index