aboutsummaryrefslogtreecommitdiffstats
path: root/lang/crystal
Commit message (Collapse)AuthorAgeFilesLines
* onvert to UCL & cleanup pkg-message (categories l-m)mat2019-08-141-0/+6
|
* lang/crystal: unbreak runtime after r507877jbeich2019-08-082-1/+6
| | | | | | | | | | | | | | | | | | | | | | $ 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)
* devel/libevent2: update to 2.1.11jbeich2019-08-021-0/+2
| | | | | | | | | | 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
* Update lang/crystal to 0.28.0 and devel/shards to 0.9.0rodrigo2019-07-253-192/+208
| | | | | | | | 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)
* Attempt to unbreak INDEX on aarch64antoine2019-05-161-4/+0
|
* FreeBSD 10 is not supported any more.mat2018-11-071-1/+0
|
* lang/crystal: update to 0.27.0meta2018-11-073-29/+55
| | | | | | | | This update includes the fix build oon 13-CURRENT. PR: 232836 Submitted by: Greg V <greg@unrelenting.technology> (maintainer) Approved by: mentors (implicit)
* Remove compatibility code for FreeBSD < 11.2 from all ports.rene2018-11-021-3/+0
| | | | | | | 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
* lang/crystal: update to 0.26.1swills2018-10-083-7/+21
| | | | | PR: 231820 Submitted by: Greg V <greg@unrelenting.technology> (maintainer)
* devel/boehm-gc: update to 7.6.8fernape2018-09-011-0/+1
| | | | | | | | | | | | 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
* Remove redundant DOCS, NLS, EXAMPLES, and IPV6 from OPTIONS_DEFAULT as theydanfe2018-08-301-1/+1
| | | | | 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.
* lang/crystal: Update 0.24.1 -> 0.25.1yuri2018-07-136-135/+132
| | | | | PR: 229636 Submitted by: Greg V <greg@unrelenting.technology> (maintainer)
* Bump PORTREVISION due upgrade of devel/boehm-gc to 7.6.6cpm2018-06-011-1/+1
| | | | | PR: 228597 Approved by: portmgr (antoine)
* Fix bootstrap for 12 after r464065cpm2018-03-102-7/+8
| | | | Submitted by: Greg V <greg@unrelenting.technology> (maintainer)
* Show progress while building.adamw2018-02-241-1/+1
| | | | | | It doesn't show much, but it least gives an idea what it's chewing on. Approved by: maintainer (greg unrelenting technology)
* Fix bootstrap for 12lwhsu2018-02-212-4/+4
| | | | | PR: 226057 Submitted by: Greg V <greg@unrelenting.technology> (maintainer)
* Add lang/crystal, language with Ruby-like syntax and static type checkinglwhsu2018-02-198-0/+1039
PR: 224459 Submitted by: Greg V <greg@unrelenting.technology>