lang/crystal: update to 1.2.2
PR: 259923 Reported by: mohd.akram@outlook.com
This commit is contained in:
parent
e237c91212
commit
d926f77249
@ -1,5 +1,5 @@
|
||||
PORTNAME= crystal
|
||||
DISTVERSION= 1.1.1
|
||||
DISTVERSION= 1.2.2
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= https://dl.unrelenting.technology/crystal/:bootstrap
|
||||
DISTFILES= ${BOOTSTRAP_PATH}:bootstrap
|
||||
@ -17,8 +17,8 @@ ONLY_FOR_ARCHS_REASON= requires prebuilt bootstrap compiler
|
||||
LIB_DEPENDS= libgc-threaded.so:devel/boehm-gc-threaded \
|
||||
libevent.so:devel/libevent \
|
||||
libpcre.so:devel/pcre \
|
||||
libLLVM-${LLVM_VERSION:C/^([6-9])0/\1/:S/-devel/12/}.so:devel/llvm${LLVM_VERSION}
|
||||
BUILD_DEPENDS= ${LOCALBASE}/bin/llvm-config${LLVM_VERSION}:devel/llvm${LLVM_VERSION} \
|
||||
libLLVM-${LLVM_VERSION:C/^([6-9])0/\1/:S/-devel/14/}.so:devel/llvm${LLVM_VERSION}
|
||||
BUILD_DEPENDS= ${LOCALBASE}/bin/llvm-config${LLVM_VERSION}:devel/llvm${BOOTSTRAP_LLVM_VERSION} \
|
||||
git:devel/git
|
||||
RUN_DEPENDS= pkg-config:devel/pkgconf
|
||||
|
||||
@ -27,8 +27,9 @@ USES= compiler gmake pkgconfig
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= crystal-lang
|
||||
|
||||
LLVM_VERSION= 10
|
||||
BOOTSTRAP_PATH= crystal-${BOOTSTRAP_VER}-freebsd12-${ARCH}-llvm10
|
||||
LLVM_VERSION?= 10
|
||||
BOOTSTRAP_LLVM_VERSION= 10
|
||||
BOOTSTRAP_PATH= crystal-${BOOTSTRAP_VER}-freebsd12-${ARCH}-llvm${BOOTSTRAP_LLVM_VERSION}
|
||||
BOOTSTRAP_VER?= 1.1.1
|
||||
|
||||
MAKE_ARGS= SHELL=sh \
|
||||
|
@ -1,7 +1,7 @@
|
||||
TIMESTAMP = 1627561733
|
||||
TIMESTAMP = 1640645935
|
||||
SHA256 (crystal/crystal-1.1.1-freebsd12-amd64-llvm10) = bceb45f9d886cfbfac866761dcb954788156908d3a54e35f58c9e3f716cf91ed
|
||||
SIZE (crystal/crystal-1.1.1-freebsd12-amd64-llvm10) = 11997032
|
||||
SHA256 (crystal/crystal-1.1.1-freebsd12-aarch64-llvm10) = 51433c9cff796da1423e2a6d77c87891cd7ba4cee37ef25322b2e801aba2b53b
|
||||
SIZE (crystal/crystal-1.1.1-freebsd12-aarch64-llvm10) = 11093864
|
||||
SHA256 (crystal/crystal-lang-crystal-1.1.1_GH0.tar.gz) = add4b07f23de6e493a17d951e4cff38e1cbf2356cc4a3f642687c769f9ba7d12
|
||||
SIZE (crystal/crystal-lang-crystal-1.1.1_GH0.tar.gz) = 2477825
|
||||
SHA256 (crystal/crystal-lang-crystal-1.2.2_GH0.tar.gz) = 6d963a71ef5f6c73faa272a0f81b50e9ddbf814b1ec07e557ce5c95f84d6077e
|
||||
SIZE (crystal/crystal-lang-crystal-1.2.2_GH0.tar.gz) = 2621720
|
||||
|
@ -113,6 +113,7 @@ lib/crystal/compiler/crystal/semantic/transformer.cr
|
||||
lib/crystal/compiler/crystal/semantic/type_declaration_processor.cr
|
||||
lib/crystal/compiler/crystal/semantic/type_declaration_visitor.cr
|
||||
lib/crystal/compiler/crystal/semantic/type_guess_visitor.cr
|
||||
lib/crystal/compiler/crystal/semantic/type_intersect.cr
|
||||
lib/crystal/compiler/crystal/semantic/type_lookup.cr
|
||||
lib/crystal/compiler/crystal/semantic/type_merge.cr
|
||||
lib/crystal/compiler/crystal/semantic/warnings.cr
|
||||
@ -150,11 +151,7 @@ lib/crystal/compiler/crystal/tools/doc/html/type.html
|
||||
lib/crystal/compiler/crystal/tools/doc/item.cr
|
||||
lib/crystal/compiler/crystal/tools/doc/macro.cr
|
||||
lib/crystal/compiler/crystal/tools/doc/main.cr
|
||||
lib/crystal/compiler/crystal/tools/doc/markdown/doc_renderer.cr
|
||||
lib/crystal/compiler/crystal/tools/doc/markdown/html_renderer.cr
|
||||
lib/crystal/compiler/crystal/tools/doc/markdown/markdown.cr
|
||||
lib/crystal/compiler/crystal/tools/doc/markdown/parser.cr
|
||||
lib/crystal/compiler/crystal/tools/doc/markdown/renderer.cr
|
||||
lib/crystal/compiler/crystal/tools/doc/markd_doc_renderer.cr
|
||||
lib/crystal/compiler/crystal/tools/doc/method.cr
|
||||
lib/crystal/compiler/crystal/tools/doc/project_info.cr
|
||||
lib/crystal/compiler/crystal/tools/doc/relative_location.cr
|
||||
@ -237,7 +234,8 @@ lib/crystal/crypto/blowfish.cr
|
||||
lib/crystal/crypto/subtle.cr
|
||||
lib/crystal/crystal/at_exit_handlers.cr
|
||||
lib/crystal/crystal/compiler_rt.cr
|
||||
lib/crystal/crystal/compiler_rt/mulodi4.cr
|
||||
lib/crystal/crystal/compiler_rt/divmod128.cr
|
||||
lib/crystal/crystal/compiler_rt/mul.cr
|
||||
lib/crystal/crystal/datum.cr
|
||||
lib/crystal/crystal/digest/md5.cr
|
||||
lib/crystal/crystal/digest/sha1.cr
|
||||
@ -313,9 +311,11 @@ lib/crystal/crystal/system/win32/hostname.cr
|
||||
lib/crystal/crystal/system/win32/mime.cr
|
||||
lib/crystal/crystal/system/win32/process.cr
|
||||
lib/crystal/crystal/system/win32/random.cr
|
||||
lib/crystal/crystal/system/win32/socket.cr
|
||||
lib/crystal/crystal/system/win32/thread.cr
|
||||
lib/crystal/crystal/system/win32/thread_mutex.cr
|
||||
lib/crystal/crystal/system/win32/time.cr
|
||||
lib/crystal/crystal/system/win32/windows_registry.cr
|
||||
lib/crystal/crystal/system/win32/zone_names.cr
|
||||
lib/crystal/crystal/system/windows.cr
|
||||
lib/crystal/crystal/thread_local_value.cr
|
||||
@ -355,6 +355,7 @@ lib/crystal/exception.cr
|
||||
lib/crystal/exception/call_stack.cr
|
||||
lib/crystal/exception/call_stack/dwarf.cr
|
||||
lib/crystal/exception/call_stack/elf.cr
|
||||
lib/crystal/exception/call_stack/libunwind.cr
|
||||
lib/crystal/exception/call_stack/mach_o.cr
|
||||
lib/crystal/exception/call_stack/null.cr
|
||||
lib/crystal/exception/lib_unwind.cr
|
||||
@ -415,6 +416,7 @@ lib/crystal/http/web_socket/close_code.cr
|
||||
lib/crystal/http/web_socket/protocol.cr
|
||||
lib/crystal/humanize.cr
|
||||
lib/crystal/indexable.cr
|
||||
lib/crystal/indexable/mutable.cr
|
||||
lib/crystal/ini.cr
|
||||
lib/crystal/int.cr
|
||||
lib/crystal/intrinsics.cr
|
||||
@ -431,6 +433,7 @@ lib/crystal/io/file_descriptor.cr
|
||||
lib/crystal/io/hexdump.cr
|
||||
lib/crystal/io/memory.cr
|
||||
lib/crystal/io/multi_writer.cr
|
||||
lib/crystal/io/overlapped.cr
|
||||
lib/crystal/io/sized.cr
|
||||
lib/crystal/io/stapled.cr
|
||||
lib/crystal/iterable.cr
|
||||
@ -931,17 +934,22 @@ lib/crystal/lib_c/x86_64-windows-msvc/c/errhandlingapi.cr
|
||||
lib/crystal/lib_c/x86_64-windows-msvc/c/errno.cr
|
||||
lib/crystal/lib_c/x86_64-windows-msvc/c/fcntl.cr
|
||||
lib/crystal/lib_c/x86_64-windows-msvc/c/fileapi.cr
|
||||
lib/crystal/lib_c/x86_64-windows-msvc/c/guiddef.cr
|
||||
lib/crystal/lib_c/x86_64-windows-msvc/c/handleapi.cr
|
||||
lib/crystal/lib_c/x86_64-windows-msvc/c/in6addr.cr
|
||||
lib/crystal/lib_c/x86_64-windows-msvc/c/inaddr.cr
|
||||
lib/crystal/lib_c/x86_64-windows-msvc/c/int_safe.cr
|
||||
lib/crystal/lib_c/x86_64-windows-msvc/c/io.cr
|
||||
lib/crystal/lib_c/x86_64-windows-msvc/c/ioapiset.cr
|
||||
lib/crystal/lib_c/x86_64-windows-msvc/c/libloaderapi.cr
|
||||
lib/crystal/lib_c/x86_64-windows-msvc/c/memoryapi.cr
|
||||
lib/crystal/lib_c/x86_64-windows-msvc/c/minwinbase.cr
|
||||
lib/crystal/lib_c/x86_64-windows-msvc/c/mswsock.cr
|
||||
lib/crystal/lib_c/x86_64-windows-msvc/c/ntsecapi.cr
|
||||
lib/crystal/lib_c/x86_64-windows-msvc/c/processenv.cr
|
||||
lib/crystal/lib_c/x86_64-windows-msvc/c/processthreadsapi.cr
|
||||
lib/crystal/lib_c/x86_64-windows-msvc/c/profileapi.cr
|
||||
lib/crystal/lib_c/x86_64-windows-msvc/c/regapix.cr
|
||||
lib/crystal/lib_c/x86_64-windows-msvc/c/stdarg.cr
|
||||
lib/crystal/lib_c/x86_64-windows-msvc/c/stddef.cr
|
||||
lib/crystal/lib_c/x86_64-windows-msvc/c/stdint.cr
|
||||
@ -958,6 +966,7 @@ lib/crystal/lib_c/x86_64-windows-msvc/c/win_def.cr
|
||||
lib/crystal/lib_c/x86_64-windows-msvc/c/winbase.cr
|
||||
lib/crystal/lib_c/x86_64-windows-msvc/c/windows.cr
|
||||
lib/crystal/lib_c/x86_64-windows-msvc/c/winnt.cr
|
||||
lib/crystal/lib_c/x86_64-windows-msvc/c/winreg.cr
|
||||
lib/crystal/lib_c/x86_64-windows-msvc/c/winsock2.cr
|
||||
lib/crystal/lib_c/x86_64-windows-msvc/c/ws2def.cr
|
||||
lib/crystal/lib_c/x86_64-windows-msvc/c/ws2ipdef.cr
|
||||
@ -1159,9 +1168,11 @@ lib/crystal/unicode/unicode.cr
|
||||
lib/crystal/union.cr
|
||||
lib/crystal/uri.cr
|
||||
lib/crystal/uri/encoding.cr
|
||||
lib/crystal/uri/json.cr
|
||||
lib/crystal/uri/params.cr
|
||||
lib/crystal/uri/punycode.cr
|
||||
lib/crystal/uri/uri_parser.cr
|
||||
lib/crystal/uri/yaml.cr
|
||||
lib/crystal/uuid.cr
|
||||
lib/crystal/uuid/json.cr
|
||||
lib/crystal/uuid/yaml.cr
|
||||
|
Loading…
Reference in New Issue
Block a user