git: baf99a748a6e - main - net/rssguard: the port had been updated to version 4.2.3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 03 Jun 2022 14:44:35 UTC
The branch main has been updated by danfe:
URL: https://cgit.FreeBSD.org/ports/commit/?id=baf99a748a6e6c65c5b84fd1fbb61dfd2ddcbea0
commit baf99a748a6e6c65c5b84fd1fbb61dfd2ddcbea0
Author: Alexey Dokuchaev <danfe@FreeBSD.org>
AuthorDate: 2022-06-03 14:44:04 +0000
Commit: Alexey Dokuchaev <danfe@FreeBSD.org>
CommitDate: 2022-06-03 14:44:04 +0000
net/rssguard: the port had been updated to version 4.2.3
Fix the volume when playing *.wav notification sound via QSoundEffect
API: setVolume() method takes real argument, not integer (missed when
our patch had been upstreamed).
Reported by: portscout
---
net/rssguard/Makefile | 6 +++++-
net/rssguard/distinfo | 6 +++---
2 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/net/rssguard/Makefile b/net/rssguard/Makefile
index 44fa546d9d16..c332968b8fb5 100644
--- a/net/rssguard/Makefile
+++ b/net/rssguard/Makefile
@@ -1,7 +1,7 @@
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
PORTNAME= rssguard
-PORTVERSION= 4.2.2
+PORTVERSION= 4.2.3
CATEGORIES= net www
MAINTAINER= danfe@FreeBSD.org
@@ -25,6 +25,10 @@ WEBENGINE_DESC= Use QtWebEngine module for internal web browser
WEBENGINE_USE= QT=location,printsupport,webchannel,webengine
WEBENGINE_CMAKE_OFF= -DUSE_WEBENGINE:BOOL=OFF
+post-patch:
+ @${REINPLACE_CMD} -e '60s,m_volume,static_cast<qreal>(&) / 100,' \
+ ${WRKSRC}/src/librssguard/miscellaneous/notification.cpp
+
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/librssguard.so
diff --git a/net/rssguard/distinfo b/net/rssguard/distinfo
index 0a7678f58af1..00f4b9653716 100644
--- a/net/rssguard/distinfo
+++ b/net/rssguard/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1651213436
-SHA256 (martinrotter-rssguard-4.2.2_GH0.tar.gz) = 8f92257efa9321c1d511a977870c9ad053778256fd3cd8e7b1003d49c97e7af8
-SIZE (martinrotter-rssguard-4.2.2_GH0.tar.gz) = 21936065
+TIMESTAMP = 1654153826
+SHA256 (martinrotter-rssguard-4.2.3_GH0.tar.gz) = b883e6fa1a9c0e5c6f39735da055146a7876264197a7a6e8f1244f0db34fb98a
+SIZE (martinrotter-rssguard-4.2.3_GH0.tar.gz) = 21940720