Bug 238363

Summary: devel/nimble: Upgrade to 0.10.2
Product: Ports & Packages Reporter: Neal Nelson <ports>
Component: Individual Port(s)Assignee: Steve Wills <swills>
Status: Closed FIXED    
Severity: Affects Only Me Flags: ports: maintainer-feedback+
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Changes to the port. ports: maintainer-approval+

Description Neal Nelson 2019-06-06 13:06:50 UTC
Created attachment 204856 [details]
Changes to the port.

This is a small release which avoids object variant changes that are now treated as runtime errors (Nim #1286). It also adds support for backend selection during nimble init.

Multiple bug fixes are also included:

    Fixed an issue where failing tasks were not returning a non-zero return value (#655).
    Error out if bin is a Nim source file (#597).
    Fixed an issue where nimble task would not run if file of same name exists.
    Fixed an issue that prevented multiple instances of nimble from running on the same package.
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-06-07 23:25:04 UTC
A commit references this bug:

Author: swills
Date: Fri Jun  7 23:24:54 UTC 2019
New revision: 503674
URL: https://svnweb.freebsd.org/changeset/ports/503674

Log:
  devel/nimble: upgrade to 0.10.2

  PR:		238363
  Submitted by:	Neal Nelson <ports@nicandneal.net> (maintainer)

Changes:
  head/devel/nimble/Makefile
  head/devel/nimble/distinfo
Comment 2 Steve Wills freebsd_committer freebsd_triage 2019-06-07 23:25:58 UTC
Committed, thanks!