git: 2e76ef14585e - main - x11-toolkits/aquamarine: update to 0.6.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 07 Jan 2025 00:36:14 UTC
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=2e76ef14585e857ee839f684ec120eaaaf2bf94b
commit 2e76ef14585e857ee839f684ec120eaaaf2bf94b
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2025-01-05 18:40:53 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2025-01-07 00:36:04 +0000
x11-toolkits/aquamarine: update to 0.6.0
Changes: https://github.com/hyprwm/aquamarine/releases/tag/v0.6.0
Reported by: GitHub (watch releases)
---
x11-toolkits/aquamarine/Makefile | 6 ++++--
x11-toolkits/aquamarine/distinfo | 8 +++++---
x11-toolkits/aquamarine/pkg-plist | 2 +-
x11-wm/hyprland/Makefile | 2 +-
4 files changed, 11 insertions(+), 7 deletions(-)
diff --git a/x11-toolkits/aquamarine/Makefile b/x11-toolkits/aquamarine/Makefile
index b8572935bdb6..c21b1645c07a 100644
--- a/x11-toolkits/aquamarine/Makefile
+++ b/x11-toolkits/aquamarine/Makefile
@@ -1,9 +1,11 @@
PORTNAME= aquamarine
DISTVERSIONPREFIX= v
-DISTVERSION= 0.5.1
-PORTREVISION= 1
+DISTVERSION= 0.6.0
CATEGORIES= x11-toolkits
+PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
+PATCHFILES+= 6a4f096a9486.patch:-p1 # https://github.com/hyprwm/aquamarine/pull/129
+
MAINTAINER= jbeich@FreeBSD.org
COMMENT= Very light linux rendering backend library
WWW= https://github.com/hyprwm/aquamarine
diff --git a/x11-toolkits/aquamarine/distinfo b/x11-toolkits/aquamarine/distinfo
index b3557d4f8754..02d1ec6ee5a7 100644
--- a/x11-toolkits/aquamarine/distinfo
+++ b/x11-toolkits/aquamarine/distinfo
@@ -1,3 +1,5 @@
-TIMESTAMP = 1734129756
-SHA256 (hyprwm-aquamarine-v0.5.1_GH0.tar.gz) = a52ce6a8bec37982c6029ad38c6046e89d7eca932af91cfa3ea8e18fda7e5003
-SIZE (hyprwm-aquamarine-v0.5.1_GH0.tar.gz) = 76404
+TIMESTAMP = 1736102453
+SHA256 (hyprwm-aquamarine-v0.6.0_GH0.tar.gz) = eb5e17ae9a9b8e08037b0e8325e4939dbe0cf886883829fd71bffb862d3fcc48
+SIZE (hyprwm-aquamarine-v0.6.0_GH0.tar.gz) = 78703
+SHA256 (6a4f096a9486.patch) = be5feada857e18cbe530e25b9dfe91549e6a3f38a7db034df5197c174c9ce743
+SIZE (6a4f096a9486.patch) = 1048
diff --git a/x11-toolkits/aquamarine/pkg-plist b/x11-toolkits/aquamarine/pkg-plist
index 2ad073adfeaf..fe6732184ed6 100644
--- a/x11-toolkits/aquamarine/pkg-plist
+++ b/x11-toolkits/aquamarine/pkg-plist
@@ -15,6 +15,6 @@ include/aquamarine/input/Input.hpp
include/aquamarine/misc/Attachment.hpp
include/aquamarine/output/Output.hpp
lib/libaquamarine.so
-lib/libaquamarine.so.4
+lib/libaquamarine.so.5
lib/libaquamarine.so.%%VERSION%%
libdata/pkgconfig/aquamarine.pc
diff --git a/x11-wm/hyprland/Makefile b/x11-wm/hyprland/Makefile
index 9190c60f1350..458fc6cdd3ec 100644
--- a/x11-wm/hyprland/Makefile
+++ b/x11-wm/hyprland/Makefile
@@ -1,7 +1,7 @@
PORTNAME= hyprland
DISTVERSIONPREFIX= v
DISTVERSION= 0.46.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-wm wayland
MAINTAINER= jbeich@FreeBSD.org