Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Feb 2026 04:55:14 +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: 1cf0130c11c7 - main - cad/librepcb: Revert non-ready yet "Update 2.0.0 => 2.0.1"
Message-ID:  <699bddb2.39276.40be36bb@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=1cf0130c11c75f248a0fcb33c59395159d19b8b9

commit 1cf0130c11c75f248a0fcb33c59395159d19b8b9
Author:     Älven <alven@FreeBSD.org>
AuthorDate: 2026-02-23 04:53:15 +0000
Commit:     Älven <alven@FreeBSD.org>
CommitDate: 2026-02-23 04:55:03 +0000

    cad/librepcb: Revert non-ready yet "Update 2.0.0 => 2.0.1"
    
    Sorry, had committed non-ready yet work from the wrong branch.
    
    This reverts commit 13fe95915e071654296d65812e1d681537f2645a.
    
    Approved by: db@, yuri@ (Mentors, implicit)
---
 cad/librepcb/Makefile | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/cad/librepcb/Makefile b/cad/librepcb/Makefile
index 7156679bf736..bdc0341cf1bd 100644
--- a/cad/librepcb/Makefile
+++ b/cad/librepcb/Makefile
@@ -1,9 +1,9 @@
 PORTNAME=	librepcb
-DISTVERSION=	2.0.1
+DISTVERSION=	2.0.0
 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
-#DISTFILES+=	librepcb-${DISTVERSIONFULL}.tar.gz:main # .zip archive repackaged as .tar.gz
+#DISTFILES+=	librepcb-${DISTVERSIONFULL}.zip:main
+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?699bddb2.39276.40be36bb>