Index: head/lang/retro12/Makefile =================================================================== --- head/lang/retro12/Makefile +++ head/lang/retro12/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= retro12 -DISTVERSION= 2018.8 +DISTVERSION= 2019.1 CATEGORIES= lang MASTER_SITES= https://forthworks.com/retro/r/ DISTNAME= ${PORTNAME:tu}-${DISTVERSION} @@ -25,16 +25,18 @@ DOCSDIR=${DOCSDIR} \ EXAMPLESDIR=${EXAMPLESDIR} \ PREFIX=${PREFIX} +# There are race conditions in the makefile due to missing dependencies for +# targets as upstream tests releases on single core machines. +MAKE_JOBS_UNSAFE= yes -PLIST_FILES= bin/embedimage \ - bin/extend \ - bin/injectimage-js \ - bin/listener \ - bin/muri \ - bin/repl \ - bin/ri \ - bin/rre \ - bin/unu +PLIST_FILES= bin/retro \ + bin/retro-embedimage \ + bin/retro-extend \ + bin/retro-injectimage-js \ + bin/retro-muri \ + bin/retro-repl \ + bin/retro-ri \ + bin/retro-unu PORTDATA= RETRO12.html \ glossary.forth \ Index: head/lang/retro12/distinfo =================================================================== --- head/lang/retro12/distinfo +++ head/lang/retro12/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1541075447 -SHA256 (RETRO12-2018.8.tar.gz) = 9458f3c82d8e6fa54148b210420e4314e886c3020b3cb0392e801f308d5fe5a5 -SIZE (RETRO12-2018.8.tar.gz) = 538215 +TIMESTAMP = 1551366750 +SHA256 (RETRO12-2019.1.tar.gz) = 19125204185da7c3b31a3112edefb4c544daa2f8f4c770cacdcb47f9c783dbf6 +SIZE (RETRO12-2019.1.tar.gz) = 592836