Date: Mon, 4 Sep 2023 21:14:00 GMT From: Charlie Li <vishwin@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 10ef92d14386 - main - x11/alacritty: remove unnecessary USES=ssl:build and update WWW Message-ID: <202309042114.384LE0WK060776@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by vishwin: URL: https://cgit.FreeBSD.org/ports/commit/?id=10ef92d14386bd2eb7d4a3b0e03307bedc3644b8 commit 10ef92d14386bd2eb7d4a3b0e03307bedc3644b8 Author: Charlie Li <vishwin@FreeBSD.org> AuthorDate: 2023-09-04 21:03:25 +0000 Commit: Charlie Li <vishwin@FreeBSD.org> CommitDate: 2023-09-04 21:03:25 +0000 x11/alacritty: remove unnecessary USES=ssl:build and update WWW --- x11/alacritty/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11/alacritty/Makefile b/x11/alacritty/Makefile index 36f20181403e..457efa25bf9b 100644 --- a/x11/alacritty/Makefile +++ b/x11/alacritty/Makefile @@ -6,7 +6,7 @@ CATEGORIES= x11 wayland MAINTAINER= vishwin@FreeBSD.org COMMENT= GPU-accelerated terminal emulator -WWW= https://github.com/jwilm/alacritty +WWW= https://alacritty.org/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE-APACHE @@ -16,7 +16,7 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 \ libxkbcommon.so:x11/libxkbcommon TEST_DEPENDS= dejavu>0:x11-fonts/dejavu -USES= cargo localbase:ldflags python:build ssl:build +USES= cargo localbase:ldflags python:build USE_GITHUB= yes CARGO_CRATES= adler-1.0.2 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309042114.384LE0WK060776>