Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Jul 2025 09:26:56 GMT
From:      =?utf-8?Q?=C3=84lven?= <alven@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2127e999abbe - main - cad/qucs-s: update 25.1.1 => 25.1.2
Message-ID:  <202507290926.56T9Qu4G054024@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by alven:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2127e999abbe129cc873dc8c4a04792cb8d80c56

commit 2127e999abbe129cc873dc8c4a04792cb8d80c56
Author:     Älven <alven@FreeBSD.org>
AuthorDate: 2025-07-29 09:26:17 +0000
Commit:     Älven <alven@FreeBSD.org>
CommitDate: 2025-07-29 09:26:17 +0000

    cad/qucs-s: update 25.1.1 => 25.1.2
    
    * Reformat according to portfmt(1)
    
    PR:             286421
    Approved by:    yuri (maintainer, timeout > 3 months)
    Approved by:    yuri@ (Mentor)
---
 cad/qucs-s/Makefile | 36 +++++++++++++++++-------------------
 cad/qucs-s/distinfo |  8 +++-----
 2 files changed, 20 insertions(+), 24 deletions(-)

diff --git a/cad/qucs-s/Makefile b/cad/qucs-s/Makefile
index 6ad88c698b08..e2bbf1d0db5a 100644
--- a/cad/qucs-s/Makefile
+++ b/cad/qucs-s/Makefile
@@ -1,11 +1,8 @@
 PORTNAME=	qucs-s
-DISTVERSION=	25.1.1
+DISTVERSION=	25.1.2
 CATEGORIES=	cad
 MASTER_SITES=	https://github.com/ra3xdh/qucs_s/releases/download/${DISTVERSION}/
 
-PATCH_SITES=	https://github.com/ra3xdh/qucs_s/commit/
-PATCHFILES+=	4ae3a8e182027432b1aad3158798b91c073c4a86.patch:-p1 # Fix build with Qt >= 6.9.0
-
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	Quite Universal Circuit Simulator: GUI for circuit simulation kernels
 WWW=		https://ra3xdh.github.io/ \
@@ -22,28 +19,29 @@ USES=		bison cmake gl localbase qt:6
 USE_GL=		opengl
 USE_QT=		base charts svg tools:build
 
-OPTIONS_DEFAULT=	NGSPICE
-OPTIONS_GROUP=		BACKENDS RTDEPENDS
-OPTIONS_GROUP_BACKENDS=	NGSPICE QUCSATOR XYCE
-OPTIONS_GROUP_RTDEPENDS=	OCTAVE ADMS
+OPTIONS_DEFAULT=		NGSPICE
+OPTIONS_GROUP=			BACKENDS RTDEPENDS
+OPTIONS_GROUP_BACKENDS=		NGSPICE QUCSATOR XYCE
+OPTIONS_GROUP_RTDEPENDS=	ADMS OCTAVE
 
-ADMS_DESC=		ADMS model generator used for some non-essential features
-BACKENDS_DESC=		Simulation backends
-NGSPICE_DESC=		ngspice mixed-signal circuit simulator
-OCTAVE_DESC=		Octave is used for some non-essential features
-QUCSATOR_DESC=		Circuit simulator of the Qucs project
-RTDEPENDS_DESC=		Optional run-time dependencies
-XYCE_DESC=		Xyce electronic simulator
+ADMS_DESC=	ADMS model generator used for some non-essential features
+BACKENDS_DESC=	Simulation backends
+NGSPICE_DESC=	ngspice mixed-signal circuit simulator
+OCTAVE_DESC=	Octave is used for some non-essential features
+QUCSATOR_DESC=	Circuit simulator of the Qucs project
+RTDEPENDS_DESC=	Optional run-time dependencies
+XYCE_DESC=	Xyce electronic simulator
 
 ADMS_RUN_DEPENDS=	admsXml:cad/adms
 NGSPICE_RUN_DEPENDS=	ngspice:cad/ngspice_rework
 OCTAVE_RUN_DEPENDS=	octave:math/octave
 QUCSATOR_RUN_DEPENDS=	qucsator:cad/qucsator
-XYCE_RUN_DEPENDS=	Xyce:cad/xyce \
-			mpirun:net/mpich
+XYCE_RUN_DEPENDS=	mpirun:net/mpich \
+			Xyce:cad/xyce
 
 post-patch:
-	# first the patch under files/ introduces %%LOCALBASE%%, and now we fix it here
-	${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/qucs/settings.cpp
+# first the patch under files/ introduces %%LOCALBASE%%, and now we fix it here
+	${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \
+		${WRKSRC}/qucs/settings.cpp
 
 .include <bsd.port.mk>
diff --git a/cad/qucs-s/distinfo b/cad/qucs-s/distinfo
index f2c8db8bb080..55a30ecccceb 100644
--- a/cad/qucs-s/distinfo
+++ b/cad/qucs-s/distinfo
@@ -1,5 +1,3 @@
-TIMESTAMP = 1744949787
-SHA256 (qucs-s-25.1.1.tar.gz) = 2aefd4bb8faef5ce13623b0b7daf5264cc6fa252c9bf69e46bc48256535e10dd
-SIZE (qucs-s-25.1.1.tar.gz) = 4717517
-SHA256 (4ae3a8e182027432b1aad3158798b91c073c4a86.patch) = 870d268a5990f186221bbc2d6e9a6c668f4611ff85c9f88033e727f9fff95cdc
-SIZE (4ae3a8e182027432b1aad3158798b91c073c4a86.patch) = 770
+TIMESTAMP = 1745833911
+SHA256 (qucs-s-25.1.2.tar.gz) = 5b8185befa201a2811c4177277297bf0a013f775b6ab600a4ae67576aa5f7f02
+SIZE (qucs-s-25.1.2.tar.gz) = 4718218



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202507290926.56T9Qu4G054024>