Bug 238363 - devel/nimble: Upgrade to 0.10.2
Summary: devel/nimble: Upgrade to 0.10.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-06-06 13:06 UTC by Neal Nelson
Modified: 2019-06-07 23:25 UTC (History)
0 users

See Also:
ports: maintainer-feedback+


Attachments
Changes to the port. (831 bytes, patch)
2019-06-06 13:06 UTC, Neal Nelson
ports: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!