Skip to content

Commit 005708e

Browse files
lang/lfortran: upgrade to v0.32.0
Release notes at <https://github.com/lfortran/lfortran/releases/tag/v0.32.0>.
1 parent 0181065 commit 005708e

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

‎lang/lfortran/Makefile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PORTNAME= lfortran
22
DISTVERSIONPREFIX= v
3-
DISTVERSION= 0.31.0
3+
DISTVERSION= 0.32.0
44
CATEGORIES= lang
55

66
MAINTAINER= fortran@FreeBSD.org

‎lang/lfortran/distinfo‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
TIMESTAMP = 1706111722
2-
SHA256 (lfortran-lfortran-v0.31.0_GH0.tar.gz) = 0af63b03b479bdf8926f8cd691095dcef7c0bab923617a9f0b9f7110c929713c
3-
SIZE (lfortran-lfortran-v0.31.0_GH0.tar.gz) = 2524597
1+
TIMESTAMP = 1706452079
2+
SHA256 (lfortran-lfortran-v0.32.0_GH0.tar.gz) = 3f241991db9f0db1e658aecacf33be318e6ca4fbe77132379224873a5639cb12
3+
SIZE (lfortran-lfortran-v0.32.0_GH0.tar.gz) = 2551566

‎lang/lfortran/files/patch-build0.sh‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
--- build0.sh.orig 2022-11-01 11:12:16 UTC
1+
--- build0.sh.orig 2024-01-28 14:28:08 UTC
22
+++ build0.sh
3-
@@ -4,7 +4,7 @@ set -e
3+
@@ -4,7 +4,7 @@ set -x
44
set -x
55

66
# Generate the `version` file
@@ -9,10 +9,10 @@
99

1010
# Generate a Fortran AST from AST.asdl (C++)
1111
python src/libasr/asdl_cpp.py grammar/AST.asdl src/lfortran/ast.h
12-
@@ -16,7 +16,7 @@ python src/libasr/wasm_instructions_visitor.py
12+
@@ -18,7 +18,7 @@ python src/libasr/intrinsic_func_registry_util_gen.py
1313
# Generate the tokenizer and parser
14-
(cd src/lfortran/parser && re2c -W -b tokenizer.re -o tokenizer.cpp)
15-
(cd src/lfortran/parser && re2c -W -b preprocessor.re -o preprocessor.cpp)
14+
(cd src/lfortran && re2c -W -b parser/tokenizer.re -o parser/tokenizer.cpp)
15+
(cd src/lfortran && re2c -W -b parser/preprocessor.re -o parser/preprocessor.cpp)
1616
-(cd src/lfortran/parser && bison -Wall -d -r all parser.yy)
1717
+(cd src/lfortran/parser && bison -Wall -d -v -r all parser.yy)
1818

0 commit comments

Comments
 (0)