pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-mercurial



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Sep 13 15:09:34 UTC 2020

Modified Files:
        pkgsrc/devel/py-mercurial: options.mk

Log Message:
py-mercurial: comment out rust option

5.5.1 wants some crate versions (*-pre) that do not exist.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-mercurial/options.mk

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

Modified files:

Index: pkgsrc/devel/py-mercurial/options.mk
diff -u pkgsrc/devel/py-mercurial/options.mk:1.1 pkgsrc/devel/py-mercurial/options.mk:1.2
--- pkgsrc/devel/py-mercurial/options.mk:1.1    Wed Aug  5 06:24:32 2020
+++ pkgsrc/devel/py-mercurial/options.mk        Sun Sep 13 15:09:34 2020
@@ -1,7 +1,8 @@
-# $NetBSD: options.mk,v 1.1 2020/08/05 06:24:32 wiz Exp $
+# $NetBSD: options.mk,v 1.2 2020/09/13 15:09:34 wiz Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.mercurial
-PKG_SUPPORTED_OPTIONS=         rust
+# 5.5.1 needs some "*-pre" crates that are not available
+PKG_SUPPORTED_OPTIONS=         # rust
 PKG_SUGGESTED_OPTIONS=         # rust
 
 .include "../../mk/bsd.options.mk"



Home | Main Index | Thread Index | Old Index