pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/cmake cmake: use >= for depends



details:   https://anonhg.NetBSD.org/pkgsrc/rev/15f682a16dad
branches:  trunk
changeset: 459301:15f682a16dad
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Oct 03 00:08:48 2021 +0000

description:
cmake: use >= for depends

diffstat:

 devel/cmake/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c5ae1e830a7d -r 15f682a16dad devel/cmake/Makefile
--- a/devel/cmake/Makefile      Sat Oct 02 21:45:23 2021 +0000
+++ b/devel/cmake/Makefile      Sun Oct 03 00:08:48 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.185 2021/10/02 21:30:52 wiz Exp $
+# $NetBSD: Makefile,v 1.186 2021/10/03 00:08:48 wiz Exp $
 
 PKGREVISION=   1
 .include "Makefile.common"
@@ -57,7 +57,7 @@
 USE_CURSES=            wsyncup
 
 BUILDLINK_API_DEPENDS.libarchive+=     libarchive>=3.3.3
-BUILDLINK_API_DEPENDS.rhash+=  rhash>1.4.2nb1
+BUILDLINK_API_DEPENDS.rhash+=  rhash>=1.4.2nb1
 .include "../../archivers/libarchive/buildlink3.mk"
 .include "../../devel/libexecinfo/buildlink3.mk"
 .include "../../devel/libuv/buildlink3.mk"



Home | Main Index | Thread Index | Old Index