Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Apr 2026 00:04:04 +0000
From:      Robert Clausecker <fuz@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Cc:        Neal Nelson <ports@nicandneal.net>
Subject:   git: 03f17098743e - main - cad/yosys-ghdl-plugin: update to 6.0.0
Message-ID:  <69eea7f4.1e1bf.15ee92a7@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by fuz:

URL: https://cgit.FreeBSD.org/ports/commit/?id=03f17098743e77c81cf3e8224d0ee86eb0d7baaf

commit 03f17098743e77c81cf3e8224d0ee86eb0d7baaf
Author:     Neal Nelson <ports@nicandneal.net>
AuthorDate: 2026-04-25 11:59:02 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2026-04-27 00:01:44 +0000

    cad/yosys-ghdl-plugin: update to 6.0.0
    
    Upgrade cad/yosys-ghdl-plugin to work with the  current ghdl 6.0.0.
    
    Approved by:    nsonack@herrhotzenplotz.de (maintainer)
    PR:             294336
    Event:          Wiesbaden Hackathon 202604
---
 cad/yosys-ghdl-plugin/Makefile | 7 ++++---
 cad/yosys-ghdl-plugin/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/cad/yosys-ghdl-plugin/Makefile b/cad/yosys-ghdl-plugin/Makefile
index 402b5abd5e4a..73c76f7f76a0 100644
--- a/cad/yosys-ghdl-plugin/Makefile
+++ b/cad/yosys-ghdl-plugin/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	yosys-ghdl-plugin
-PORTVERSION=	g20251221
+DISTVERSIONPREFIX=      v
+DISTVERSION=    6.0.0
 CATEGORIES=	cad
 
 MAINTAINER=	nsonack@herrhotzenplotz.de
@@ -12,14 +13,14 @@ BUILD_DEPENDS=	ghdl>0:cad/ghdl \
 		yosys>0:cad/yosys
 RUN_DEPENDS=	yosys>0:cad/yosys
 LIB_DEPENDS=	libffi.so:devel/libffi \
-		libghdl-5_1_1.so:cad/ghdl \
+		libghdl-6_0_0.so:cad/ghdl \
 		libtcmalloc.so:devel/google-perftools
 
 USES=		gmake readline tcl
 USE_GITHUB=	yes
 GH_ACCOUNT=	ghdl
 GH_PROJECT=	ghdl-yosys-plugin
-GH_TAGNAME=	a8883f5c0eaffcf6bfea519318f5f7ae1210ba24
+GH_TAGNAME=	ghdl-${DISTVERSIONPREFIX}${DISTVERSION}
 
 MAKE_ENV+=	GHDL=${LOCALBASE}/bin/ghdl \
 		YOSYS_CONFIG=${LOCALBASE}/bin/yosys-config
diff --git a/cad/yosys-ghdl-plugin/distinfo b/cad/yosys-ghdl-plugin/distinfo
index ceb41a787bb4..afd8118cdb1a 100644
--- a/cad/yosys-ghdl-plugin/distinfo
+++ b/cad/yosys-ghdl-plugin/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1771316097
-SHA256 (ghdl-ghdl-yosys-plugin-g20251221-a8883f5c0eaffcf6bfea519318f5f7ae1210ba24_GH0.tar.gz) = 26383159416d950f31cc587deb6b3e87c605d673115bdb4e310e2d80c8315360
-SIZE (ghdl-ghdl-yosys-plugin-g20251221-a8883f5c0eaffcf6bfea519318f5f7ae1210ba24_GH0.tar.gz) = 84464
+TIMESTAMP = 1777118282
+SHA256 (ghdl-ghdl-yosys-plugin-v6.0.0-ghdl-v6.0.0_GH0.tar.gz) = e09f10937b8a28d047607ad011bd4443a44c6474f38a745a6d3735e31fa4e384
+SIZE (ghdl-ghdl-yosys-plugin-v6.0.0-ghdl-v6.0.0_GH0.tar.gz) = 88944


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69eea7f4.1e1bf.15ee92a7>