notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: lang/crystal/Makefile
SVNWeb

Number of commits found: 44

Fri, 10 Mar 2023
[ 15:57 Dmitri Goutnik (dmgk) search for other commits by this committer ]    commit hash:8108170775ebb9b37fa94d50b94771c59969d9a3  commit hash:8108170775ebb9b37fa94d50b94771c59969d9a3  commit hash:8108170775ebb9b37fa94d50b94771c59969d9a3  8108170 
lang/crystal: Update to 1.7.3

Changes:	https://github.com/crystal-lang/crystal/releases/tag/1.7.3
Fri, 27 Jan 2023
[ 12:23 Dmitri Goutnik (dmgk) search for other commits by this committer ]    commit hash:36e69775cadf4819180ce1233c66196f1b0dbbeb  commit hash:36e69775cadf4819180ce1233c66196f1b0dbbeb  commit hash:36e69775cadf4819180ce1233c66196f1b0dbbeb  36e6977 
lang/crystal: Update to 1.7.2

Changes:	https://github.com/crystal-lang/crystal/releases/tag/1.7.2
Tue, 17 Jan 2023
[ 21:23 Dmitri Goutnik (dmgk) search for other commits by this committer ]    commit hash:b2f9ad9709668cb2f8454a297150a98f8c2f37d1  commit hash:b2f9ad9709668cb2f8454a297150a98f8c2f37d1  commit hash:b2f9ad9709668cb2f8454a297150a98f8c2f37d1  b2f9ad9 
lang/crystal: Update to 1.7.1

Changes:	https://github.com/crystal-lang/crystal/releases/tag/1.7.1
Wed, 11 Jan 2023
[ 14:01 Dmitri Goutnik (dmgk) search for other commits by this committer ]    commit hash:c4a0f331ea6a2e10e8786c238798890c6cca6504  commit hash:c4a0f331ea6a2e10e8786c238798890c6cca6504  commit hash:c4a0f331ea6a2e10e8786c238798890c6cca6504  c4a0f33 
lang/crystal: Update to 1.7.0

Changes:	https://github.com/crystal-lang/crystal/releases/tag/1.7.0
Fri, 4 Nov 2022
[ 12:45 Dmitri Goutnik (dmgk) search for other commits by this committer ]    commit hash:0b8b55ccbdaa032d791d99cb79b1184c067d0dd7  commit hash:0b8b55ccbdaa032d791d99cb79b1184c067d0dd7  commit hash:0b8b55ccbdaa032d791d99cb79b1184c067d0dd7  0b8b55c 
lang/crystal: Update to 1.6.2

Changes:	https://github.com/crystal-lang/crystal/releases/tag/1.6.2
Fri, 21 Oct 2022
[ 17:26 Dmitri Goutnik (dmgk) search for other commits by this committer ]    commit hash:837f7640ed006c0457fb12032ebf4c7dea0f3395  commit hash:837f7640ed006c0457fb12032ebf4c7dea0f3395  commit hash:837f7640ed006c0457fb12032ebf4c7dea0f3395  837f764 
lang/crystal: Update to 1.6.1

Changes:	https://github.com/crystal-lang/crystal/releases/tag/1.6.1
Wed, 12 Oct 2022
[ 18:55 Dmitri Goutnik (dmgk) search for other commits by this committer ]    commit hash:4359a0aa3347b156bead8d122c2d9ea588af102b  commit hash:4359a0aa3347b156bead8d122c2d9ea588af102b  commit hash:4359a0aa3347b156bead8d122c2d9ea588af102b  4359a0a 
lang/crystal: Unbreak and enable interpreter mode by default
[ 11:23 Dmitri Goutnik (dmgk) search for other commits by this committer ]    commit hash:026e79b6060ca2fe997c267ca886bfb0860a9457  commit hash:026e79b6060ca2fe997c267ca886bfb0860a9457  commit hash:026e79b6060ca2fe997c267ca886bfb0860a9457  026e79b 
lang/crystal: Update to 1.6.0

Changes:	https://github.com/crystal-lang/crystal/releases/tag/1.6.0

While here, also:

- switch to llvm 14
- upgrade bootstrap compiler to 1.5.1
- add INTERPRETER and STATIC knobs
Sun, 9 Oct 2022
[ 12:24 Dmitri Goutnik (dmgk) search for other commits by this committer ]    commit hash:cff302d9b771582d0870c680d13c6337a1dd3597  commit hash:cff302d9b771582d0870c680d13c6337a1dd3597  commit hash:cff302d9b771582d0870c680d13c6337a1dd3597  cff302d 
lang/crystal: Adopt port
[ 11:56 Fernando Apesteguía (fernape) search for other commits by this committer ]    commit hash:f57221afde929c42521a9325c8e6416e2e400178  commit hash:f57221afde929c42521a9325c8e6416e2e400178  commit hash:f57221afde929c42521a9325c8e6416e2e400178  f57221a  (Only the first 10 of 54 ports in this commit are shown above. View all ports for this commit)
*/*: Release ports from maintainership

Maintainer releases all his ports.

PR:		266871
Reported by:	unrelentingtech <greg@unrelenting.technology>
Sat, 24 Sep 2022
[ 16:35 Fernando Apesteguía (fernape) search for other commits by this committer Author: Gian-Simon Purkert ]    commit hash:41671cfa49c920b92faaa5971888e3d47d1462bd  commit hash:41671cfa49c920b92faaa5971888e3d47d1462bd  commit hash:41671cfa49c920b92faaa5971888e3d47d1462bd  41671cf 
lang/crystal: Update to 1.5.1

ChangeLog: https://github.com/crystal-lang/crystal/releases/tag/1.5.1

 * Fix Class#nilable? for recursive unions and root types
 * Fix Float#abs and Number#format for -0.0
 * Fix null dereference when passing empty slice to Base64.encode
 * Do not check abstract def parameter names on abstract types and modules
 * Compiler/codegen: reset @needs_value
 * Fix homogeneous_aggregate? check for aarch64 types
 * Compiler: don't eagerly check cast type
 * Fix type restriction augmenter for Union(*T) and similar
 * Formatter: Fix assign followed by comment
 * Handle formatting annotated method parameters
 * Update distribution-scripts
 * Update distribution-scripts
 * [CI] Bumping xcode to 13.4.1

PR:		266519
Reported by:	gspurki@gmail.com
Approved by:	greg@unrelenting.technology (maintainer, timeout > 2 weeks)
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Thu, 11 Aug 2022
[ 12:57 Dmitri Goutnik (dmgk) search for other commits by this committer ]    commit hash:b83466143ac2a78d6e28e4136aa54b631bf3b97d  commit hash:b83466143ac2a78d6e28e4136aa54b631bf3b97d  commit hash:b83466143ac2a78d6e28e4136aa54b631bf3b97d  b834661 
lang/crystal: Update to 1.5.0

Changes:	https://crystal-lang.org/2022/07/06/1.5.0-released.html

PR:		265419
Approved by:	greg@unrelenting.technology (maintaner)
Wed, 27 Apr 2022
[ 05:06 Wen Heping (wen) search for other commits by this committer ]    commit hash:0266c754cd087cb5eed54c41e5a56a21534d6ce7  commit hash:0266c754cd087cb5eed54c41e5a56a21534d6ce7  commit hash:0266c754cd087cb5eed54c41e5a56a21534d6ce7  0266c75 
lang/crystal: Update to 1.4.1

PR:		263572
Reported by:	slowdive@me.com
Approved by:	maintainer
Tue, 12 Apr 2022
[ 09:41 Fernando Apesteguía (fernape) search for other commits by this committer ]    commit hash:8cd785de155f660685d9d64ba9c9dc9ae53066c1  commit hash:8cd785de155f660685d9d64ba9c9dc9ae53066c1  commit hash:8cd785de155f660685d9d64ba9c9dc9ae53066c1  8cd785d 
lang/crystal: Update to 1.4.0

ChangeLog: https://crystal-lang.org/2022/04/06/1.4.0-released.html

PR:	262581
Reported by:	slowdive@me.com
Approved by:	greg@unrelenting.technology (maintainer, timeout > 2 weeks)
Fri, 25 Mar 2022
[ 17:14 Dave Cottlehuber (dch) search for other commits by this committer ]    commit hash:30bb70e94e1bed9b4c2953b7be0e56ba7adc902b  commit hash:30bb70e94e1bed9b4c2953b7be0e56ba7adc902b  commit hash:30bb70e94e1bed9b4c2953b7be0e56ba7adc902b  30bb70e 
lang/crystal: fix broken base SSL usage

crystal needs pkgconfig to determine precisely which SSL variant is
present, and patch itself accordingly, but this is not present in
FreeBSD base. Patch directly, what would have been provided by
pkgconfig, for currently supported FreeBSD versions.

PR:          257658
Approved by: greg@unrelenting.technology (maintainer)
Differential Revision: https://reviews.freebsd.org/D31435
Tue, 22 Mar 2022
[ 00:16 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:24f896ee7221eec8bd72c9fec778c18fca0079bb  commit hash:24f896ee7221eec8bd72c9fec778c18fca0079bb  commit hash:24f896ee7221eec8bd72c9fec778c18fca0079bb  24f896e 
lang/crystal: chase d7120b446433
Tue, 28 Dec 2021
[ 17:43 Fernando Apesteguía (fernape) search for other commits by this committer Author: Greg V ]    commit hash:d926f772494f184f24e52fc1d9749cd6b33bf22b  commit hash:d926f772494f184f24e52fc1d9749cd6b33bf22b  commit hash:d926f772494f184f24e52fc1d9749cd6b33bf22b  d926f77 
lang/crystal: update to 1.2.2

PR:	259923
Reported by:	mohd.akram@outlook.com
Thu, 30 Sep 2021
[ 21:23 Rene Ladan (rene) search for other commits by this committer ]    commit hash:620968a43a5f9bb3fa98ab20f257a4c0d864caa7  commit hash:620968a43a5f9bb3fa98ab20f257a4c0d864caa7  commit hash:620968a43a5f9bb3fa98ab20f257a4c0d864caa7  620968a  (Only the first 10 of 399 ports in this commit are shown above. View all ports for this commit)
cleanup: drop support for EOL FreeBSD 11.X

Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11

Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*

Reviewed by:	doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index
Fri, 30 Jul 2021
[ 05:32 Li-Wen Hsu (lwhsu) search for other commits by this committer Author: Greg V ]    commit hash:2199e2f85f13ff53c71595b9e33c9752a85951be  commit hash:2199e2f85f13ff53c71595b9e33c9752a85951be  commit hash:2199e2f85f13ff53c71595b9e33c9752a85951be  2199e2f 
lang/crystal: update to 1.1.1

Also update download URL to a CDN domain, regenerate bootstraps to 1.1.1.

Changelog: https://github.com/crystal-lang/crystal/blob/1.1.1/CHANGELOG.md

PR:		257488
Wed, 7 Apr 2021
[ 08:09 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  cf118cc  (Only the first 10 of 8873 ports in this commit are shown above. View all ports for this commit)
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Fri, 12 Feb 2021
[ 11:17 fernape search for other commits by this committer ] Original commit   Revision:565009
lang/crystal: Update to 0.36.1

ChangeLog: https://github.com/crystal-lang/crystal/blob/0.36.1/CHANGELOG.md

Should fix this issue: https://github.com/crystal-lang/crystal/pull/10259

PR:	253111
Submitted by:	rlwestlund@gmail.com
Approved by:	greg@unrelenting.technology (maintainer)
MFH:	2021Q1 (runtime fix)
Sun, 11 Oct 2020
[ 08:56 mikael search for other commits by this committer ] Original commit   Revision:552036
lang/crystal: Add missing dependency on pkg-config

Previous version of Crystal added -L/usr/local/lib by default,
but now it needs pkg-config.

PR:		248266
Submitted by:	Greg V (greg@unrelenting.technology)
Thu, 8 Oct 2020
[ 00:51 jbeich search for other commits by this committer ] Original commit   Revision:551686
devel/llvm-devel: chase r544647 in LLVM_DEFAULT consumers
Mon, 5 Oct 2020
[ 11:17 fernape search for other commits by this committer ] Original commit   Revision:551486
lang/crystal: update to 0.35.1

PR:	248265
Submitted by:	greg@unrelenting.technology (maintainer)
Reported by:	mohd.akram@outlook.com
Sat, 13 Jun 2020
[ 08:42 mikael search for other commits by this committer ] Original commit   Revision:538654
lang/crystal: update to 0.34.0 (& devel/shards 0.11.0)

PR:		247071
Submitted by:	Greg V (maintainer)
Sun, 12 Jan 2020
[ 02:18 jbeich search for other commits by this committer ] Original commit   Revision:522742
lang/crystal: update to 0.32.1

- Switch to devel/llvm90
- Drop r507877 workaround
- Drop separate bootstrap for FreeBSD 11

Changes:	https://crystal-lang.org/2019/12/18/crystal-0.32.1-released.html
PR:		239603 243276
Submitted by:	Greg V (maintainer)
Thu, 8 Aug 2019
[ 13:18 jbeich search for other commits by this committer ] Original commit   Revision:508377
lang/crystal: unbreak runtime after r507877

$ cat >foo.cr
require "http/client"
HTTP::Client.get "http://api.icndb.com/jokes/1"

$ crystal foo.cr
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
[...]

PR:		206355
Reported by:	Petr Fischer
Submitted by:	Walter Schwarzenfeld
Approved by:	Greg V (maintainer)
Fri, 2 Aug 2019
[ 13:30 jbeich search for other commits by this committer ] Original commit   Revision:507877 (Only the first 10 of 105 ports in this commit are shown above. View all ports for this commit)
devel/libevent2: update to 2.1.11

Changes:	https://github.com/libevent/libevent/releases/tag/release-2.1.11-stable
ABI:		https://abi-laboratory.pro/tracker/timeline/libevent/
PR:		239599
Reported by:	GitHub (watch releases)
Approved by:	zeising (maintainer)
MFH:		2019Q3 (maybe security, partially restores 2.1.8 ABI)
Differential Revision:	https://reviews.freebsd.org/D21133
Wed, 24 Jul 2019
[ 18:09 rodrigo search for other commits by this committer ] Original commit   Revision:507293
Update lang/crystal to 0.28.0 and devel/shards to 0.9.0

Release notes: https://github.com/crystal-lang/crystal/releases/tag/0.28.0
               https://github.com/crystal-lang/shards/releases/tag/v0.9.0

PR:		236969
Submitted by:	Greg V<greg@unrelenting.technology> (maintainer)
Thu, 16 May 2019
[ 05:37 antoine search for other commits by this committer ] Original commit   Revision:501770
Attempt to unbreak INDEX on aarch64
Wed, 7 Nov 2018
[ 15:55 mat search for other commits by this committer ] Original commit   Revision:484402
FreeBSD 10 is not supported any more.
[ 04:46 meta search for other commits by this committer ] Original commit   Revision:484386
lang/crystal: update to 0.27.0

This update includes the fix build oon 13-CURRENT.

PR:		232836
Submitted by:	Greg V <greg@unrelenting.technology> (maintainer)
Approved by:	mentors (implicit)
Fri, 2 Nov 2018
[ 13:32 rene search for other commits by this committer ] Original commit   Revision:483807 (Only the first 10 of 243 ports in this commit are shown above. View all ports for this commit)
Remove compatibility code for FreeBSD < 11.2 from all ports.

Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by:	rene
Reviewed by:	bapt, jbeich
Differential Revision:	https://reviews.freebsd.org/D17724
Sun, 7 Oct 2018
[ 17:59 swills search for other commits by this committer ] Original commit   Revision:481468
lang/crystal: update to 0.26.1

PR:		231820
Submitted by:	Greg V <greg@unrelenting.technology> (maintainer)
Fri, 31 Aug 2018
[ 18:27 fernape search for other commits by this committer ] Original commit   Revision:478604 (Only the first 10 of 26 ports in this commit are shown above. View all ports for this commit)
devel/boehm-gc: update to 7.6.8

ChangeLog: https://github.com/ivmai/bdwgc/releases/tag/v7.6.8

* Giving maintainership to yasu@utahime.org
* Bumping PORTREVISION for dependent ports

PR:	230577
Submitted by:	yasu@utahime.org
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D16704
Thu, 30 Aug 2018
[ 04:05 danfe search for other commits by this committer ] Original commit   Revision:478429 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
Remove redundant DOCS, NLS, EXAMPLES, and IPV6 from OPTIONS_DEFAULT as they
are put there by the framework (see line 200 of Mk/bsd.options.mk), except
for `finance/quantlib' which makes very unorthodoxal usage of port options.
Fri, 13 Jul 2018
[ 05:35 yuri search for other commits by this committer ] Original commit   Revision:474550
lang/crystal: Update 0.24.1 -> 0.25.1

PR:		229636
Submitted by:	Greg V <greg@unrelenting.technology> (maintainer)
Fri, 1 Jun 2018
[ 10:16 cpm search for other commits by this committer ] Original commit   Revision:471254 (Only the first 10 of 23 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION due upgrade of devel/boehm-gc to 7.6.6

PR:		228597
Approved by:	portmgr (antoine)
Sat, 10 Mar 2018
[ 11:15 cpm search for other commits by this committer ] Original commit   Revision:464067
Fix bootstrap for 12 after r464065

Submitted by:	Greg V <greg@unrelenting.technology> (maintainer)
Sat, 24 Feb 2018
[ 14:40 adamw search for other commits by this committer ] Original commit   Revision:462832
Show progress while building.

It doesn't show much, but it least gives an idea what it's chewing on.

Approved by:	maintainer (greg unrelenting technology)
Wed, 21 Feb 2018
[ 03:41 lwhsu search for other commits by this committer ] Original commit   Revision:462473
Fix bootstrap for 12

PR:		226057
Submitted by:	Greg V <greg@unrelenting.technology> (maintainer)
Mon, 19 Feb 2018
[ 13:23 lwhsu search for other commits by this committer ] Original commit   Revision:462317 (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
Add lang/crystal, language with Ruby-like syntax and static type checking

PR:		224459
Submitted by:	Greg V <greg@unrelenting.technology>

Number of commits found: 44