FreeBSD Bugzilla – Attachment 232478 Details for
Bug 262581
lang/crystal: Update to 1.4.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
diff outputs for Makefile, distinfo, pkg-plist
crystal-1.3.2-diffs (text/plain), 14.54 KB, created by
slowdive
on 2022-03-16 02:00:35 UTC
(
hide
)
Description:
diff outputs for Makefile, distinfo, pkg-plist
Filename:
MIME Type:
Creator:
slowdive
Created:
2022-03-16 02:00:35 UTC
Size:
14.54 KB
patch
obsolete
>diff -ruN crystal/Makefile crystal-1.3.2/Makefile >--- crystal/Makefile 2021-12-28 02:12:05.000000000 -0800 >+++ crystal-1.3.2/Makefile 2022-03-15 18:34:06.812908000 -0700 >@@ -1,5 +1,5 @@ > PORTNAME= crystal >-DISTVERSION= 1.2.2 >+DISTVERSION= 1.3.2 > CATEGORIES= lang > MASTER_SITES= https://dl.unrelenting.technology/crystal/:bootstrap > DISTFILES= ${BOOTSTRAP_PATH}:bootstrap >diff -ruN crystal/distinfo crystal-1.3.2/distinfo >--- crystal/distinfo 2021-12-28 02:12:05.000000000 -0800 >+++ crystal-1.3.2/distinfo 2022-03-15 18:34:06.813713000 -0700 >@@ -1,7 +1,5 @@ >-TIMESTAMP = 1640645935 >+TIMESTAMP = 1647388419 > 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.2.2_GH0.tar.gz) = 6d963a71ef5f6c73faa272a0f81b50e9ddbf814b1ec07e557ce5c95f84d6077e >-SIZE (crystal/crystal-lang-crystal-1.2.2_GH0.tar.gz) = 2621720 >+SHA256 (crystal/crystal-lang-crystal-1.3.2_GH0.tar.gz) = 0dceb2fde610c479466ebe1ce03745c51ba9def9f0da3aff1601532693741e0a >+SIZE (crystal/crystal-lang-crystal-1.3.2_GH0.tar.gz) = 2834902 >diff -ruN crystal/pkg-plist crystal-1.3.2/pkg-plist >--- crystal/pkg-plist 2021-12-28 02:12:05.000000000 -0800 >+++ crystal-1.3.2/pkg-plist 2022-03-15 18:34:06.813448000 -0700 >@@ -1,5 +1,6 @@ > bin/crystal >-%%BASH%%etc/bash_completion.d/_crystal.bash >+etc/bash_completion.d/_crystal.bash >+share/zsh/site-functions/_crystal > lib/crystal/VERSION > lib/crystal/annotations.cr > lib/crystal/array.cr >@@ -62,13 +63,48 @@ > lib/crystal/compiler/crystal/command/eval.cr > lib/crystal/compiler/crystal/command/format.cr > lib/crystal/compiler/crystal/command/playground.cr >+lib/crystal/compiler/crystal/command/repl.cr > lib/crystal/compiler/crystal/command/spec.cr > lib/crystal/compiler/crystal/compiler.cr > lib/crystal/compiler/crystal/config.cr > lib/crystal/compiler/crystal/crystal_path.cr > lib/crystal/compiler/crystal/error.cr > lib/crystal/compiler/crystal/exception.cr >+lib/crystal/compiler/crystal/ffi/call_interface.cr >+lib/crystal/compiler/crystal/ffi/closure.cr >+lib/crystal/compiler/crystal/ffi/ffi.cr >+lib/crystal/compiler/crystal/ffi/lib_ffi.cr >+lib/crystal/compiler/crystal/ffi/type.cr > lib/crystal/compiler/crystal/formatter.cr >+lib/crystal/compiler/crystal/interpreter.cr >+lib/crystal/compiler/crystal/interpreter/c.cr >+lib/crystal/compiler/crystal/interpreter/cast.cr >+lib/crystal/compiler/crystal/interpreter/class_vars.cr >+lib/crystal/compiler/crystal/interpreter/closure.cr >+lib/crystal/compiler/crystal/interpreter/compiled_block.cr >+lib/crystal/compiler/crystal/interpreter/compiled_def.cr >+lib/crystal/compiler/crystal/interpreter/compiled_instructions.cr >+lib/crystal/compiler/crystal/interpreter/compiler.cr >+lib/crystal/compiler/crystal/interpreter/constants.cr >+lib/crystal/compiler/crystal/interpreter/context.cr >+lib/crystal/compiler/crystal/interpreter/debug.cr >+lib/crystal/compiler/crystal/interpreter/disassembler.cr >+lib/crystal/compiler/crystal/interpreter/escaping_exception.cr >+lib/crystal/compiler/crystal/interpreter/ffi_closure_context.cr >+lib/crystal/compiler/crystal/interpreter/instruction.cr >+lib/crystal/compiler/crystal/interpreter/instructions.cr >+lib/crystal/compiler/crystal/interpreter/interpreter.cr >+lib/crystal/compiler/crystal/interpreter/lib_function.cr >+lib/crystal/compiler/crystal/interpreter/local_vars.cr >+lib/crystal/compiler/crystal/interpreter/local_vars_gatherer.cr >+lib/crystal/compiler/crystal/interpreter/multidispatch.cr >+lib/crystal/compiler/crystal/interpreter/op_code.cr >+lib/crystal/compiler/crystal/interpreter/primitives.cr >+lib/crystal/compiler/crystal/interpreter/repl.cr >+lib/crystal/compiler/crystal/interpreter/to_bool.cr >+lib/crystal/compiler/crystal/interpreter/value.cr >+lib/crystal/compiler/crystal/loader.cr >+lib/crystal/compiler/crystal/loader/unix.cr > lib/crystal/compiler/crystal/macros.cr > lib/crystal/compiler/crystal/macros/interpreter.cr > lib/crystal/compiler/crystal/macros/macros.cr >@@ -129,9 +165,10 @@ > lib/crystal/compiler/crystal/syntax/virtual_file.cr > lib/crystal/compiler/crystal/syntax/visitor.cr > lib/crystal/compiler/crystal/tools/context.cr >+lib/crystal/compiler/crystal/tools/doc.cr > lib/crystal/compiler/crystal/tools/doc/constant.cr > lib/crystal/compiler/crystal/tools/doc/generator.cr >-lib/crystal/compiler/crystal/tools/doc/highlighter.cr >+lib/crystal/compiler/crystal/tools/doc/html/404.html > lib/crystal/compiler/crystal/tools/doc/html/_head.html > lib/crystal/compiler/crystal/tools/doc/html/_list_items.html > lib/crystal/compiler/crystal/tools/doc/html/_method_detail.html >@@ -171,6 +208,7 @@ > lib/crystal/compiler/crystal/tools/init/template/readme.md.ecr > lib/crystal/compiler/crystal/tools/init/template/shard.yml.ecr > lib/crystal/compiler/crystal/tools/init/template/spec_helper.cr.ecr >+lib/crystal/compiler/crystal/tools/playground.cr > lib/crystal/compiler/crystal/tools/playground/agent.cr > lib/crystal/compiler/crystal/tools/playground/agent_instrumentor_transformer.cr > lib/crystal/compiler/crystal/tools/playground/public/application.css >@@ -206,6 +244,7 @@ > lib/crystal/compiler/crystal/tools/typed_def_processor.cr > lib/crystal/compiler/crystal/types.cr > lib/crystal/compiler/crystal/util.cr >+lib/crystal/compiler/requires.cr > lib/crystal/complex.cr > lib/crystal/compress/deflate/deflate.cr > lib/crystal/compress/deflate/reader.cr >@@ -235,7 +274,10 @@ > lib/crystal/crystal/at_exit_handlers.cr > lib/crystal/crystal/compiler_rt.cr > lib/crystal/crystal/compiler_rt/divmod128.cr >+lib/crystal/crystal/compiler_rt/fixint.cr >+lib/crystal/crystal/compiler_rt/float.cr > lib/crystal/crystal/compiler_rt/mul.cr >+lib/crystal/crystal/compiler_rt/multi3.cr > lib/crystal/crystal/datum.cr > lib/crystal/crystal/digest/md5.cr > lib/crystal/crystal/digest/sha1.cr >@@ -248,6 +290,8 @@ > lib/crystal/crystal/fiber_channel.cr > lib/crystal/crystal/hasher.cr > lib/crystal/crystal/iconv.cr >+lib/crystal/crystal/interpreter.cr >+lib/crystal/crystal/lib_iconv.cr > lib/crystal/crystal/mach_o.cr > lib/crystal/crystal/main.cr > lib/crystal/crystal/once.cr >@@ -255,6 +299,9 @@ > lib/crystal/crystal/rw_lock.cr > lib/crystal/crystal/scheduler.cr > lib/crystal/crystal/spin_lock.cr >+lib/crystal/crystal/syntax_highlighter.cr >+lib/crystal/crystal/syntax_highlighter/colorize.cr >+lib/crystal/crystal/syntax_highlighter/html.cr > lib/crystal/crystal/system.cr > lib/crystal/crystal/system/dir.cr > lib/crystal/crystal/system/env.cr >@@ -265,6 +312,7 @@ > lib/crystal/crystal/system/file_info.cr > lib/crystal/crystal/system/group.cr > lib/crystal/crystal/system/mime.cr >+lib/crystal/crystal/system/path.cr > lib/crystal/crystal/system/print_error.cr > lib/crystal/crystal/system/process.cr > lib/crystal/crystal/system/random.cr >@@ -288,11 +336,13 @@ > lib/crystal/crystal/system/unix/hostname.cr > lib/crystal/crystal/system/unix/lib_event2.cr > lib/crystal/crystal/system/unix/mime.cr >+lib/crystal/crystal/system/unix/path.cr > lib/crystal/crystal/system/unix/process.cr > lib/crystal/crystal/system/unix/pthread.cr > lib/crystal/crystal/system/unix/pthread_condition_variable.cr > lib/crystal/crystal/system/unix/pthread_mutex.cr > lib/crystal/crystal/system/unix/socket.cr >+lib/crystal/crystal/system/unix/syscall.cr > lib/crystal/crystal/system/unix/sysconf_cpucount.cr > lib/crystal/crystal/system/unix/sysctl_cpucount.cr > lib/crystal/crystal/system/unix/time.cr >@@ -309,13 +359,17 @@ > lib/crystal/crystal/system/win32/file_info.cr > lib/crystal/crystal/system/win32/hostname.cr > lib/crystal/crystal/system/win32/mime.cr >+lib/crystal/crystal/system/win32/path.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/visual_studio.cr > lib/crystal/crystal/system/win32/windows_registry.cr >+lib/crystal/crystal/system/win32/windows_sdk.cr >+lib/crystal/crystal/system/win32/wmain.cr > lib/crystal/crystal/system/win32/zone_names.cr > lib/crystal/crystal/system/windows.cr > lib/crystal/crystal/thread_local_value.cr >@@ -355,15 +409,18 @@ > 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/interpreter.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/call_stack/stackwalk.cr > lib/crystal/exception/lib_unwind.cr > lib/crystal/fiber.cr > lib/crystal/fiber/context.cr > lib/crystal/fiber/context/aarch64.cr > lib/crystal/fiber/context/arm.cr > lib/crystal/fiber/context/i386.cr >+lib/crystal/fiber/context/interpreted.cr > lib/crystal/fiber/context/x86_64-microsoft.cr > lib/crystal/fiber/context/x86_64-sysv.cr > lib/crystal/fiber/stack_pool.cr >@@ -427,6 +484,7 @@ > lib/crystal/io/console.cr > lib/crystal/io/delimited.cr > lib/crystal/io/encoding.cr >+lib/crystal/io/encoding_stubs.cr > lib/crystal/io/error.cr > lib/crystal/io/evented.cr > lib/crystal/io/file_descriptor.cr >@@ -516,7 +574,6 @@ > lib/crystal/lib_c/aarch64-linux-gnu/c/sys/select.cr > lib/crystal/lib_c/aarch64-linux-gnu/c/sys/socket.cr > lib/crystal/lib_c/aarch64-linux-gnu/c/sys/stat.cr >-lib/crystal/lib_c/aarch64-linux-gnu/c/sys/syscall.cr > lib/crystal/lib_c/aarch64-linux-gnu/c/sys/time.cr > lib/crystal/lib_c/aarch64-linux-gnu/c/sys/types.cr > lib/crystal/lib_c/aarch64-linux-gnu/c/sys/un.cr >@@ -552,7 +609,6 @@ > lib/crystal/lib_c/aarch64-linux-musl/c/sys/select.cr > lib/crystal/lib_c/aarch64-linux-musl/c/sys/socket.cr > lib/crystal/lib_c/aarch64-linux-musl/c/sys/stat.cr >-lib/crystal/lib_c/aarch64-linux-musl/c/sys/syscall.cr > lib/crystal/lib_c/aarch64-linux-musl/c/sys/time.cr > lib/crystal/lib_c/aarch64-linux-musl/c/sys/types.cr > lib/crystal/lib_c/aarch64-linux-musl/c/sys/un.cr >@@ -590,7 +646,6 @@ > lib/crystal/lib_c/arm-linux-gnueabihf/c/sys/select.cr > lib/crystal/lib_c/arm-linux-gnueabihf/c/sys/socket.cr > lib/crystal/lib_c/arm-linux-gnueabihf/c/sys/stat.cr >-lib/crystal/lib_c/arm-linux-gnueabihf/c/sys/syscall.cr > lib/crystal/lib_c/arm-linux-gnueabihf/c/sys/time.cr > lib/crystal/lib_c/arm-linux-gnueabihf/c/sys/types.cr > lib/crystal/lib_c/arm-linux-gnueabihf/c/sys/un.cr >@@ -626,7 +681,6 @@ > lib/crystal/lib_c/i386-linux-gnu/c/sys/select.cr > lib/crystal/lib_c/i386-linux-gnu/c/sys/socket.cr > lib/crystal/lib_c/i386-linux-gnu/c/sys/stat.cr >-lib/crystal/lib_c/i386-linux-gnu/c/sys/syscall.cr > lib/crystal/lib_c/i386-linux-gnu/c/sys/time.cr > lib/crystal/lib_c/i386-linux-gnu/c/sys/types.cr > lib/crystal/lib_c/i386-linux-gnu/c/sys/un.cr >@@ -662,7 +716,6 @@ > lib/crystal/lib_c/i386-linux-musl/c/sys/select.cr > lib/crystal/lib_c/i386-linux-musl/c/sys/socket.cr > lib/crystal/lib_c/i386-linux-musl/c/sys/stat.cr >-lib/crystal/lib_c/i386-linux-musl/c/sys/syscall.cr > lib/crystal/lib_c/i386-linux-musl/c/sys/time.cr > lib/crystal/lib_c/i386-linux-musl/c/sys/types.cr > lib/crystal/lib_c/i386-linux-musl/c/sys/un.cr >@@ -806,7 +859,6 @@ > lib/crystal/lib_c/x86_64-linux-gnu/c/sys/select.cr > lib/crystal/lib_c/x86_64-linux-gnu/c/sys/socket.cr > lib/crystal/lib_c/x86_64-linux-gnu/c/sys/stat.cr >-lib/crystal/lib_c/x86_64-linux-gnu/c/sys/syscall.cr > lib/crystal/lib_c/x86_64-linux-gnu/c/sys/time.cr > lib/crystal/lib_c/x86_64-linux-gnu/c/sys/types.cr > lib/crystal/lib_c/x86_64-linux-gnu/c/sys/un.cr >@@ -842,7 +894,6 @@ > lib/crystal/lib_c/x86_64-linux-musl/c/sys/select.cr > lib/crystal/lib_c/x86_64-linux-musl/c/sys/socket.cr > lib/crystal/lib_c/x86_64-linux-musl/c/sys/stat.cr >-lib/crystal/lib_c/x86_64-linux-musl/c/sys/syscall.cr > lib/crystal/lib_c/x86_64-linux-musl/c/sys/time.cr > lib/crystal/lib_c/x86_64-linux-musl/c/sys/types.cr > lib/crystal/lib_c/x86_64-linux-musl/c/sys/un.cr >@@ -927,8 +978,11 @@ > lib/crystal/lib_c/x86_64-unknown-freebsd > lib/crystal/lib_c/x86_64-windows-msvc/c/afunix.cr > lib/crystal/lib_c/x86_64-windows-msvc/c/basetsd.cr >+lib/crystal/lib_c/x86_64-windows-msvc/c/combaseapi.cr > lib/crystal/lib_c/x86_64-windows-msvc/c/consoleapi.cr >+lib/crystal/lib_c/x86_64-windows-msvc/c/consoleapi2.cr > lib/crystal/lib_c/x86_64-windows-msvc/c/corecrt.cr >+lib/crystal/lib_c/x86_64-windows-msvc/c/dbghelp.cr > lib/crystal/lib_c/x86_64-windows-msvc/c/direct.cr > lib/crystal/lib_c/x86_64-windows-msvc/c/errhandlingapi.cr > lib/crystal/lib_c/x86_64-windows-msvc/c/errno.cr >@@ -941,6 +995,7 @@ > 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/knownfolders.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 >@@ -950,12 +1005,14 @@ > 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/shlobj_core.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 > lib/crystal/lib_c/x86_64-windows-msvc/c/stdio.cr > lib/crystal/lib_c/x86_64-windows-msvc/c/stdlib.cr > lib/crystal/lib_c/x86_64-windows-msvc/c/string.cr >+lib/crystal/lib_c/x86_64-windows-msvc/c/stringapiset.cr > lib/crystal/lib_c/x86_64-windows-msvc/c/synchapi.cr > lib/crystal/lib_c/x86_64-windows-msvc/c/sys/stat.cr > lib/crystal/lib_c/x86_64-windows-msvc/c/sys/types.cr >@@ -965,6 +1022,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/winnls.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 >@@ -1139,11 +1197,19 @@ > lib/crystal/string.cr > lib/crystal/string/builder.cr > lib/crystal/string/formatter.cr >+lib/crystal/string/grapheme.cr >+lib/crystal/string/grapheme/grapheme.cr >+lib/crystal/string/grapheme/properties.cr > lib/crystal/string/utf16.cr > lib/crystal/string_pool.cr > lib/crystal/string_scanner.cr > lib/crystal/struct.cr > lib/crystal/symbol.cr >+lib/crystal/syscall.cr >+lib/crystal/syscall/aarch64-linux.cr >+lib/crystal/syscall/arm-linux.cr >+lib/crystal/syscall/i386-linux.cr >+lib/crystal/syscall/x86_64-linux.cr > lib/crystal/system.cr > lib/crystal/system/group.cr > lib/crystal/system/user.cr >@@ -1216,4 +1282,3 @@ > lib/crystal/yaml/serialization.cr > lib/crystal/yaml/to_yaml.cr > man/man1/crystal.1.gz >-%%ZSH%%share/zsh/site-functions/_crystal
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 262581
:
232478
|
232520
|
233109
|
233110
|
233111
|
233348