git: 370a30d0bbff - main - x11-toolkits/aquamarine: update to 0.7.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 11 Jan 2025 00:37:13 UTC
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=370a30d0bbff6a0637cb6df9befcfe88188bb205
commit 370a30d0bbff6a0637cb6df9befcfe88188bb205
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2025-01-10 18:52:13 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2025-01-11 00:36:02 +0000
x11-toolkits/aquamarine: update to 0.7.0
Changes: https://github.com/hyprwm/aquamarine/releases/tag/v0.7.0
Reported by: GitHub (watch releases)
---
x11-toolkits/aquamarine/Makefile | 5 +++--
x11-toolkits/aquamarine/distinfo | 12 +++++++-----
x11-toolkits/aquamarine/pkg-plist | 2 +-
x11-wm/hyprland/Makefile | 2 +-
4 files changed, 12 insertions(+), 9 deletions(-)
diff --git a/x11-toolkits/aquamarine/Makefile b/x11-toolkits/aquamarine/Makefile
index c21b1645c07a..5559ecb3c586 100644
--- a/x11-toolkits/aquamarine/Makefile
+++ b/x11-toolkits/aquamarine/Makefile
@@ -1,10 +1,11 @@
PORTNAME= aquamarine
DISTVERSIONPREFIX= v
-DISTVERSION= 0.6.0
+DISTVERSION= 0.7.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
+PATCHFILES+= f0238475419a.patch:-p1 # https://github.com/hyprwm/aquamarine/pull/131
+PATCHFILES+= 957e1d3c3866.patch:-p1 # https://github.com/hyprwm/aquamarine/pull/131
MAINTAINER= jbeich@FreeBSD.org
COMMENT= Very light linux rendering backend library
diff --git a/x11-toolkits/aquamarine/distinfo b/x11-toolkits/aquamarine/distinfo
index 02d1ec6ee5a7..4632a3702709 100644
--- a/x11-toolkits/aquamarine/distinfo
+++ b/x11-toolkits/aquamarine/distinfo
@@ -1,5 +1,7 @@
-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
+TIMESTAMP = 1736535133
+SHA256 (hyprwm-aquamarine-v0.7.0_GH0.tar.gz) = 73d115c7bbf20bb6b6a25012a95a1a85f435de26a227a9c32e220889d36f7550
+SIZE (hyprwm-aquamarine-v0.7.0_GH0.tar.gz) = 79857
+SHA256 (f0238475419a.patch) = 7fe3c2eaf97ec682a3bc8974ace6a99f0f92887991b0d14622c03b79786d6a7a
+SIZE (f0238475419a.patch) = 704
+SHA256 (957e1d3c3866.patch) = 2adabb01f436fa2b89f3a9259c99f1731c2ec2f00e4741ae4190a8191bfd4d4d
+SIZE (957e1d3c3866.patch) = 980
diff --git a/x11-toolkits/aquamarine/pkg-plist b/x11-toolkits/aquamarine/pkg-plist
index fe6732184ed6..3c11c801b959 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.5
+lib/libaquamarine.so.6
lib/libaquamarine.so.%%VERSION%%
libdata/pkgconfig/aquamarine.pc
diff --git a/x11-wm/hyprland/Makefile b/x11-wm/hyprland/Makefile
index 458fc6cdd3ec..5ad2304f342b 100644
--- a/x11-wm/hyprland/Makefile
+++ b/x11-wm/hyprland/Makefile
@@ -1,7 +1,7 @@
PORTNAME= hyprland
DISTVERSIONPREFIX= v
DISTVERSION= 0.46.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= x11-wm wayland
MAINTAINER= jbeich@FreeBSD.org