git: a744b2e10698 - main - lang/lfortran: upgrade to v0.44.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 18 Jan 2025 19:48:32 UTC
The branch main has been updated by thierry: URL: https://cgit.FreeBSD.org/ports/commit/?id=a744b2e10698c64ba1bd8fa9b3b7bf562f3148e7 commit a744b2e10698c64ba1bd8fa9b3b7bf562f3148e7 Author: Thierry Thomas <thierry@FreeBSD.org> AuthorDate: 2025-01-18 19:08:43 +0000 Commit: Thierry Thomas <thierry@FreeBSD.org> CommitDate: 2025-01-18 19:47:09 +0000 lang/lfortran: upgrade to v0.44.0 Releases notes at https://github.com/lfortran/lfortran/releases --- lang/lfortran/Makefile | 3 +-- lang/lfortran/distinfo | 6 +++--- lang/lfortran/files/patch-build0.sh | 16 ++++++++-------- lang/lfortran/pkg-plist | 3 --- 4 files changed, 12 insertions(+), 16 deletions(-) diff --git a/lang/lfortran/Makefile b/lang/lfortran/Makefile index 359d32d94bcb..d3ce57975979 100644 --- a/lang/lfortran/Makefile +++ b/lang/lfortran/Makefile @@ -1,7 +1,6 @@ PORTNAME= lfortran DISTVERSIONPREFIX= v -DISTVERSION= 0.36.1 -PORTREVISION= 2 +DISTVERSION= 0.44.0 CATEGORIES= lang MAINTAINER= fortran@FreeBSD.org diff --git a/lang/lfortran/distinfo b/lang/lfortran/distinfo index 287b79b0669f..79c938d184ba 100644 --- a/lang/lfortran/distinfo +++ b/lang/lfortran/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1718905363 -SHA256 (lfortran-lfortran-v0.36.1_GH0.tar.gz) = fe440ed3c2628268da946f561fb3f0da6ae5e22fa596595ed53d9e32104a8635 -SIZE (lfortran-lfortran-v0.36.1_GH0.tar.gz) = 2722409 +TIMESTAMP = 1737140387 +SHA256 (lfortran-lfortran-v0.44.0_GH0.tar.gz) = 6592623fed2dedbff086f74bbf5264fcd48d5f4938c4b8dcb0ba2ea02b4ab59f +SIZE (lfortran-lfortran-v0.44.0_GH0.tar.gz) = 2927724 diff --git a/lang/lfortran/files/patch-build0.sh b/lang/lfortran/files/patch-build0.sh index 1e3c454231e4..55b89e4e998c 100644 --- a/lang/lfortran/files/patch-build0.sh +++ b/lang/lfortran/files/patch-build0.sh @@ -1,7 +1,7 @@ ---- build0.sh.orig 2024-01-28 14:28:08 UTC +--- build0.sh.orig 2025-01-17 18:59:54 UTC +++ build0.sh -@@ -4,7 +4,7 @@ set -x - set -x +@@ -7,7 +7,7 @@ BISON=${BISON:-bison} + BISON=${BISON:-bison} # Generate the `version` file -ci/version.sh @@ -9,12 +9,12 @@ # Generate a Fortran AST from AST.asdl (C++) python src/libasr/asdl_cpp.py grammar/AST.asdl src/lfortran/ast.h -@@ -18,7 +18,7 @@ python src/libasr/intrinsic_func_registry_util_gen.py +@@ -21,7 +21,7 @@ python src/libasr/intrinsic_func_registry_util_gen.py # Generate the tokenizer and parser - (cd src/lfortran && re2c -W -b parser/tokenizer.re -o parser/tokenizer.cpp) - (cd src/lfortran && re2c -W -b parser/preprocessor.re -o parser/preprocessor.cpp) --(cd src/lfortran/parser && bison -Wall -d -r all parser.yy) -+(cd src/lfortran/parser && bison -Wall -d -v -r all parser.yy) + (cd src/lfortran && ${RE2C} -W -b parser/tokenizer.re -o parser/tokenizer.cpp) + (cd src/lfortran && ${RE2C} -W -b parser/preprocessor.re -o parser/preprocessor.cpp) +-(cd src/lfortran/parser && ${BISON} -Wall -d -r all parser.yy) ++(cd src/lfortran/parser && ${BISON} -Wall -d -v -r all parser.yy) grep -n "'" src/lfortran/parser/parser.yy && echo "Single quote not allowed" && exit 1 echo "OK" diff --git a/lang/lfortran/pkg-plist b/lang/lfortran/pkg-plist index 7c55a60bb777..c791b63407d2 100644 --- a/lang/lfortran/pkg-plist +++ b/lang/lfortran/pkg-plist @@ -1,12 +1,9 @@ bin/lfortran include/lfortran/impure/lfortran_intrinsics.h -lib/lfortran_intrinsic_builtin.mod lib/lfortran_intrinsic_custom.mod lib/lfortran_intrinsic_ieee_arithmetic.mod lib/lfortran_intrinsic_iso_c_binding.mod lib/lfortran_intrinsic_iso_fortran_env.mod -lib/lfortran_intrinsic_math.mod -lib/lfortran_intrinsic_string.mod lib/liblfortran_runtime.so lib/liblfortran_runtime.so.0 lib/liblfortran_runtime.so.%%VER%%