svn commit: r515821 - head/devel/nextpnr

Yuri Victorovich yuri at FreeBSD.org
Sun Oct 27 19:53:06 UTC 2019


Author: yuri
Date: Sun Oct 27 19:53:05 2019
New Revision: 515821
URL: https://svnweb.freebsd.org/changeset/ports/515821

Log:
  devel/nextpnr: Update g20190529-150004e3 -> g20191026-5cf0ed5
  
  PR:		241513
  Approved by:	manu

Modified:
  head/devel/nextpnr/Makefile
  head/devel/nextpnr/distinfo
  head/devel/nextpnr/pkg-descr

Modified: head/devel/nextpnr/Makefile
==============================================================================
--- head/devel/nextpnr/Makefile	Sun Oct 27 19:29:50 2019	(r515820)
+++ head/devel/nextpnr/Makefile	Sun Oct 27 19:53:05 2019	(r515821)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	nextpnr
-PORTVERSION=	g20190529
-PORTREVISION=	1
+DISTVERSION=	g20191026
 CATEGORIES=	devel
 
 MAINTAINER=	manu at FreeBSD.org
@@ -21,13 +20,12 @@ LIB_DEPENDS=	libboost_thread.so:devel/boost-libs \
 		${PY_BOOST}
 
 USES=		compiler:c++11-lang cmake qt:5 eigen:3 python:3.5+ gl
-
 USE_QT=		buildtools_build core gui opengl qmake_build widgets
-USE_GL=		gl
-
+USE_GL=		gl glu
 USE_GITHUB=	yes
 GH_ACCOUNT=	YosysHQ
-GH_TAGNAME=	150004e3
+GH_TAGNAME=	5cf0ed5
+GH_TUPLE=	YosysHQ:nextpnr-tests:8f93e7e:tests/tests
 
 BINARY_ALIAS=	python3=${PYTHON_CMD}
 

Modified: head/devel/nextpnr/distinfo
==============================================================================
--- head/devel/nextpnr/distinfo	Sun Oct 27 19:29:50 2019	(r515820)
+++ head/devel/nextpnr/distinfo	Sun Oct 27 19:53:05 2019	(r515821)
@@ -1,3 +1,5 @@
-TIMESTAMP = 1560153617
-SHA256 (YosysHQ-nextpnr-g20190529-150004e3_GH0.tar.gz) = 10d04e5ae05144f3191d5a11219d7f8252d7cd52de7ac022b67020fe7797693f
-SIZE (YosysHQ-nextpnr-g20190529-150004e3_GH0.tar.gz) = 3191173
+TIMESTAMP = 1572127579
+SHA256 (YosysHQ-nextpnr-g20191026-5cf0ed5_GH0.tar.gz) = ed7566b3e09741a4d3ef0bc0f5854a1ad7157c0c715c6c692c0b7e8d00cb6b72
+SIZE (YosysHQ-nextpnr-g20191026-5cf0ed5_GH0.tar.gz) = 3212729
+SHA256 (YosysHQ-nextpnr-tests-8f93e7e_GH0.tar.gz) = 5de9c0132957fcac6be6643a50499eb8d57402198b97ea20e684f9a0a10487a1
+SIZE (YosysHQ-nextpnr-tests-8f93e7e_GH0.tar.gz) = 1034317

Modified: head/devel/nextpnr/pkg-descr
==============================================================================
--- head/devel/nextpnr/pkg-descr	Sun Oct 27 19:29:50 2019	(r515820)
+++ head/devel/nextpnr/pkg-descr	Sun Oct 27 19:53:05 2019	(r515821)
@@ -6,3 +6,5 @@ Currently nextpnr supports:
 Lattice iCE40 devices supported by Project IceStorm
 (experimental) Lattice ECP5 devices supported by Project Trellis
 (experimental) a "generic" back-end for user-defined architectures
+
+WWW: https://github.com/YosysHQ/nextpnr


More information about the svn-ports-head mailing list