Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (ab09a851f841e99ee80ee8167dd97b77cb6fb7b5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (ab09a851f841e99ee80ee8167dd97b77cb6fb7b5)
  • Date: Sat, 25 Mar 2023 15:21:48 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

devel/dune/BUILD | 2 --
devel/dune/DETAILS | 4 ++--
devel/dune/HISTORY | 3 +++
devel/ocaml/DETAILS | 6 +++---
devel/ocaml/HISTORY | 3 +++
5 files changed, 11 insertions(+), 7 deletions(-)

New commits:
commit ab09a851f841e99ee80ee8167dd97b77cb6fb7b5
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

dune 3.7.0

commit 48f8cc107372305cddb1107735ddfcf8f1039cf0
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

ocaml 5.0.0

diff --git a/devel/dune/BUILD b/devel/dune/BUILD
index febb0e4..3ca9c41 100755
--- a/devel/dune/BUILD
+++ b/devel/dune/BUILD
@@ -1,3 +1 @@
-mkdir -p src/dune &&
-ocaml configure.ml &&
make release
diff --git a/devel/dune/DETAILS b/devel/dune/DETAILS
index 8eb9694..5be2ee2 100755
--- a/devel/dune/DETAILS
+++ b/devel/dune/DETAILS
@@ -1,8 +1,8 @@
SPELL=dune
- VERSION=2.7.1
+ VERSION=3.7.0
SOURCE="$SPELL-$VERSION.tbz"

SOURCE_URL[0]=https://github.com/ocaml/$SPELL/releases/download/$VERSION/$SOURCE
-
SOURCE_HASH=sha512:2b4b311824471dac8196181d7c7267f96b1b73f35341b72019f169cf6d42a19254e90bdfba2d3ecb138ad318e2e2431dd0ec6c38d9efe1da382ec95f5d9e959b
+
SOURCE_HASH=sha512:586e47ee45cd53a8c13095bde0b47de99aad9462d0a52199362140b5b654ca862597fa9f27f729a8cc594684ac46858848f9fa76f8f06dc8dc8ab8b1186a3295
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE="https://dune.build/";
LICENSE[0]="MIT"
diff --git a/devel/dune/HISTORY b/devel/dune/HISTORY
index 6102b1d..a80461f 100644
--- a/devel/dune/HISTORY
+++ b/devel/dune/HISTORY
@@ -1,2 +1,5 @@
+2023-03-25 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DETAILS: updated spell to 3.7.0
+
2021-01-05 Ismael Luceno <ismael AT sourcemage.org>
* BUILD, CONFLICTS, DEPENDS, DETAILS, INSTALL: spell created
diff --git a/devel/ocaml/DETAILS b/devel/ocaml/DETAILS
index 65f9710..e01ef6f 100755
--- a/devel/ocaml/DETAILS
+++ b/devel/ocaml/DETAILS
@@ -1,9 +1,9 @@
SPELL=ocaml
- VERSION=4.14.0
-
SOURCE_HASH=sha512:0fae5b8752ce900bc69f71ebdc82faa588272fd3dce6795aa03467e89e1e376f127a288221761e353191fb5941b563e183098c0c74b18374aa0ca1c8e0715e97
+ VERSION=5.0.0
+
SOURCE_HASH=sha512:1ddc5ae1cbdccdb44dd1bb9878470bbac3ba225d4339aae35220cac99dda2640c74d48e536111ee47e7fe2a9848db8581966a6f1e182bb102ffade0454dc4ecd
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-${VERSION%pl*}
-
SOURCE_URL[0]=http://caml.inria.fr/pub/distrib/$SPELL-${VERSION:0:4}/$SOURCE
+
SOURCE_URL[0]=http://caml.inria.fr/pub/distrib/$SPELL-${VERSION%.*}/$SOURCE
WEB_SITE=http://ocaml.org/
ENTERED=20040325
LICENSE[0]=GPL
diff --git a/devel/ocaml/HISTORY b/devel/ocaml/HISTORY
index 545bfd5..ac542cb 100644
--- a/devel/ocaml/HISTORY
+++ b/devel/ocaml/HISTORY
@@ -1,3 +1,6 @@
+2023-03-25 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 5.0.0
+
2022-03-29 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 4.14.0




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (ab09a851f841e99ee80ee8167dd97b77cb6fb7b5), Ismael Luceno, 03/25/2023

Archive powered by MHonArc 2.6.24.

Top of Page