Bug 199118 - lang/nimrod: Update Nimrod port to latest version and rename to nim.
Summary: lang/nimrod: Update Nimrod port to latest version and rename to nim.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Bartek Rutkowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-02 16:40 UTC by Neal Nelson
Modified: 2015-04-03 20:33 UTC (History)
1 user (show)

See Also:


Attachments
Diff of changes to nim port. (28.74 KB, patch)
2015-04-02 16:40 UTC, Neal Nelson
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Neal Nelson 2015-04-02 16:40:20 UTC
Created attachment 155124 [details]
Diff of changes to nim port.

Update the nimrod port to 0.10.2 and rename to nim as the language has been renamed.

svn move lang/nimrod lang/nim
svn move lang/nim/files/patch-config-nimrod.cfg lang/nim/files/patch-config-nim.cfg

===================================================================
--- MOVED       (revision 382999)
+++ MOVED       (working copy)
@@ -7452,3 +7452,4 @@
 www/vimb|www/vimb-gtk3|2015-03-29|Split into www/vimb-gtk2 and www/vimb-gtk3 (former default)
 ports-mgmt/portbuilder||2015-03-31|Has expired: No longer developed and overcome by changed in the Ports Collection
 devel/subversion16|devel/subversion|2015-03-31|Has expired: EoL, use devel/subversion
+lang/nimrod|lang/nim|2015-04-02|Language renamed
Comment 1 commit-hook freebsd_committer freebsd_triage 2015-04-03 20:32:46 UTC
A commit references this bug:

Author: robak
Date: Fri Apr  3 20:32:19 UTC 2015
New revision: 383175
URL: https://svnweb.freebsd.org/changeset/ports/383175

Log:
  lang/nimrod: MOVED to lang/nim and update 0.9.2 -> 0.10.2

  - Upstream has renamed the project from 'nimrod' to 'nim'

  PR:		199118
  Submitted by:	Neal Nelson <ports@nicandneal.net>

Changes:
  head/MOVED
  head/lang/nim/
  head/lang/nim/Makefile
  head/lang/nim/distinfo
  head/lang/nim/files/patch-compiler-nimconf.nim
  head/lang/nim/files/patch-config-nim.cfg
  head/lang/nim/files/patch-config-nimrod.cfg
  head/lang/nim/files/patch-install.sh
  head/lang/nim/files/patch-lib-posix-posix.nim
  head/lang/nim/files/patch-lib-pure-os.nim
  head/lang/nim/pkg-descr
  head/lang/nim/pkg-plist
  head/lang/nimrod/
Comment 2 Bartek Rutkowski freebsd_committer freebsd_triage 2015-04-03 20:33:32 UTC
Committed, thanks for your work!