svn commit: r565925 - branches/2021Q1/lang/retro12
Fernando Apesteguía
fernape at FreeBSD.org
Thu Feb 18 12:32:49 UTC 2021
Author: fernape
Date: Thu Feb 18 12:32:48 2021
New Revision: 565925
URL: https://svnweb.freebsd.org/changeset/ports/565925
Log:
MFH: r565924
lang/retro12: Update to 2021.2
ChangeLog:
* fixes a bug causing address stack corruption in some circumstances
* improved handling of pipes
* added `abort`
* add support for user defined block delimiters
PR: 253610
Submitted by: crc at forthworks.com
Modified:
branches/2021Q1/lang/retro12/Makefile
branches/2021Q1/lang/retro12/distinfo
Directory Properties:
branches/2021Q1/ (props changed)
Modified: branches/2021Q1/lang/retro12/Makefile
==============================================================================
--- branches/2021Q1/lang/retro12/Makefile Thu Feb 18 12:30:57 2021 (r565924)
+++ branches/2021Q1/lang/retro12/Makefile Thu Feb 18 12:32:48 2021 (r565925)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= retro12
-DISTVERSION= 2020.10
+DISTVERSION= 2021.2
CATEGORIES= lang
MASTER_SITES= http://forthworks.com/retro/r/ \
https://forthworks.com/retro/r/
Modified: branches/2021Q1/lang/retro12/distinfo
==============================================================================
--- branches/2021Q1/lang/retro12/distinfo Thu Feb 18 12:30:57 2021 (r565924)
+++ branches/2021Q1/lang/retro12/distinfo Thu Feb 18 12:32:48 2021 (r565925)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1603639325
-SHA256 (RETRO12-2020.10.tar.gz) = 35bed1f2ea7c74227bf4c05cd4772f621291b1fc99f30387e270c3dfd187be7b
-SIZE (RETRO12-2020.10.tar.gz) = 864416
+TIMESTAMP = 1613625090
+SHA256 (RETRO12-2021.2.tar.gz) = b2ee8e0f270a8559a733992a129425284c54001407b6a53a24cee2ce1d1d7890
+SIZE (RETRO12-2021.2.tar.gz) = 1113834
More information about the svn-ports-branches
mailing list