Date: Tue, 30 Apr 2024 07:14:48 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: fea3dd2ab885 - main - lang/eisl: update 3.72 =?utf-8?Q?=E2=86=92?= 3.90 Message-ID: <202404300714.43U7Em84074661@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=fea3dd2ab885b636bf1e0c0e4fa44c08bccc11ba commit fea3dd2ab885b636bf1e0c0e4fa44c08bccc11ba Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-04-30 07:14:28 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-04-30 07:14:39 +0000 lang/eisl: update 3.72 → 3.90 Reported by: portscout --- lang/eisl/Makefile | 2 +- lang/eisl/distinfo | 6 +++--- lang/eisl/files/patch-ffi.h | 11 +++++++++++ 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/lang/eisl/Makefile b/lang/eisl/Makefile index c2648632b04b..9731d31d81b5 100644 --- a/lang/eisl/Makefile +++ b/lang/eisl/Makefile @@ -1,6 +1,6 @@ PORTNAME= eisl DISTVERSIONPREFIX= v -DISTVERSION= 3.72 +DISTVERSION= 3.90 CATEGORIES= lang devel MAINTAINER= yuri@FreeBSD.org diff --git a/lang/eisl/distinfo b/lang/eisl/distinfo index 0787494e6cd5..da448ce991ef 100644 --- a/lang/eisl/distinfo +++ b/lang/eisl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1712132295 -SHA256 (sasagawa888-eisl-v3.72_GH0.tar.gz) = cb38e0fe3e6efd8e429bc6855e3db8812ccd087f9b1280df08bb80d32c5368ba -SIZE (sasagawa888-eisl-v3.72_GH0.tar.gz) = 2430755 +TIMESTAMP = 1714460842 +SHA256 (sasagawa888-eisl-v3.90_GH0.tar.gz) = bcc7b5541897334a13f70ab5e789b6acd22af7c1366ac0f0d6769669a604f2cc +SIZE (sasagawa888-eisl-v3.90_GH0.tar.gz) = 2435398 diff --git a/lang/eisl/files/patch-ffi.h b/lang/eisl/files/patch-ffi.h new file mode 100644 index 000000000000..efd446611808 --- /dev/null +++ b/lang/eisl/files/patch-ffi.h @@ -0,0 +1,11 @@ +--- ffi.h.orig 2024-04-30 07:10:18 UTC ++++ ffi.h +@@ -4,7 +4,7 @@ + + #ifndef FFI_H + #define FFI_H +-#define CELLSIZE 20000000 ++#define CELLSIZE 10000000 + // TCC does not have support for "static conts" as compile time constant + #ifdef __TINYC__ + #define NIL 0
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404300714.43U7Em84074661>