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:           Wed Feb 19 13:28:47 UTC 2025

Modified Files:
        pkgsrc/devel/ocamlbuild: Makefile distinfo

Log Message:
ocamlbuild: update to 0.16.0.

0.16.0 (13 Feb 2025):
---------------------

OCamlbuild 0.16.0 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 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.18 -r1.19 pkgsrc/devel/ocamlbuild/Makefile
cvs rdiff -u -r1.12 -r1.13 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.18 pkgsrc/devel/ocamlbuild/Makefile:1.19
--- pkgsrc/devel/ocamlbuild/Makefile:1.18       Sun Jan 19 19:27:17 2025
+++ pkgsrc/devel/ocamlbuild/Makefile    Wed Feb 19 13:28:47 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2025/01/19 19:27:17 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2025/02/19 13:28:47 wiz Exp $
 
-DISTNAME=      ocamlbuild-0.15.0
+DISTNAME=      ocamlbuild-0.16.0
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=ocaml/}
 

Index: pkgsrc/devel/ocamlbuild/distinfo
diff -u pkgsrc/devel/ocamlbuild/distinfo:1.12 pkgsrc/devel/ocamlbuild/distinfo:1.13
--- pkgsrc/devel/ocamlbuild/distinfo:1.12       Sun Jan 19 19:27:18 2025
+++ pkgsrc/devel/ocamlbuild/distinfo    Wed Feb 19 13:28:47 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2025/01/19 19:27:18 wiz Exp $
+$NetBSD: distinfo,v 1.13 2025/02/19 13:28:47 wiz Exp $
 
-BLAKE2s (ocamlbuild-0.15.0.tar.gz) = 533f1aad2207f4e145f11c10ddbb94f075da47fa0d88e1c7e27a5aedfe1bf1d9
-SHA512 (ocamlbuild-0.15.0.tar.gz) = c8311a9a78491bf759eb27153d6ba4692d27cd935759a145f96a8ba8f3c2e97cef54e7d654ed1c2c07c74f60482a4fef5224e26d0f04450e69cdcb9418c762d3
-Size (ocamlbuild-0.15.0.tar.gz) = 201971 bytes
+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



Home | Main Index | Thread Index | Old Index