Date: Thu, 18 Apr 2019 16:39:34 +0000 (UTC) From: Mateusz Piotrowski <0mp@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r499276 - head/lang/retro12 Message-ID: <201904181639.x3IGdYIv032514@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: 0mp Date: Thu Apr 18 16:39:34 2019 New Revision: 499276 URL: https://svnweb.freebsd.org/changeset/ports/499276 Log: lang/retro12: Update to 2019.1 Reviewed by: mat Differential Revision: https://reviews.freebsd.org/D19471 Modified: head/lang/retro12/Makefile head/lang/retro12/distinfo Modified: head/lang/retro12/Makefile ============================================================================== --- head/lang/retro12/Makefile Thu Apr 18 15:33:29 2019 (r499275) +++ head/lang/retro12/Makefile Thu Apr 18 16:39:34 2019 (r499276) @@ -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} +# 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 \ Modified: head/lang/retro12/distinfo ============================================================================== --- head/lang/retro12/distinfo Thu Apr 18 15:33:29 2019 (r499275) +++ head/lang/retro12/distinfo Thu Apr 18 16:39:34 2019 (r499276) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904181639.x3IGdYIv032514>