svn commit: r538195 - head/lang/retro12

Mateusz Piotrowski 0mp at FreeBSD.org
Mon Jun 8 00:15:20 UTC 2020


Author: 0mp
Date: Mon Jun  8 00:15:19 2020
New Revision: 538195
URL: https://svnweb.freebsd.org/changeset/ports/538195

Log:
  Update to 2020.4
  
  This release fixes numerous bugs, and makes a lot of improvements to the
  standard library, using inline assembly to enhance performance and reduce
  size.
  
  PR:		246961
  Submitted by:	Charles Childers

Modified:
  head/lang/retro12/Makefile
  head/lang/retro12/distinfo

Modified: head/lang/retro12/Makefile
==============================================================================
--- head/lang/retro12/Makefile	Sun Jun  7 23:37:30 2020	(r538194)
+++ head/lang/retro12/Makefile	Mon Jun  8 00:15:19 2020	(r538195)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	retro12
-DISTVERSION=	2020.1
+DISTVERSION=	2020.4
 CATEGORIES=	lang
 MASTER_SITES=	http://forthworks.com/retro/r/ \
 		https://forthworks.com/retro/r/

Modified: head/lang/retro12/distinfo
==============================================================================
--- head/lang/retro12/distinfo	Sun Jun  7 23:37:30 2020	(r538194)
+++ head/lang/retro12/distinfo	Mon Jun  8 00:15:19 2020	(r538195)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1579098262
-SHA256 (RETRO12-2020.1.tar.gz) = a7adf9c9f3bba6d62d602b330b0a4dac2b18ca49b0704aa3af1e677effb61e9c
-SIZE (RETRO12-2020.1.tar.gz) = 827525
+TIMESTAMP = 1591197199
+SHA256 (RETRO12-2020.4.tar.gz) = d1df6d770ba36817c52d2779211850504bdc45e8d7d273b6ce2fd7f40ae657dd
+SIZE (RETRO12-2020.4.tar.gz) = 788473


More information about the svn-ports-all mailing list