pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ocamlbuild



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Feb 23 11:36:17 UTC 2025

Modified Files:
        pkgsrc/devel/ocamlbuild: Makefile distinfo

Log Message:
ocamlbuild: update to 0.16.1.

0.16.1 (13 Feb 2025):
---------------------

OCamlbuild 0.16.1 improves ocamlbuild's behavior
when cross-compiling for Windows.

- Set default values of `Options.ext_*` and `Options.exe` from the output of
  `Options.ocamlc "-config"` (Useful when `Options.ocamlc` is a cross compiler)
  (#353, #361 by Pierre Boutillier, reviewed by Kate Deplaix and Hugo Heuzard,
   requested by whitequark in #181)
- Misc: continue improving the CI
  (#355 by Hugo Heuzard)


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/ocamlbuild/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/ocamlbuild/distinfo

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

Modified files:

Index: pkgsrc/devel/ocamlbuild/Makefile
diff -u pkgsrc/devel/ocamlbuild/Makefile:1.19 pkgsrc/devel/ocamlbuild/Makefile:1.20
--- pkgsrc/devel/ocamlbuild/Makefile:1.19       Wed Feb 19 13:28:47 2025
+++ pkgsrc/devel/ocamlbuild/Makefile    Sun Feb 23 11:36:17 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2025/02/19 13:28:47 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2025/02/23 11:36:17 wiz Exp $
 
-DISTNAME=      ocamlbuild-0.16.0
+DISTNAME=      ocamlbuild-0.16.1
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=ocaml/}
 

Index: pkgsrc/devel/ocamlbuild/distinfo
diff -u pkgsrc/devel/ocamlbuild/distinfo:1.13 pkgsrc/devel/ocamlbuild/distinfo:1.14
--- pkgsrc/devel/ocamlbuild/distinfo:1.13       Wed Feb 19 13:28:47 2025
+++ pkgsrc/devel/ocamlbuild/distinfo    Sun Feb 23 11:36:17 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2025/02/19 13:28:47 wiz Exp $
+$NetBSD: distinfo,v 1.14 2025/02/23 11:36:17 wiz Exp $
 
-BLAKE2s (ocamlbuild-0.16.0.tar.gz) = 6b7ee141d2b16134b4f6760c103a86132e019065630cfcc65903888a91bba349
-SHA512 (ocamlbuild-0.16.0.tar.gz) = 59ce54d408043808334c00411f14eb8e4e1f8d11a73593cd8af62342071030e62473038173c0b2171c67219947d518ec1467bf65f3a0dbfeb673d5b2ac8982ea
-Size (ocamlbuild-0.16.0.tar.gz) = 202783 bytes
+BLAKE2s (ocamlbuild-0.16.1.tar.gz) = 765b82c27ca4e1c16fe6f8007b928c6f6f083ff9feac72ce8daa14ffa0596502
+SHA512 (ocamlbuild-0.16.1.tar.gz) = e918b9a0081f271e507c7a4f4d5d5a7cdf818ca51c52acec1bac85ddad5f6cad078cb3c568252fbcf5401c2d75323ed8f50fdd881bda1c9632840320408393ae
+Size (ocamlbuild-0.16.1.tar.gz) = 202416 bytes



Home | Main Index | Thread Index | Old Index