Skip to content

Commit 9d9cd19

Browse files
committed
x11-wm/sway: update to 1.9
Changes: https://github.com/swaywm/sway/releases/tag/1.9 Reported by: GitHub (watch releases)
1 parent 66405ad commit 9d9cd19

2 files changed

Lines changed: 8 additions & 14 deletions

File tree

x11-wm/sway/Makefile

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
PORTNAME= sway
2-
DISTVERSION= 1.8.1
3-
PORTREVISION= 3
2+
DISTVERSION= 1.9
43
CATEGORIES= x11-wm wayland
54

65
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
76
PATCHFILES+= cd9d1038a822.patch:-p1 # https://github.com/swaywm/sway/pull/5090
8-
PATCHFILES+= f98ca3ab7ca1.patch:-p1 # https://github.com/swaywm/sway/pull/5090
9-
PATCHFILES+= dee032d0a0ec.patch:-p1 # https://github.com/swaywm/sway/pull/7525
7+
PATCHFILES+= 1f1c83e83a1a.patch:-p1 # https://github.com/swaywm/sway/pull/5090
108

119
MAINTAINER= jbeich@FreeBSD.org
1210
COMMENT= i3-compatible Wayland compositor
@@ -26,9 +24,8 @@ LIB_DEPENDS= libjson-c.so:devel/json-c \
2624
libinput.so:x11/libinput \
2725
libxkbcommon.so:x11/libxkbcommon
2826

29-
USES= compiler:c11 gl gnome meson pkgconfig xorg
27+
USES= compiler:c11 gnome meson pkgconfig xorg
3028
USE_GITHUB= yes
31-
USE_GL= glesv2
3229
USE_GNOME= cairo pango
3330
USE_XORG= pixman
3431
GH_ACCOUNT= swaywm
@@ -66,5 +63,4 @@ post-patch:
6663
-e '/project_version/s/@0@/${DISTVERSIONFULL}/' \
6764
${WRKSRC}/meson.build
6865

69-
.include "${.CURDIR:H:H}/x11-toolkits/wlroots016/override.mk"
7066
.include <bsd.port.mk>

x11-wm/sway/distinfo

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
TIMESTAMP = 1679910352
2-
SHA256 (swaywm-sway-1.8.1_GH0.tar.gz) = e9f575761342fc8fe0cfeea80c90f32ddfa8c543572fec179f40922346f47dff
3-
SIZE (swaywm-sway-1.8.1_GH0.tar.gz) = 5577483
1+
TIMESTAMP = 1708781966
2+
SHA256 (swaywm-sway-1.9_GH0.tar.gz) = b6e4e8d74af744278201792bcc4447470fcb91e15bbda475c647d475bf8e7b0b
3+
SIZE (swaywm-sway-1.9_GH0.tar.gz) = 5581281
44
SHA256 (cd9d1038a822.patch) = 266891cbe27a67f81740879dbe39819e3bf0f17b681bdc93087ae05987c2f88d
55
SIZE (cd9d1038a822.patch) = 8968
6-
SHA256 (f98ca3ab7ca1.patch) = b3a427b6edbf1c89bbf5fdeb5e3fc4c6708478e6d2031fcead87d29bf5c409fa
7-
SIZE (f98ca3ab7ca1.patch) = 2673
8-
SHA256 (dee032d0a0ec.patch) = 7f6673efaf77bfa90368c71afc320cc7fe59b04fcb1238dc369563ce87bf3029
9-
SIZE (dee032d0a0ec.patch) = 1908
6+
SHA256 (1f1c83e83a1a.patch) = 59d24c7e69a871d92b65095c46fc994900440453064dd70ffc7de2f0ff728655
7+
SIZE (1f1c83e83a1a.patch) = 2701

0 commit comments

Comments
 (0)