Date: Fri, 19 Jul 2024 16:17:48 GMT From: Vladimir Druzenko <vvd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 2e71d969884f - main - devel/nodeeditor: remove unnecessary comment Message-ID: <202407191617.46JGHm9n043148@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by vvd: URL: https://cgit.FreeBSD.org/ports/commit/?id=2e71d969884fa80c47e0e8cdb234df8271616cd3 commit 2e71d969884fa80c47e0e8cdb234df8271616cd3 Author: Vladimir Druzenko <vvd@FreeBSD.org> AuthorDate: 2024-07-19 16:16:33 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2024-07-19 16:16:33 +0000 devel/nodeeditor: remove unnecessary comment PR: 279756 Fixes: 46c782746cea (Add new port: Qt Node Editor, Dataflow programming framework) --- devel/nodeeditor/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/devel/nodeeditor/Makefile b/devel/nodeeditor/Makefile index 91f06fc57186..fadd9cf3da1d 100644 --- a/devel/nodeeditor/Makefile +++ b/devel/nodeeditor/Makefile @@ -3,7 +3,6 @@ DISTVERSION= 3.0.11 CATEGORIES= devel MASTER_SITES+= https://raw.githubusercontent.com/catchorg/Catch2/v2.13.10/single_include/catch2/:catch2 DISTFILES+= catch.hpp:catch2 -#EXTRACT_ONLY= ${GH_ACCOUNT}-${PORTNAME}-${DISTVERSION}_GH0${EXTRACT_SUFX} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= freebsd@sysctl.cz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407191617.46JGHm9n043148>