Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Feb 2026 04:49:06 +0000
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: 13fe95915e07 - main - cad/librepcb: Update 2.0.0 => 2.0.1
Message-ID:  <699bdc42.38f26.1ca61221@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by alven:

URL: https://cgit.FreeBSD.org/ports/commit/?id=13fe95915e071654296d65812e1d681537f2645a

commit 13fe95915e071654296d65812e1d681537f2645a
Author:     Älven <alven@FreeBSD.org>
AuthorDate: 2026-02-22 19:26:08 +0000
Commit:     Älven <alven@FreeBSD.org>
CommitDate: 2026-02-23 04:48:15 +0000

    cad/librepcb: Update 2.0.0 => 2.0.1
---
 cad/librepcb/Makefile | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/cad/librepcb/Makefile b/cad/librepcb/Makefile
index bdc0341cf1bd..7156679bf736 100644
--- a/cad/librepcb/Makefile
+++ b/cad/librepcb/Makefile
@@ -1,9 +1,9 @@
 PORTNAME=	librepcb
-DISTVERSION=	2.0.0
+DISTVERSION=	2.0.1
 DISTVERSIONSUFFIX=	-source
 CATEGORIES=	cad
-#MASTER_SITES=	https://download.librepcb.org/releases/${DISTVERSION}/
-MASTER_SITES=	LOCAL/yuri:main # .zip archive repackaged as .tar.gz
+MASTER_SITES=	https://download.librepcb.org/releases/${DISTVERSION}/
+#MASTER_SITES=	LOCAL/yuri:main # .zip archive repackaged as .tar.gz
 
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	Schematic and PCB editing software
@@ -21,7 +21,7 @@ LIB_DEPENDS=	libavcodec.so:multimedia/ffmpeg4 \
 		libTKService.so:cad/opencascade
 
 USES=		cargo cmake:noninja,testing compiler:c++17-lang desktop-file-utils gl \
-		gmake localbase:ldflags qt:6 shared-mime-info xorg #zip
+		gmake localbase:ldflags qt:6 shared-mime-info xorg zip
 USE_QT=		base declarative svg tools:build
 USE_GL=		gl glu
 USE_XORG=	x11
@@ -30,8 +30,8 @@ WRKSRC=		${WRKDIR}/${PORTNAME}-${DISTVERSION}
 
 MAKE_ENV+=	${WRK_ENV} ${CARGO_ENV}
 
-#DISTFILES+=	librepcb-${DISTVERSIONFULL}.zip:main
-DISTFILES+=	librepcb-${DISTVERSIONFULL}.tar.gz:main # .zip archive repackaged as .tar.gz
+DISTFILES+=	librepcb-${DISTVERSIONFULL}.zip
+#DISTFILES+=	librepcb-${DISTVERSIONFULL}.tar.gz:main # .zip archive repackaged as .tar.gz
 
 CARGO_SRC_SUBDIR=	libs/librepcb/rust-core # Rust sub-project
 #CARGO_SRC_SUBDIR=	libs/slint # Rust sub-project


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?699bdc42.38f26.1ca61221>