Bug 243373

Summary: lang/retro12: Update to 2020.1
Product: Ports & Packages Reporter: Charles Childers <crc>
Component: Individual Port(s)Assignee: Mateusz Piotrowski <0mp>
Status: Closed FIXED    
Severity: Affects Only Me CC: crc
Priority: --- Flags: bugzilla: maintainer-feedback? (0mp)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
diff for the update none

Description Charles Childers 2020-01-15 14:57:08 UTC
Created attachment 210760 [details]
diff for the update

Update the port to the 2020.1 release.

The main changes:

- fix bugs in n:MIN, n:MAX, a:index-of, s:WHITESPACE
- removed uses of raw nga bytecode from standard library
- added optimized implementations of the standard library functions
- reduced the overall size slightly
- added retro-lookup(1) to search the tags file created by retro-tags(1)
Comment 1 Mateusz Piotrowski freebsd_committer freebsd_triage 2020-01-31 16:49:39 UTC
Thanks! Let's take a look.
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-01-31 16:58:42 UTC
A commit references this bug:

Author: 0mp
Date: Fri Jan 31 16:57:50 UTC 2020
New revision: 524731
URL: https://svnweb.freebsd.org/changeset/ports/524731

Log:
  Update to 2020.01

  Changelog (main changes):
  - fix bugs in n:MIN, n:MAX, a:index-of, s:WHITESPACE
  - removed uses of raw nga bytecode from standard library
  - added optimized implementations of the standard library functions
  - reduced the overall size slightly
  - added retro-lookup(1) to search the tags file created by retro-tags(1)

  PR:		243373
  Submitted by:	Charles Childers <crc@forthworks.com>
  Event:	Brussels DevSummit 2020

Changes:
  head/lang/retro12/Makefile
  head/lang/retro12/distinfo
Comment 3 Mateusz Piotrowski freebsd_committer freebsd_triage 2020-01-31 16:59:57 UTC
Thanks!