Date: Mon, 18 Sep 2023 08:27:05 GMT From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 0b790fc329cb - main - math/ocaml-zarith: update ZArith to version 1.13 Message-ID: <202309180827.38I8R5fp098309@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by danfe: URL: https://cgit.FreeBSD.org/ports/commit/?id=0b790fc329cb543f09d64c6c6a8b186dae81625d commit 0b790fc329cb543f09d64c6c6a8b186dae81625d Author: Alexey Dokuchaev <danfe@FreeBSD.org> AuthorDate: 2023-09-18 08:26:00 +0000 Commit: Alexey Dokuchaev <danfe@FreeBSD.org> CommitDate: 2023-09-18 08:26:00 +0000 math/ocaml-zarith: update ZArith to version 1.13 Reported by: portscout --- math/ocaml-zarith/Makefile | 3 +-- math/ocaml-zarith/distinfo | 6 +++--- math/ocaml-zarith/files/patch-configure | 10 +++++----- math/ocaml-zarith/pkg-plist | 1 + 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/math/ocaml-zarith/Makefile b/math/ocaml-zarith/Makefile index ab95d248427a..7e02f8db6812 100644 --- a/math/ocaml-zarith/Makefile +++ b/math/ocaml-zarith/Makefile @@ -1,7 +1,6 @@ PORTNAME= ${GH_PROJECT:tl} -PORTVERSION= 1.12 +PORTVERSION= 1.13 DISTVERSIONPREFIX= release- -PORTREVISION= 1 CATEGORIES= math PKGNAMEPREFIX= ocaml- diff --git a/math/ocaml-zarith/distinfo b/math/ocaml-zarith/distinfo index 3e2235e7d2c6..2df68dba1013 100644 --- a/math/ocaml-zarith/distinfo +++ b/math/ocaml-zarith/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1614762000 -SHA256 (ocaml-Zarith-release-1.12_GH0.tar.gz) = cc32563c3845c86d0f609c86d83bf8607ef12354863d31d3bffc0dacf1ed2881 -SIZE (ocaml-Zarith-release-1.12_GH0.tar.gz) = 93695 +TIMESTAMP = 1689789526 +SHA256 (ocaml-Zarith-release-1.13_GH0.tar.gz) = a5826d33fea0103ad6e66f92583d8e075fb77976de893ffdd73ada0409b3f83b +SIZE (ocaml-Zarith-release-1.13_GH0.tar.gz) = 85994 diff --git a/math/ocaml-zarith/files/patch-configure b/math/ocaml-zarith/files/patch-configure index 6ce8fe8ee40b..977b654adb40 100644 --- a/math/ocaml-zarith/files/patch-configure +++ b/math/ocaml-zarith/files/patch-configure @@ -1,7 +1,7 @@ ---- configure.orig 2021-03-03 09:00:00 UTC +--- configure.orig 2023-07-19 17:58:46 UTC +++ configure -@@ -268,7 +268,7 @@ searchbin ocamlfind - if test $? -eq 1 -a $ocamlfind != "no"; then +@@ -258,7 +258,7 @@ searchbin ocamlfind + if test $? -eq 1 && test $ocamlfind != "no"; then instmeth='findlib' if test "$installdir" = "auto" - then installdir=`ocamlfind printconf destdir`; fi @@ -9,10 +9,10 @@ else searchbin install if test $? -eq 1; then instmeth='install' -@@ -365,7 +365,7 @@ OCAMLOPTFLAGS=$mloptflags - OCAMLINC=$mlinc +@@ -354,7 +354,7 @@ OCAMLINC=$mlinc CFLAGS=$ccinc $ccdef $ccopt LIBS=$cclib + LDFLAGS=$ldflags -INSTALLDIR=$installdir +INSTALLDIR=${DESTDIR}$installdir INSTALL=install diff --git a/math/ocaml-zarith/pkg-plist b/math/ocaml-zarith/pkg-plist index 844f3cadc7a0..253d07fcf0fb 100644 --- a/math/ocaml-zarith/pkg-plist +++ b/math/ocaml-zarith/pkg-plist @@ -19,3 +19,4 @@ %%OCAML_SITELIBDIR%%/zarith/zarith.cmxs %%OCAML_SITELIBDIR%%/zarith/zarith.h %%OCAML_SITELIBDIR%%/zarith/zarith_top.cma +%%OCAML_SITELIBDIR%%/zarith/zarith_version.cmx
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309180827.38I8R5fp098309>