Bug 273423 - lang/nim: Upgrade to 2.0.0
Summary: lang/nim: Upgrade to 2.0.0
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: Fernando Apesteguía
URL: https://nim-lang.org/blog/2023/08/01/...
Keywords:
Depends on:
Blocks:
 
Reported: 2023-08-29 16:57 UTC by Neal Nelson
Modified: 2023-08-31 09:44 UTC (History)
1 user (show)

See Also:


Attachments
Git diff of changes. (79.92 KB, patch)
2023-08-29 16:57 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 2023-08-29 16:57:11 UTC
Created attachment 244445 [details]
Git diff of changes.

Upgrade lang/nim to 2.0.0.

Unfortunately I was unable to bludgeon this version of nim into working with proper hier locations, so I have instead had to put everything under /usr/local/nim. On the plus side: this is how nim likes to be built, so the port is a little simpler.
Comment 1 Fernando Apesteguía freebsd_committer freebsd_triage 2023-08-31 09:44:02 UTC
Committed,

Thanks!
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-08-31 09:44:56 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3a22c2fedb4f28b6ddab01c97d784b83e42e3763

commit 3a22c2fedb4f28b6ddab01c97d784b83e42e3763
Author:     Neal Nelson <ports@nicandneal.net>
AuthorDate: 2023-08-30 08:25:44 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2023-08-31 09:43:40 +0000

    lang/nim: Upgrade to 2.0.0

    ChangeLog: https://nim-lang.org/blog/2023/08/01/nim-v20-released.html

    PR:             273423
    Reported by:    ports@nicandneal.net (maintainer)

 lang/nim/Makefile                                 |   46 +-
 lang/nim/distinfo                                 |    6 +-
 lang/nim/files/patch-build.sh (gone)              |   15 -
 lang/nim/files/patch-compiler_nimpaths.nim (gone) |   13 -
 lang/nim/files/patch-config-nim.cfg               |   16 +-
 lang/nim/files/patch-koch.nim                     |   93 +-
 lang/nim/files/patch-tools_deps.nim (new)         |   49 +
 lang/nim/files/patch-tools_kochdocs.nim (new)     |   44 +
 lang/nim/pkg-message (new)                        |    2 +
 lang/nim/pkg-plist                                | 1863 +++++++++++----------
 10 files changed, 1128 insertions(+), 1019 deletions(-)