aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKate <kit-ty-kate@exn.st>2025-11-27 23:03:16 +0000
committerYusuf Yaman <nxjoseph@FreeBSD.org>2026-04-08 13:48:20 +0000
commita1bbde07f7e4065a92ab5f06a2041f2ab4b6757a (patch)
treeed7057be63b77beee9a938d38582033c10981f3a
parent53c923abe0474df8895e68638777398ffea2dc3c (diff)
devel/ocaml-opam: Update 2.4.1 => 2.5.0
Changelog: https://github.com/ocaml/opam/blob/2.5.0/CHANGES PR: 291256 Reported by: Kate <kit-ty-kate@exn.st> Approved by: Hannes Mehnert <hannes@mehnert.org> (maintainer) Approved by: vvd (co-mentor)
-rw-r--r--devel/ocaml-opam/Makefile2
-rw-r--r--devel/ocaml-opam/distinfo6
-rw-r--r--devel/ocaml-opam/files/patch-Makefile10
3 files changed, 9 insertions, 9 deletions
diff --git a/devel/ocaml-opam/Makefile b/devel/ocaml-opam/Makefile
index 33dce793759d..2620d6c16343 100644
--- a/devel/ocaml-opam/Makefile
+++ b/devel/ocaml-opam/Makefile
@@ -1,5 +1,5 @@
PORTNAME= opam
-DISTVERSION= 2.4.1
+DISTVERSION= 2.5.0
CATEGORIES= devel
MASTER_SITES= https://github.com/ocaml/opam/releases/download/${DISTVERSION}/
PKGNAMEPREFIX= ocaml-
diff --git a/devel/ocaml-opam/distinfo b/devel/ocaml-opam/distinfo
index bbe83cdb1d0a..1a7e7aaf74e0 100644
--- a/devel/ocaml-opam/distinfo
+++ b/devel/ocaml-opam/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1753269679
-SHA256 (opam-full-2.4.1.tar.gz) = c4d053029793c714e4e7340b1157428c0f90783585fb17f35158247a640467d9
-SIZE (opam-full-2.4.1.tar.gz) = 14294433
+TIMESTAMP = 1764284392
+SHA256 (opam-full-2.5.0.tar.gz) = 25fb98f962c4227c1261e142afc68a416778e6e819600bd5ee3ec4a18ae1e238
+SIZE (opam-full-2.5.0.tar.gz) = 14465057
diff --git a/devel/ocaml-opam/files/patch-Makefile b/devel/ocaml-opam/files/patch-Makefile
index 9e275c51ad28..116aa3533dd9 100644
--- a/devel/ocaml-opam/files/patch-Makefile
+++ b/devel/ocaml-opam/files/patch-Makefile
@@ -1,11 +1,11 @@
---- Makefile.orig 2023-05-27 12:33:21 UTC
+--- Makefile.orig 2025-11-25 15:04:46 UTC
+++ Makefile
-@@ -258,7 +258,7 @@
+@@ -282,7 +282,7 @@ compiler:
.PHONY: compiler cold
compiler:
-- env MAKE=$(MAKE) BOOTSTRAP_EXTRA_OPTS= BOOTSTRAP_TARGETS=world.opt BOOTSTRAP_ROOT=.. BOOTSTRAP_DIR=bootstrap ./shell/bootstrap-ocaml.sh $(OCAML_PORT)
-+ env CC="$(CC)" MAKE=$(MAKE) BOOTSTRAP_EXTRA_OPTS= BOOTSTRAP_TARGETS=world.opt BOOTSTRAP_ROOT=.. BOOTSTRAP_DIR=bootstrap ./shell/bootstrap-ocaml.sh $(OCAML_PORT)
+- env MAKE=$(MAKE) BOOTSTRAP_EXTRA_OPTS= BOOTSTRAP_TARGETS=world.opt BOOTSTRAP_ROOT=.. BOOTSTRAP_DIR=bootstrap MAKEFLAGS= MAKEOVERRIDES= ./shell/bootstrap-ocaml.sh $(OCAML_PORT)
++ env CC="$(CC)" MAKE=$(MAKE) BOOTSTRAP_EXTRA_OPTS= BOOTSTRAP_TARGETS=world.opt BOOTSTRAP_ROOT=.. BOOTSTRAP_DIR=bootstrap MAKEFLAGS= MAKEOVERRIDES= ./shell/bootstrap-ocaml.sh $(OCAML_PORT)
src_ext/secondary/ocaml/bin/ocaml:
- env MAKE=$(MAKE) BOOTSTRAP_EXTRA_OPTS="--disable-ocamldoc --disable-debug-runtime --disable-debugger" BOOTSTRAP_TARGETS="world opt" BOOTSTRAP_ROOT=../.. BOOTSTRAP_DIR=src_ext/secondary ./shell/bootstrap-ocaml.sh $(OCAML_PORT)
+ env MAKE=$(MAKE) BOOTSTRAP_EXTRA_OPTS="--disable-ocamldoc --disable-debug-runtime --disable-debugger" BOOTSTRAP_TARGETS="world opt" BOOTSTRAP_ROOT=../.. BOOTSTRAP_DIR=src_ext/secondary MAKEFLAGS= MAKEOVERRIDES= ./shell/bootstrap-ocaml.sh $(OCAML_PORT)