Date: Sun, 9 Oct 2022 14:38:41 GMT From: Emmanuel Vadot <manu@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 947a398f7240 - main - devel/icestorm: Update to the latest commit Message-ID: <202210091438.299Ecfro065502@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by manu: URL: https://cgit.FreeBSD.org/ports/commit/?id=947a398f724094fd6ef12b0f92c7506ce20dd5de commit 947a398f724094fd6ef12b0f92c7506ce20dd5de Author: Emmanuel Vadot <manu@FreeBSD.org> AuthorDate: 2022-10-09 13:48:56 +0000 Commit: Emmanuel Vadot <manu@FreeBSD.org> CommitDate: 2022-10-09 14:38:36 +0000 devel/icestorm: Update to the latest commit --- devel/icestorm/Makefile | 10 +++++----- devel/icestorm/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/devel/icestorm/Makefile b/devel/icestorm/Makefile index 09ebf40994a2..ed7fefc00b51 100644 --- a/devel/icestorm/Makefile +++ b/devel/icestorm/Makefile @@ -1,6 +1,5 @@ PORTNAME= icestorm -PORTVERSION= g20190526 -PORTREVISION= 4 +PORTVERSION= g20220915 CATEGORIES= devel MAINTAINER= manu@FreeBSD.org @@ -12,6 +11,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libftdi1.so:devel/libftdi1 \ libboost_python${PYTHON_SUFFIX}.so:devel/boost-python-libs +BUILD_DEPENDS= gsed:textproc/gsed USES= compiler:c++11-lang gmake pkgconfig python:3.3+ shebangfix @@ -19,10 +19,10 @@ SHEBANG_FILES= ${WRKSRC}/icebox/*.py \ ${WRKSRC}/icebox/Makefile USE_GITHUB= yes -GH_ACCOUNT= cliffordwolf -GH_TAGNAME= 710470f9 +GH_ACCOUNT= yosyshq +GH_TAGNAME= a545498d6f -BINARY_ALIAS= python3=${PYTHON_CMD} +BINARY_ALIAS= python3=${PYTHON_CMD} sed=gsed post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/icepack diff --git a/devel/icestorm/distinfo b/devel/icestorm/distinfo index 0bc5b7a83e10..2a900042fc2c 100644 --- a/devel/icestorm/distinfo +++ b/devel/icestorm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1559411937 -SHA256 (cliffordwolf-icestorm-g20190526-710470f9_GH0.tar.gz) = d4b6aa67c9102e14d8cdc5d04dabc636f95d72dbcf5e94e97b3f6db77778932d -SIZE (cliffordwolf-icestorm-g20190526-710470f9_GH0.tar.gz) = 939250 +TIMESTAMP = 1665322043 +SHA256 (yosyshq-icestorm-g20220915-a545498d6f_GH0.tar.gz) = 400b978f3688f7df34fedd34965ac668d13753660c5652116565c42f5b363b28 +SIZE (yosyshq-icestorm-g20220915-a545498d6f_GH0.tar.gz) = 946539
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202210091438.299Ecfro065502>