Skip to content

Commit

Permalink
net/rssguard: the port had been updated to version 4.1.1
Browse files Browse the repository at this point in the history
Remove the QMediaPlayer -> QSoundEffect patch, it had been accepted
upstream in the modified form: QSoundEffect, which does not require
GStreamer, is used for *.wav files, and QMediaPlayer for *.mp3, etc.

Ditto for the sed(1) call which no longer does anything useful.
  • Loading branch information
Alexey Dokuchaev authored and Alexey Dokuchaev committed Jan 9, 2022
1 parent afc7902 commit 4549fc4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 53 deletions.
7 changes: 1 addition & 6 deletions net/rssguard/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>

PORTNAME= rssguard
PORTVERSION= 4.0.4
PORTVERSION= 4.1.1
CATEGORIES= net www

MAINTAINER= danfe@FreeBSD.org
Expand All @@ -28,11 +28,6 @@ WEBENGINE_QMAKE_OFF= USE_WEBENGINE=false
post-patch:
@${GREP} -Rl --null Q_OS_LINUX ${WRKSRC}/src | ${XARGS} -0 \
${REINPLACE_CMD} -e 's,Q_OS_LINUX,Q_OS_UNIX,'
# Avoid potential linking errors when previous version of the port
# is installed.
@${REINPLACE_CMD} -e '/^unix: LIBS/ { s,-L,, ; \
s, -lrssguard,librssguard.so, ; }' \
${WRKSRC}/src/rssguard/rssguard.pro

post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/librssguard.so
Expand Down
6 changes: 3 additions & 3 deletions net/rssguard/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1634296436
SHA256 (martinrotter-rssguard-4.0.4_GH0.tar.gz) = 9154a9c674b35f68486ca7e024265e044b7c7971485bafbe9b6ebbdf27463489
SIZE (martinrotter-rssguard-4.0.4_GH0.tar.gz) = 14433147
TIMESTAMP = 1641564291
SHA256 (martinrotter-rssguard-4.1.1_GH0.tar.gz) = 2f9a846f12a1c70ec2d8d474daff4e7caeb14ade332b75f40a9900aa7fbc4994
SIZE (martinrotter-rssguard-4.1.1_GH0.tar.gz) = 21717154

This file was deleted.

0 comments on commit 4549fc4

Please sign in to comment.