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

(-)Makefile (-4 / +5 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	retro12
3
PORTNAME=	retro12
4
DISTVERSION=	2019.10
4
DISTVERSION=	2020.1
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 13-19 Link Here
13
LICENSE=	ISCL
13
LICENSE=	ISCL
14
LICENSE_FILE=	${WRKSRC}/LICENSE
14
LICENSE_FILE=	${WRKSRC}/LICENSE
15
15
16
USES=		ncurses shebangfix
16
USES=		shebangfix
17
USE_CSTD=	c99
17
USE_CSTD=	c99
18
18
19
SHEBANG_FILES=	example/Atua*
19
SHEBANG_FILES=	example/Atua*
Lines 35-47 Link Here
35
		bin/retro-document \
35
		bin/retro-document \
36
		bin/retro-embedimage \
36
		bin/retro-embedimage \
37
		bin/retro-extend \
37
		bin/retro-extend \
38
		bin/retro-locate \
38
		bin/retro-muri \
39
		bin/retro-muri \
39
		bin/retro-tags \
40
		bin/retro-tags \
40
		bin/retro-unu
41
		bin/retro-unu
41
42
42
PORTDATA=	glossary.retro ngaImage tests words.tsv
43
PORTDATA=	ngaImage tests
43
44
44
PORTDOCS=	README RELEASE-NOTES doc
45
PORTDOCS=	README RELEASE-NOTES
45
46
46
PORTEXAMPLES=	example
47
PORTEXAMPLES=	example
47
48
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1572374121
1
TIMESTAMP = 1579098262
2
SHA256 (RETRO12-2019.10.tar.gz) = def993494d84ad4e1bfb0e64ace46e7be15d35add2e9324fb356b9e8b0f4c6da
2
SHA256 (RETRO12-2020.1.tar.gz) = a7adf9c9f3bba6d62d602b330b0a4dac2b18ca49b0704aa3af1e677effb61e9c
3
SIZE (RETRO12-2019.10.tar.gz) = 810104
3
SIZE (RETRO12-2020.1.tar.gz) = 827525

Return to bug 243373