pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/ruby-net-pop net/ruby-net-pop: fix dependency lines



details:   https://anonhg.NetBSD.org/pkgsrc/rev/52b1d024c708
branches:  trunk
changeset: 384692:52b1d024c708
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Sep 04 05:22:41 2022 +0000

description:
net/ruby-net-pop: fix dependency lines

diffstat:

 net/ruby-net-pop/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 9c40f27bbe03 -r 52b1d024c708 net/ruby-net-pop/Makefile
--- a/net/ruby-net-pop/Makefile Sun Sep 04 05:21:52 2022 +0000
+++ b/net/ruby-net-pop/Makefile Sun Sep 04 05:22:41 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2022/09/03 04:08:41 taca Exp $
+# $NetBSD: Makefile,v 1.3 2022/09/04 05:22:41 taca Exp $
 
 DISTNAME=      net-pop-0.1.1
 PKGREVISION=   1
@@ -9,8 +9,8 @@
 COMMENT=       Ruby client library for POP3
 LICENSE=       2-clause-bsd OR ruby-license
 
-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
 
 # This package is mainly for redmine50 on Ruby 2.7.
 



Home | Main Index | Thread Index | Old Index