pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

nextpnr: update to 0.9



Module Name:	pkgsrc-wip
Committed By:	adr <adr%sdf.org@localhost>
Pushed By:	adr
Date:		Mon Sep 8 17:03:23 2025 +0100
Changeset:	9b042bbaa415c224ddab8ddc56f08a981d6b5356

Modified Files:
	nextpnr_update/COMMIT_MSG
	nextpnr_update/nextpnr.mk

Log Message:
nextpnr: update to 0.9

* Adding support for gatemate FPGAs
* Improvements to Gowin support
* Miscellaneous small iCE40 and ECP5 bugfixes

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9b042bbaa415c224ddab8ddc56f08a981d6b5356

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 nextpnr_update/COMMIT_MSG | 10 ++++------
 nextpnr_update/nextpnr.mk | 11 +++++------
 2 files changed, 9 insertions(+), 12 deletions(-)

diffs:
diff --git a/nextpnr_update/COMMIT_MSG b/nextpnr_update/COMMIT_MSG
index 23d03ba7c2..2c2fd56843 100644
--- a/nextpnr_update/COMMIT_MSG
+++ b/nextpnr_update/COMMIT_MSG
@@ -1,7 +1,5 @@
-devel/nextpnr: Update nextpnr to 0.0.20250829
+devel/nextpnr: Update nextpnr to 0.9
 
-Update nextpnr to last git commit.
-
-Following versioning used by maintainer in other related ports
-(not what pkgsrc guide advices).
-Asked upstream to make a new release.
+* Adding support for gatemate FPGAs
+* Improvements to Gowin support
+* Miscellaneous small iCE40 and ECP5 bugfixes
diff --git a/nextpnr_update/nextpnr.mk b/nextpnr_update/nextpnr.mk
index e6f849f076..892e8f1c3c 100644
--- a/nextpnr_update/nextpnr.mk
+++ b/nextpnr_update/nextpnr.mk
@@ -1,6 +1,6 @@
-# $NetBSD: nextpnr.mk,v 1.6 2024/10/14 06:45:39 wiz Exp $
+# $NetBSD:$
 
-NEXTPNR_VERSION=0.0.20250829
+NEXTPNR_VERSION=0.9
 DISTNAME=	nextpnr-${NEXTPNR_VERSION}
 .if defined(HIMBAECHEL_UARCH)
 PKGNAME=	nextpnr-${NEXTPNR_TARGET}-${HIMBAECHEL_UARCH}-${NEXTPNR_VERSION}
@@ -10,12 +10,11 @@ PKGNAME=    nextpnr-${NEXTPNR_TARGET}-${NEXTPNR_VERSION}
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GITHUB:=YosysHQ/}
 GITHUB_PROJECT=	nextpnr
-GITHUB_TAG=	bc086c012f509dab61a44eabb8cac47a48ebc60f
-WRKSRC=		${WRKDIR}/nextpnr-${GITHUB_TAG}
+GITHUB_TAG=		${DISTNAME}
 
-MAINTAINER?=	thorpej%NetBSD.org@localhost
+MAINTAINER?=thorpej%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/YosysHQ/nextpnr
-COMMENT?=	A portable FPGA place and route tool
+COMMENT?=	Portable FPGA place and route tool
 LICENSE=	isc
 
 DISTINFO_FILE?=	${.CURDIR}/../../devel/nextpnr/distinfo


Home | Main Index | Thread Index | Old Index