diff options
author | Mateusz Piotrowski <0mp@FreeBSD.org> | 2019-04-18 16:39:34 +0000 |
---|---|---|
committer | Mateusz Piotrowski <0mp@FreeBSD.org> | 2019-04-18 16:39:34 +0000 |
commit | 5a3b74ef4494a27b5d10abefb96f08e74d04f5f7 (patch) | |
tree | db59cc0ead145adf334c0156764c1afaff675803 /lang/retro12 | |
parent | 9644971a59233593ca71a7469bd44415b49dc7f3 (diff) | |
download | ports-5a3b74ef4494a27b5d10abefb96f08e74d04f5f7.tar.gz ports-5a3b74ef4494a27b5d10abefb96f08e74d04f5f7.zip |
Notes
Diffstat (limited to 'lang/retro12')
-rw-r--r-- | lang/retro12/Makefile | 24 | ||||
-rw-r--r-- | lang/retro12/distinfo | 6 |
2 files changed, 16 insertions, 14 deletions
diff --git a/lang/retro12/Makefile b/lang/retro12/Makefile index b9d22ce0795b..4c1cc1f7face 100644 --- a/lang/retro12/Makefile +++ b/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 @@ MAKE_ENV= DATADIR=${DATADIR} \ DOCSDIR=${DOCSDIR} \ EXAMPLESDIR=${EXAMPLESDIR} \ PREFIX=${PREFIX} - -PLIST_FILES= bin/embedimage \ - bin/extend \ - bin/injectimage-js \ - bin/listener \ - bin/muri \ - bin/repl \ - bin/ri \ - bin/rre \ - bin/unu +# 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/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 \ diff --git a/lang/retro12/distinfo b/lang/retro12/distinfo index 5df3f01fa3d8..74226a9ab59d 100644 --- a/lang/retro12/distinfo +++ b/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 |