pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/cmake



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Oct  3 00:08:48 UTC 2021

Modified Files:
        pkgsrc/devel/cmake: Makefile

Log Message:
cmake: use >= for depends


To generate a diff of this commit:
cvs rdiff -u -r1.185 -r1.186 pkgsrc/devel/cmake/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/cmake/Makefile
diff -u pkgsrc/devel/cmake/Makefile:1.185 pkgsrc/devel/cmake/Makefile:1.186
--- pkgsrc/devel/cmake/Makefile:1.185   Sat Oct  2 21:30:52 2021
+++ pkgsrc/devel/cmake/Makefile Sun Oct  3 00:08:48 2021
@@ -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 @@ pre-configure:
 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