Skip to content

Commit

Permalink
misc/lsix: flavorize the port and update to version 1.8.2
Browse files Browse the repository at this point in the history
PR:		271879
Submitted by:	olgeni
Reported by:	portscout
  • Loading branch information
Alexey Dokuchaev authored and Alexey Dokuchaev committed Jan 16, 2024
1 parent 017cf1f commit 5f98cf0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
9 changes: 7 additions & 2 deletions misc/lsix/Makefile
@@ -1,5 +1,5 @@
PORTNAME= lsix
PORTVERSION= 1.8
PORTVERSION= 1.8.2
CATEGORIES= misc

MAINTAINER= danfe@FreeBSD.org
Expand All @@ -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

Expand All @@ -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

Expand Down
6 changes: 3 additions & 3 deletions 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

0 comments on commit 5f98cf0

Please sign in to comment.