Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 08 Apr 2026 13:48:27 +0000
From:      Yusuf Yaman <nxjoseph@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Cc:        Kate <kit-ty-kate@exn.st>
Subject:   git: a1bbde07f7e4 - main - devel/ocaml-opam: Update 2.4.1 => 2.5.0
Message-ID:  <69d65cab.39515.13f2b911@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by nxjoseph:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a1bbde07f7e4065a92ab5f06a2041f2ab4b6757a

commit a1bbde07f7e4065a92ab5f06a2041f2ab4b6757a
Author:     Kate <kit-ty-kate@exn.st>
AuthorDate: 2025-11-27 23:03:16 +0000
Commit:     Yusuf Yaman <nxjoseph@FreeBSD.org>
CommitDate: 2026-04-08 13:48:20 +0000

    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)
---
 devel/ocaml-opam/Makefile             |  2 +-
 devel/ocaml-opam/distinfo             |  6 +++---
 devel/ocaml-opam/files/patch-Makefile | 10 +++++-----
 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)


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69d65cab.39515.13f2b911>