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:           Sat Oct  2 21:30:53 UTC 2021

Modified Files:
        pkgsrc/devel/cmake: Makefile

Log Message:
cmake: really require newer rhash


To generate a diff of this commit:
cvs rdiff -u -r1.184 -r1.185 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.184 pkgsrc/devel/cmake/Makefile:1.185
--- pkgsrc/devel/cmake/Makefile:1.184   Sat Oct  2 20:54:57 2021
+++ pkgsrc/devel/cmake/Makefile Sat Oct  2 21:30:52 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.184 2021/10/02 20:54:57 jklos Exp $
+# $NetBSD: Makefile,v 1.185 2021/10/02 21:30:52 wiz Exp $
 
-PKGREVISION= 1
+PKGREVISION=   1
 .include "Makefile.common"
 
 COMMENT=       Cross platform make
@@ -57,7 +57,7 @@ pre-configure:
 USE_CURSES=            wsyncup
 
 BUILDLINK_API_DEPENDS.libarchive+=     libarchive>=3.3.3
-BUILDLINK_API_DEPENDS.rhash+=  rhash>1.4.2
+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