diff --git a/net/rssguard/Makefile b/net/rssguard/Makefile index e24f27223721..1a3e3320b64a 100644 --- a/net/rssguard/Makefile +++ b/net/rssguard/Makefile @@ -1,7 +1,7 @@ # Created by: Alexey Dokuchaev PORTNAME= rssguard -PORTVERSION= 3.9.2 +PORTVERSION= 4.0.1 CATEGORIES= net www MAINTAINER= danfe@FreeBSD.org @@ -11,7 +11,8 @@ LICENSE= GPLv3+ USES= qmake qt:5 USE_QT= buildtools_build linguisttools_build \ - core declarative gui network sql widgets xml + core dbus declarative gui multimedia network sql \ + widgets xml USE_GITHUB= yes GH_ACCOUNT= martinrotter @@ -23,16 +24,13 @@ WEBENGINE_USE= QT=location,printsupport,webchannel,webengine WEBENGINE_QMAKE_OFF= USE_WEBENGINE=false post-patch: -# Remove unused #include to avoid needless -# USE_QT+=concurrent_build dependency - ${REINPLACE_CMD} -e '/QtConcurrent/d' \ - ${WRKSRC}/src/librssguard/miscellaneous/feedreader.cpp \ - ${WRKSRC}/src/librssguard/services/gmail/gui/formaddeditemail.cpp -# Drop executable bits to prevent bogus stripping attempts - cd ${WRKSRC}/src/librssguard/services/abstract && ${CHMOD} -x \ - gui/authenticationdetails.h importantnode.h label.h \ - labelsnode.h - ${CHMOD} -x ${WRKSRC}/resources/graphics/rssguard.png + @${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 diff --git a/net/rssguard/distinfo b/net/rssguard/distinfo index 415fb68eb617..5f0002d936e2 100644 --- a/net/rssguard/distinfo +++ b/net/rssguard/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1618205956 -SHA256 (martinrotter-rssguard-3.9.2_GH0.tar.gz) = 05eb628ff085ff10056289fd83b5e3b0583c19e3711795ade024bdfe71de5d97 -SIZE (martinrotter-rssguard-3.9.2_GH0.tar.gz) = 13607587 +TIMESTAMP = 1630670274 +SHA256 (martinrotter-rssguard-4.0.1_GH0.tar.gz) = 658ed9f63d2e3d1b740c8c65e649b28de350f64670c85e954a093345e313a500 +SIZE (martinrotter-rssguard-4.0.1_GH0.tar.gz) = 14417555 diff --git a/net/rssguard/pkg-descr b/net/rssguard/pkg-descr index 939423f2485f..641001112197 100644 --- a/net/rssguard/pkg-descr +++ b/net/rssguard/pkg-descr @@ -1,6 +1,6 @@ RSS Guard is simple, lightweight, and easy-to-use RSS/Atom feed aggregator developed using Qt framework which supports online feed synchronization -with several services: Feedly, Gmail, Google Reader, Inoreader, Nextcloud -News, and Tiny Tiny RSS. +with various services, e.g. Bazqux, Feedly, FreshRSS, Gmail, Google Reader, +Inoreader, Nextcloud News, Reedah, Tiny Tiny RSS. WWW: https://github.com/martinrotter/rssguard