pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ocaml-git



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jan  7 08:22:25 UTC 2025

Modified Files:
        pkgsrc/devel/ocaml-git: Makefile

Log Message:
ocaml-git: BROKEN needs quoting


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/ocaml-git/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/ocaml-git/Makefile
diff -u pkgsrc/devel/ocaml-git/Makefile:1.7 pkgsrc/devel/ocaml-git/Makefile:1.8
--- pkgsrc/devel/ocaml-git/Makefile:1.7 Tue Jan  7 05:03:34 2025
+++ pkgsrc/devel/ocaml-git/Makefile     Tue Jan  7 08:22:25 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2025/01/07 05:03:34 riastradh Exp $
+# $NetBSD: Makefile,v 1.8 2025/01/07 08:22:25 wiz Exp $
 
 GITHUB_PROJECT=        ocaml-git
 DISTNAME=      ${GITHUB_PROJECT}-2.0.0
@@ -11,7 +11,7 @@ HOMEPAGE=     https://github.com/mirage/ocam
 COMMENT=       Pure-language git bindings for OCaml
 LICENSE=       isc
 
-BROKEN=                Fails to build since archiveres/ocaml-decompress 1.4.3 update
+BROKEN=                "Fails to build since archiveres/ocaml-decompress 1.4.3 update"
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index