pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/ruby-net-pop
Module Name: pkgsrc
Committed By: taca
Date: Sun Sep 4 05:22:42 UTC 2022
Modified Files:
pkgsrc/net/ruby-net-pop: Makefile
Log Message:
net/ruby-net-pop: fix dependency lines
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/ruby-net-pop/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-pop/Makefile
diff -u pkgsrc/net/ruby-net-pop/Makefile:1.2 pkgsrc/net/ruby-net-pop/Makefile:1.3
--- pkgsrc/net/ruby-net-pop/Makefile:1.2 Sat Sep 3 04:08:41 2022
+++ pkgsrc/net/ruby-net-pop/Makefile Sun Sep 4 05:22:41 2022
@@ -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 @@ HOMEPAGE= https://github.com/ruby/net-po
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