Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jan 2024 17:13:33 GMT
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 93d219605f6b - main - graphics/gmic-qt: Fix fetch
Message-ID:  <202401221713.40MHDXUH088405@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=93d219605f6b24813b161e968377542bc73dd18e

commit 93d219605f6b24813b161e968377542bc73dd18e
Author:     Jason E. Hale <jhale@FreeBSD.org>
AuthorDate: 2024-01-22 17:12:37 +0000
Commit:     Jason E. Hale <jhale@FreeBSD.org>
CommitDate: 2024-01-22 17:13:26 +0000

    graphics/gmic-qt: Fix fetch
    
    Reported by:    pkg-fallout
---
 graphics/gmic-qt/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/graphics/gmic-qt/Makefile b/graphics/gmic-qt/Makefile
index bfd725b5a1d3..4167dc1aa1b5 100644
--- a/graphics/gmic-qt/Makefile
+++ b/graphics/gmic-qt/Makefile
@@ -3,7 +3,7 @@ DISTVERSIONPREFIX=	v.
 DISTVERSION=	3.3.3
 PORTEPOCH=	1
 CATEGORIES=	graphics kde
-MASTER_SITES=	http://gmic.eu/:stdlib \
+MASTER_SITES=	http://gmic.eu/:stdlib
 DISTFILES=	gmic_stdlib_community${DISTVERSION:S/.//g}.h:stdlib
 DIST_SUBDIR=	KDE/${PORTNAME}/${PORTVERSION}
 EXTRACT_ONLY=	${DISTNAME}.tar.gz ${DISTFILE_gmic} ${DISTFILE_cimg}



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