View | Details | Raw Unified | Return to bug 241575
Collapse All | Expand All

(-)Makefile (-3 / +4 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	retro12
3
PORTNAME=	retro12
4
DISTVERSION=	2019.7
4
DISTVERSION=	2019.10
5
CATEGORIES=	lang
5
CATEGORIES=	lang
6
MASTER_SITES=	http://forthworks.com/retro/r/ \
6
MASTER_SITES=	http://forthworks.com/retro/r/ \
7
		https://forthworks.com/retro/r/
7
		https://forthworks.com/retro/r/
Lines 25-31 Link Here
25
		PREFIX=${PREFIX}
25
		PREFIX=${PREFIX}
26
# There are race conditions in the makefile due to missing dependencies for
26
# There are race conditions in the makefile due to missing dependencies for
27
# targets as upstream tests releases on single core machines.
27
# targets as upstream tests releases on single core machines.
28
MAKE_JOBS_UNSAFE=	yes
28
MAKE_JOBS_UNSAFE=	no
29
29
30
PLIST_FILES=	bin/retro \
30
PLIST_FILES=	bin/retro \
31
		bin/retro-describe \
31
		bin/retro-describe \
Lines 33-41 Link Here
33
		bin/retro-embedimage \
33
		bin/retro-embedimage \
34
		bin/retro-extend \
34
		bin/retro-extend \
35
		bin/retro-muri \
35
		bin/retro-muri \
36
		bin/retro-tags \
36
		bin/retro-unu
37
		bin/retro-unu
37
38
38
PORTDATA=	glossary.forth \
39
PORTDATA=	glossary.retro \
39
		ngaImage \
40
		ngaImage \
40
		tests \
41
		tests \
41
		words.tsv
42
		words.tsv
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1566561341
1
TIMESTAMP = 1572374121
2
SHA256 (RETRO12-2019.7.tar.gz) = 1ddd8b1e10b74bddcf0fee9f0f04f374df068b13a1e0b71dcdc8934dea9a054f
2
SHA256 (RETRO12-2019.10.tar.gz) = def993494d84ad4e1bfb0e64ace46e7be15d35add2e9324fb356b9e8b0f4c6da
3
SIZE (RETRO12-2019.7.tar.gz) = 797577
3
SIZE (RETRO12-2019.10.tar.gz) = 810104

Return to bug 241575