Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Aug 2023 03:32:01 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: ebb61ccb9275 - 2023Q3 - x11/way-displays: update to 1.8.2
Message-ID:  <202308210332.37L3W13D037103@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2023Q3 has been updated by jbeich:

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

commit ebb61ccb9275e624b4195d3b93ec495d1cb83f87
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-08-21 01:47:16 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-08-21 03:31:56 +0000

    x11/way-displays: update to 1.8.2
    
    Changes:        https://github.com/alex-courtis/way-displays/releases/tag/1.8.2
    Reported by:    GitHub (watch releases)
    
    (cherry picked from commit f64ef563cdb70a0614138bd870905646da6b71aa)
---
 x11/way-displays/Makefile | 7 +++++--
 x11/way-displays/distinfo | 8 +++++---
 2 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/x11/way-displays/Makefile b/x11/way-displays/Makefile
index 85230ca515bf..3ca81ab2a50b 100644
--- a/x11/way-displays/Makefile
+++ b/x11/way-displays/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	way-displays
-DISTVERSION=	1.8.1
+DISTVERSION=	1.8.2
 CATEGORIES=	x11 wayland
 
 MAINTAINER=	jbeich@FreeBSD.org
@@ -19,6 +19,7 @@ LIB_DEPENDS=	libepoll-shim.so:devel/libepoll-shim \
 USES=		compiler:c11 gmake pkgconfig
 USE_GITHUB=	yes
 GH_ACCOUNT=	alex-courtis
+GH_TUPLE=	alex-courtis:alex-c-collections:v1.1.0:alex_c_collections/lib/alex-c-collections
 MAKEFILE=	GNUmakefile
 MAKE_ENV=	VERSION="${DISTVERSIONFULL}"
 MAKE_ARGS=	CC="${CC}" CXX="${CXX}" OFLAGS=
@@ -28,7 +29,9 @@ PLIST_FILES=	bin/${PORTNAME} \
 
 post-patch:
 # Respect PREFIX for system-wide config
-	@${REINPLACE_CMD} 's,/usr/local,${PREFIX},' ${WRKSRC}/src/cfg.c
+	@${REINPLACE_CMD} 's,/usr/local,${PREFIX},' \
+		${WRKSRC}/src/cfg.c \
+		${WRKSRC}/tst/tst-cfg.c
 
 post-install:
 # Let @sample handle default files under etc/
diff --git a/x11/way-displays/distinfo b/x11/way-displays/distinfo
index faa79366d15e..84875afc3966 100644
--- a/x11/way-displays/distinfo
+++ b/x11/way-displays/distinfo
@@ -1,3 +1,5 @@
-TIMESTAMP = 1683599979
-SHA256 (alex-courtis-way-displays-1.8.1_GH0.tar.gz) = 529d074e55f8d15abcf6fd934abe080509509d5578aa8d4fd303f5b882970047
-SIZE (alex-courtis-way-displays-1.8.1_GH0.tar.gz) = 96023
+TIMESTAMP = 1692582436
+SHA256 (alex-courtis-way-displays-1.8.2_GH0.tar.gz) = 45fb6609c26ab19eb7d07c714016db32cb738b7a3274b344d94928e8b552a58e
+SIZE (alex-courtis-way-displays-1.8.2_GH0.tar.gz) = 100804
+SHA256 (alex-courtis-alex-c-collections-v1.1.0_GH0.tar.gz) = 2046dfb4f0b367692fdf4a77eb86cfa5741f159bec6e0b190fc906c68d25e8bd
+SIZE (alex-courtis-alex-c-collections-v1.1.0_GH0.tar.gz) = 11607



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