Bug 243373 - lang/retro12: Update to 2020.1
Summary: lang/retro12: Update to 2020.1
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: Mateusz Piotrowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-01-15 14:57 UTC by Charles Childers
Modified: 2020-01-31 16:59 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (0mp)


Attachments
diff for the update (1.30 KB, patch)
2020-01-15 14:57 UTC, Charles Childers
no flags Details | Diff

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