From owner-svn-ports-branches@freebsd.org Thu Feb 18 12:32:49 2021 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2E331536952; Thu, 18 Feb 2021 12:32:49 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DhDcx0qHKz3vqn; Thu, 18 Feb 2021 12:32:49 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0F183186A1; Thu, 18 Feb 2021 12:32:49 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11ICWm06095589; Thu, 18 Feb 2021 12:32:48 GMT (envelope-from fernape@FreeBSD.org) Received: (from fernape@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11ICWmo2095587; Thu, 18 Feb 2021 12:32:48 GMT (envelope-from fernape@FreeBSD.org) Message-Id: <202102181232.11ICWmo2095587@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fernape set sender to fernape@FreeBSD.org using -f From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= Date: Thu, 18 Feb 2021 12:32:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r565925 - branches/2021Q1/lang/retro12 X-SVN-Group: ports-branches X-SVN-Commit-Author: fernape X-SVN-Commit-Paths: branches/2021Q1/lang/retro12 X-SVN-Commit-Revision: 565925 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2021 12:32:49 -0000 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@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