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

(-)devel/nextpnr/Makefile (-6 / +2 lines)
Lines 1-13 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	nextpnr
3
PORTNAME=	nextpnr
4
DISTVERSION=	g20191026
4
DISTVERSION=	g20200804
5
PORTREVISION=	1
6
CATEGORIES=	devel
5
CATEGORIES=	devel
7
6
8
PATCH_SITES=	https://github.com/YosysHQ/nextpnr/commit/
9
PATCHFILES=	b6e2159cecdf79d0d94d0e6a9dda8cef6389cac1.patch:-p1
10
11
MAINTAINER=	manu@FreeBSD.org
7
MAINTAINER=	manu@FreeBSD.org
12
COMMENT=	Portable FPGA place and route tool
8
COMMENT=	Portable FPGA place and route tool
13
9
Lines 31-37 Link Here
31
USE_GL=		gl glu
27
USE_GL=		gl glu
32
USE_GITHUB=	yes
28
USE_GITHUB=	yes
33
GH_ACCOUNT=	YosysHQ
29
GH_ACCOUNT=	YosysHQ
34
GH_TAGNAME=	5cf0ed5
30
GH_TAGNAME=	48cd407
35
GH_TUPLE=	YosysHQ:nextpnr-tests:8f93e7e:tests/tests
31
GH_TUPLE=	YosysHQ:nextpnr-tests:8f93e7e:tests/tests
36
32
37
BINARY_ALIAS=	python3=${PYTHON_CMD}
33
BINARY_ALIAS=	python3=${PYTHON_CMD}
(-)devel/nextpnr/distinfo (-5 / +3 lines)
Lines 1-7 Link Here
1
TIMESTAMP = 1586007468
1
TIMESTAMP = 1599865678
2
SHA256 (YosysHQ-nextpnr-g20191026-5cf0ed5_GH0.tar.gz) = ed7566b3e09741a4d3ef0bc0f5854a1ad7157c0c715c6c692c0b7e8d00cb6b72
2
SHA256 (YosysHQ-nextpnr-g20200804-48cd407_GH0.tar.gz) = b82b29e2ab21dde73bfdcb59159671f18bec5b709052d02243501b0c2b6bbb9e
3
SIZE (YosysHQ-nextpnr-g20191026-5cf0ed5_GH0.tar.gz) = 3212729
3
SIZE (YosysHQ-nextpnr-g20200804-48cd407_GH0.tar.gz) = 3852966
4
SHA256 (YosysHQ-nextpnr-tests-8f93e7e_GH0.tar.gz) = 5de9c0132957fcac6be6643a50499eb8d57402198b97ea20e684f9a0a10487a1
4
SHA256 (YosysHQ-nextpnr-tests-8f93e7e_GH0.tar.gz) = 5de9c0132957fcac6be6643a50499eb8d57402198b97ea20e684f9a0a10487a1
5
SIZE (YosysHQ-nextpnr-tests-8f93e7e_GH0.tar.gz) = 1034317
5
SIZE (YosysHQ-nextpnr-tests-8f93e7e_GH0.tar.gz) = 1034317
6
SHA256 (b6e2159cecdf79d0d94d0e6a9dda8cef6389cac1.patch) = 7d373aa32b3ad4df933ce3969c35592f3393eef2b3b08c7ddf46675f0f271c97
7
SIZE (b6e2159cecdf79d0d94d0e6a9dda8cef6389cac1.patch) = 1374

Return to bug 249265