Skip to content

Commit

Permalink
x11/way-displays: update to 1.8.2
Browse files Browse the repository at this point in the history
Changes:	https://github.com/alex-courtis/way-displays/releases/tag/1.8.2
Reported by:	GitHub (watch releases)
  • Loading branch information
jbeich committed Aug 21, 2023
1 parent 2020d4d commit f64ef56
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
7 changes: 5 additions & 2 deletions 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
Expand All @@ -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=
Expand All @@ -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/
Expand Down
8 changes: 5 additions & 3 deletions 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

0 comments on commit f64ef56

Please sign in to comment.