Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jan 2024 07:09:58 GMT
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 5f98cf076a7c - main - misc/lsix: flavorize the port and update to version 1.8.2
Message-ID:  <202401160709.40G79wc1095196@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=5f98cf076a7c6176cdcfb396341504eee9886945

commit 5f98cf076a7c6176cdcfb396341504eee9886945
Author:     Alexey Dokuchaev <danfe@FreeBSD.org>
AuthorDate: 2024-01-16 07:09:00 +0000
Commit:     Alexey Dokuchaev <danfe@FreeBSD.org>
CommitDate: 2024-01-16 07:09:00 +0000

    misc/lsix: flavorize the port and update to version 1.8.2
    
    PR:             271879
    Submitted by:   olgeni
    Reported by:    portscout
---
 misc/lsix/Makefile | 9 +++++++--
 misc/lsix/distinfo | 6 +++---
 2 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/misc/lsix/Makefile b/misc/lsix/Makefile
index 389957f1828c..91fed4dd550d 100644
--- a/misc/lsix/Makefile
+++ b/misc/lsix/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	lsix
-PORTVERSION=	1.8
+PORTVERSION=	1.8.2
 CATEGORIES=	misc
 
 MAINTAINER=	danfe@FreeBSD.org
@@ -11,7 +11,8 @@ LICENSE_COMB=	dual
 
 RUN_DEPENDS=	bash:shells/bash
 
-USES=		magick:run
+FLAVORS=	x11 nox11
+USES=		magick:${FLAVOR},run
 USE_GITHUB=	yes
 GH_ACCOUNT=	hackerb9
 
@@ -22,6 +23,10 @@ PORTDOCS=	*
 
 OPTIONS_DEFINE=	DOCS
 
+nox11_PKGNAMESUFFIX=	-nox11
+nox11_CONFLICTS_INSTALL=${PORTNAME}
+x11_CONFLICTS_INSTALL=	${PORTNAME}${nox11_PKGNAMESUFFIX}
+
 do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
 
diff --git a/misc/lsix/distinfo b/misc/lsix/distinfo
index f4cd038bdffa..93ac990f9869 100644
--- a/misc/lsix/distinfo
+++ b/misc/lsix/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1629436537
-SHA256 (hackerb9-lsix-1.8_GH0.tar.gz) = f19b0456abb72e203fa20edeb568883d4fe9c0e9555c6752644f313a6811f98e
-SIZE (hackerb9-lsix-1.8_GH0.tar.gz) = 554423
+TIMESTAMP = 1700088205
+SHA256 (hackerb9-lsix-1.8.2_GH0.tar.gz) = 79bf81bd66747a9fab1692c52dcda004fe500fbae118dc0a6bdbc6d6aefa20c1
+SIZE (hackerb9-lsix-1.8.2_GH0.tar.gz) = 554540



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