svn commit: r508377 - head/lang/crystal

Jan Beich jbeich at FreeBSD.org
Thu Aug 8 13:18:38 UTC 2019


Author: jbeich
Date: Thu Aug  8 13:18:37 2019
New Revision: 508377
URL: https://svnweb.freebsd.org/changeset/ports/508377

Log:
  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)

Modified:
  head/lang/crystal/Makefile   (contents, props changed)
  head/lang/crystal/distinfo   (contents, props changed)

Modified: head/lang/crystal/Makefile
==============================================================================
--- head/lang/crystal/Makefile	Thu Aug  8 13:07:08 2019	(r508376)
+++ head/lang/crystal/Makefile	Thu Aug  8 13:18:37 2019	(r508377)
@@ -2,12 +2,15 @@
 
 PORTNAME=		crystal
 DISTVERSION=		0.28.0
-PORTREVISION=		1
+PORTREVISION=		2
 CATEGORIES=		lang
 MASTER_SITES=		https://unrelentingtech.s3.dualstack.eu-west-1.amazonaws.com/crystal/:bootstrap
 DISTFILES=		${BOOTSTRAP_PATH}:bootstrap
 DIST_SUBDIR=		${PORTNAME}
 EXTRACT_ONLY=		${DISTNAME}${EXTRACT_SUFX}
+
+PATCH_SITES=		https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
+PATCHFILES+=		2fafc7d60825.patch:-p1
 
 MAINTAINER=	greg at unrelenting.technology
 COMMENT=	Language with Ruby-like syntax and static type checking

Modified: head/lang/crystal/distinfo
==============================================================================
--- head/lang/crystal/distinfo	Thu Aug  8 13:07:08 2019	(r508376)
+++ head/lang/crystal/distinfo	Thu Aug  8 13:18:37 2019	(r508377)
@@ -7,3 +7,5 @@ SHA256 (crystal/crystal-0.27.2-freebsd12-aarch64) = d5
 SIZE (crystal/crystal-0.27.2-freebsd12-aarch64) = 9692352
 SHA256 (crystal/crystal-lang-crystal-0.28.0_GH0.tar.gz) = 4206f57c6345454504ec4cd8cbd1b9354b9be29fae4cdcdd173f4a28cc13b102
 SIZE (crystal/crystal-lang-crystal-0.28.0_GH0.tar.gz) = 2108702
+SHA256 (crystal/2fafc7d60825.patch) = bb7022add31c2042132978e0edaedf4340689bb8d1f057d5dc4b5cccf20fb1ee
+SIZE (crystal/2fafc7d60825.patch) = 1974


More information about the svn-ports-all mailing list