mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
net/rssguard: the port had been updated to version 4.0.1.
Reported by: portscout
This commit is contained in:
parent
0f01f66e5b
commit
f4f2b79ae6
@ -1,7 +1,7 @@
|
||||
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
|
||||
|
||||
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 <QtConcurrent/QtConcurrentRun> 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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user