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

(-)b/devel/icestorm/Makefile (-4 / +5 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	icestorm
4
PORTNAME=	icestorm
5
PORTVERSION=	g20181021
5
PORTVERSION=	g20190526
6
PORTREVISION=	1
7
CATEGORIES=	devel
6
CATEGORIES=	devel
8
7
9
MAINTAINER=	jsorocil@gmail.com
8
MAINTAINER=	jsorocil@gmail.com
Lines 12-26 COMMENT= IceStorm tools for Lattice iCE40 FPGAs Link Here
12
LICENSE=	ISCL
11
LICENSE=	ISCL
13
LICENSE_FILE=	${WRKSRC}/COPYING
12
LICENSE_FILE=	${WRKSRC}/COPYING
14
13
15
LIB_DEPENDS=	libftdi1.so:devel/libftdi1
14
LIB_DEPENDS=	libftdi1.so:devel/libftdi1 \
15
		libboost_python${PYTHON_SUFFIX}.so:devel/boost-python-libs
16
16
17
USES=		compiler:c++11-lang gmake pkgconfig python:3.3+ shebangfix
17
USES=		compiler:c++11-lang gmake pkgconfig python:3.3+ shebangfix
18
18
SHEBANG_FILES=	${WRKSRC}/icebox/*.py \
19
SHEBANG_FILES=	${WRKSRC}/icebox/*.py \
19
		${WRKSRC}/icebox/Makefile
20
		${WRKSRC}/icebox/Makefile
20
21
21
USE_GITHUB=	yes
22
USE_GITHUB=	yes
22
GH_ACCOUNT=	cliffordwolf
23
GH_ACCOUNT=	cliffordwolf
23
GH_TAGNAME=	5ab07ed32a768d484284f1d0e58f61c2ef9d398a
24
GH_TAGNAME=	710470f9
24
25
25
BINARY_ALIAS=	python3=${PYTHON_CMD}
26
BINARY_ALIAS=	python3=${PYTHON_CMD}
26
27
(-)b/devel/icestorm/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1540150802
1
TIMESTAMP = 1559411937
2
SHA256 (cliffordwolf-icestorm-g20181021-5ab07ed32a768d484284f1d0e58f61c2ef9d398a_GH0.tar.gz) = f133d6f39452cd738a92efd42e8cc5ce8a59c8e352bef27509a96177f4b3203a
2
SHA256 (cliffordwolf-icestorm-g20190526-710470f9_GH0.tar.gz) = d4b6aa67c9102e14d8cdc5d04dabc636f95d72dbcf5e94e97b3f6db77778932d
3
SIZE (cliffordwolf-icestorm-g20181021-5ab07ed32a768d484284f1d0e58f61c2ef9d398a_GH0.tar.gz) = 873783
3
SIZE (cliffordwolf-icestorm-g20190526-710470f9_GH0.tar.gz) = 939250
(-)b/devel/icestorm/pkg-plist (-1 / +2 lines)
Lines 22-30 share/icebox/chipdb-384.txt Link Here
22
share/icebox/chipdb-5k.txt
22
share/icebox/chipdb-5k.txt
23
share/icebox/chipdb-8k.txt
23
share/icebox/chipdb-8k.txt
24
share/icebox/chipdb-lm4k.txt
24
share/icebox/chipdb-lm4k.txt
25
share/icebox/chipdb-u4k.txt
25
share/icebox/timings_hx1k.txt
26
share/icebox/timings_hx1k.txt
26
share/icebox/timings_hx8k.txt
27
share/icebox/timings_hx8k.txt
27
share/icebox/timings_lp1k.txt
28
share/icebox/timings_lp1k.txt
28
share/icebox/timings_lp384.txt
29
share/icebox/timings_lp384.txt
29
share/icebox/timings_lp8k.txt
30
share/icebox/timings_lp8k.txt
31
share/icebox/timings_u4k.txt
30
share/icebox/timings_up5k.txt
32
share/icebox/timings_up5k.txt
31
- 

Return to bug 238483