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:   gutteridge
Date:           Wed Jan  8 01:52:38 UTC 2025

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

Log Message:
ocaml-git: fix typo in BROKEN message


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 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.8 pkgsrc/devel/ocaml-git/Makefile:1.9
--- pkgsrc/devel/ocaml-git/Makefile:1.8 Tue Jan  7 08:22:25 2025
+++ pkgsrc/devel/ocaml-git/Makefile     Wed Jan  8 01:52:38 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2025/01/07 08:22:25 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2025/01/08 01:52:38 gutteridge 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 archivers/ocaml-decompress 1.4.3 update"
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index