lang/retro12: Update to 2019.1
Reviewed by: mat Differential Revision: https://reviews.freebsd.org/D19471
This commit is contained in:
parent
9644971a59
commit
5a3b74ef44
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=499276
2 changed files with 15 additions and 13 deletions
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue