diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2019-01-16 11:13:44 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2019-01-16 11:13:44 +0000 |
commit | 1bf487d3e73d83700f5a4aeb3a9ffbfc6e87856b (patch) | |
tree | 127ae6686665fd0ff97a7bd5f27449299929734e /deskutils | |
parent | d20d8aa75e51f61da14ac206199a1ebc244f940a (diff) | |
download | ports-1bf487d3e73d83700f5a4aeb3a9ffbfc6e87856b.tar.gz ports-1bf487d3e73d83700f5a4aeb3a9ffbfc6e87856b.zip |
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call
in the weak wrapper resolves to the weak wrapper itself creating an infinite
call loop that overflows the stack and causes a crash. Some of the
allocation functions are variants of C++ new and delete and it probably
depends on the compiler whether these variants are used in other parts of
Qt5Webengine.
Remove the weak wrappers (make them Linux specific). This isn't binary
compatible but we are already breaking that with the changes to the symbol
versions.
[1] https://github.com/qt/qtwebengine/commit/5c2cbfccf9aafb547b0b30914c4056abd25942a4
[2] https://github.com/qt/qtwebengine/commit/2ed5054e3a800fa97c2c9e920ba1e6ea4b6ef2a5
[3] https://github.com/qt/qtwebengine/commit/009f5ebb4bd6e50188671e0815a5dae6afe39db5
Bump all ports that depend on Qt5.
PR: 234070
Exp-run by: antoine
Approved by: kde (adridg)
Notes
Notes:
svn path=/head/; revision=490472
Diffstat (limited to 'deskutils')
56 files changed, 56 insertions, 19 deletions
diff --git a/deskutils/akonadi-calendar-tools/Makefile b/deskutils/akonadi-calendar-tools/Makefile index bc7a3df7004e..42dbb03a4ec3 100644 --- a/deskutils/akonadi-calendar-tools/Makefile +++ b/deskutils/akonadi-calendar-tools/Makefile @@ -2,6 +2,7 @@ PORTNAME= akonadi-calendar-tools DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/deskutils/akonadi-import-wizard/Makefile b/deskutils/akonadi-import-wizard/Makefile index ec57e3585aeb..1064ab80f8a0 100644 --- a/deskutils/akonadi-import-wizard/Makefile +++ b/deskutils/akonadi-import-wizard/Makefile @@ -2,6 +2,7 @@ PORTNAME= akonadi-import-wizard DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/deskutils/akonadiconsole/Makefile b/deskutils/akonadiconsole/Makefile index 40b3013e284a..0775bf8eaa5e 100644 --- a/deskutils/akonadiconsole/Makefile +++ b/deskutils/akonadiconsole/Makefile @@ -2,6 +2,7 @@ PORTNAME= akonadiconsole DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/deskutils/akregator/Makefile b/deskutils/akregator/Makefile index 9a9bb106c989..feda01a7ad18 100644 --- a/deskutils/akregator/Makefile +++ b/deskutils/akregator/Makefile @@ -2,6 +2,7 @@ PORTNAME= akregator DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/deskutils/basket/Makefile b/deskutils/basket/Makefile index 1654276c98dc..21dd71e1ea4b 100644 --- a/deskutils/basket/Makefile +++ b/deskutils/basket/Makefile @@ -5,6 +5,7 @@ PORTNAME= basket DISTVERSIONPREFIX= v DISTVERSION= 2.49a-46 DISTVERSIONSUFFIX= -g60e38c6 +PORTREVISION= 1 CATEGORIES= deskutils kde MAINTAINER= ports@FreeBSD.org diff --git a/deskutils/calibre/Makefile b/deskutils/calibre/Makefile index c2675dc7cf2d..3014a1c6f99f 100644 --- a/deskutils/calibre/Makefile +++ b/deskutils/calibre/Makefile @@ -3,6 +3,7 @@ PORTNAME= calibre PORTVERSION= 3.37.0 +PORTREVISION= 1 CATEGORIES= deskutils python MASTER_SITES= http://download.calibre-ebook.com/${PORTVERSION}/ diff --git a/deskutils/charmtimetracker/Makefile b/deskutils/charmtimetracker/Makefile index 334299314f85..a0dcb7fd32a3 100644 --- a/deskutils/charmtimetracker/Makefile +++ b/deskutils/charmtimetracker/Makefile @@ -3,7 +3,7 @@ PORTNAME= charmtimetracker DISTVERSION= 1.12.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils # PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ diff --git a/deskutils/copyq/Makefile b/deskutils/copyq/Makefile index e5c5a3915518..0adb3c766cee 100644 --- a/deskutils/copyq/Makefile +++ b/deskutils/copyq/Makefile @@ -3,6 +3,7 @@ PORTNAME= copyq PORTVERSION= 3.7.2 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= deskutils MAINTAINER= ports@FreeBSD.org diff --git a/deskutils/fet/Makefile b/deskutils/fet/Makefile index a6195cf352db..5647ba5756ce 100644 --- a/deskutils/fet/Makefile +++ b/deskutils/fet/Makefile @@ -3,7 +3,7 @@ PORTNAME= fet DISTVERSION= 5.37.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils kde MASTER_SITES= http://lalescu.ro/liviu/fet/download/ \ http://lalescu.ro/liviu/fet/download/old/ \ diff --git a/deskutils/flameshot/Makefile b/deskutils/flameshot/Makefile index 411baf45e7ab..40bfbd3fabfe 100644 --- a/deskutils/flameshot/Makefile +++ b/deskutils/flameshot/Makefile @@ -3,7 +3,7 @@ PORTNAME= flameshot PORTVERSION= 0.6.0 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= deskutils diff --git a/deskutils/grantlee-editor/Makefile b/deskutils/grantlee-editor/Makefile index 7f3d5339bf8f..38a3803d49b9 100644 --- a/deskutils/grantlee-editor/Makefile +++ b/deskutils/grantlee-editor/Makefile @@ -2,6 +2,7 @@ PORTNAME= grantlee-editor DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/deskutils/grantleetheme/Makefile b/deskutils/grantleetheme/Makefile index 36c4d89d65ad..cd4d8137b988 100644 --- a/deskutils/grantleetheme/Makefile +++ b/deskutils/grantleetheme/Makefile @@ -2,6 +2,7 @@ PORTNAME= grantleetheme DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/deskutils/kaddressbook/Makefile b/deskutils/kaddressbook/Makefile index ee10a10b65b9..57962472c095 100644 --- a/deskutils/kaddressbook/Makefile +++ b/deskutils/kaddressbook/Makefile @@ -2,6 +2,7 @@ PORTNAME= kaddressbook DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/deskutils/kalarm/Makefile b/deskutils/kalarm/Makefile index d1a2290fbc68..ffcd58e503c7 100644 --- a/deskutils/kalarm/Makefile +++ b/deskutils/kalarm/Makefile @@ -2,6 +2,7 @@ PORTNAME= kalarm DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/deskutils/kcharselect/Makefile b/deskutils/kcharselect/Makefile index 57d6bb3b94a4..904b3829f8ed 100644 --- a/deskutils/kcharselect/Makefile +++ b/deskutils/kcharselect/Makefile @@ -2,6 +2,7 @@ PORTNAME= kcharselect DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/deskutils/kchmviewer/Makefile b/deskutils/kchmviewer/Makefile index 447e661ea2e9..bc0b687d7f50 100644 --- a/deskutils/kchmviewer/Makefile +++ b/deskutils/kchmviewer/Makefile @@ -3,7 +3,7 @@ PORTNAME= kchmviewer PORTVERSION= 7.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= deskutils kde MASTER_SITES= SF diff --git a/deskutils/kdeconnect-kde/Makefile b/deskutils/kdeconnect-kde/Makefile index 9d37ded12987..8fa481339909 100644 --- a/deskutils/kdeconnect-kde/Makefile +++ b/deskutils/kdeconnect-kde/Makefile @@ -2,6 +2,7 @@ PORTNAME= kdeconnect-kde DISTVERSION= 1.3.3 +PORTREVISION= 1 CATEGORIES= deskutils kde MASTER_SITES= KDE/stable/kdeconnect/${DISTVERSION}/src/ DIST_SUBDIR= KDE diff --git a/deskutils/kdepim-addons/Makefile b/deskutils/kdepim-addons/Makefile index ea5b85c44955..ffc919213937 100644 --- a/deskutils/kdepim-addons/Makefile +++ b/deskutils/kdepim-addons/Makefile @@ -2,6 +2,7 @@ PORTNAME= kdepim-addons DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/deskutils/kdepim-apps-libs/Makefile b/deskutils/kdepim-apps-libs/Makefile index 1321561840a2..3d9a268c8a58 100644 --- a/deskutils/kdepim-apps-libs/Makefile +++ b/deskutils/kdepim-apps-libs/Makefile @@ -2,6 +2,7 @@ PORTNAME= kdepim-apps-libs DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/deskutils/kdepim-runtime/Makefile b/deskutils/kdepim-runtime/Makefile index 1ef13ea5dd67..c765ae738d86 100644 --- a/deskutils/kdepim-runtime/Makefile +++ b/deskutils/kdepim-runtime/Makefile @@ -2,6 +2,7 @@ PORTNAME= kdepim-runtime DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/deskutils/kdepim/Makefile b/deskutils/kdepim/Makefile index 0e9de338e5ef..aa73e8f9f6ba 100644 --- a/deskutils/kdepim/Makefile +++ b/deskutils/kdepim/Makefile @@ -2,6 +2,7 @@ PORTNAME= kdepim DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= deskutils kde MAINTAINER= kde@FreeBSD.org diff --git a/deskutils/keditbookmarks/Makefile b/deskutils/keditbookmarks/Makefile index 23f7b5b55f32..5ce9dec190c5 100644 --- a/deskutils/keditbookmarks/Makefile +++ b/deskutils/keditbookmarks/Makefile @@ -2,6 +2,7 @@ PORTNAME= keditbookmarks DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/deskutils/kfind/Makefile b/deskutils/kfind/Makefile index a0d64d709129..6dd873a82e3f 100644 --- a/deskutils/kfind/Makefile +++ b/deskutils/kfind/Makefile @@ -2,6 +2,7 @@ PORTNAME= kfind DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/deskutils/kmail-account-wizard/Makefile b/deskutils/kmail-account-wizard/Makefile index f7b4a5144c68..a78bfc2ea393 100644 --- a/deskutils/kmail-account-wizard/Makefile +++ b/deskutils/kmail-account-wizard/Makefile @@ -2,6 +2,7 @@ PORTNAME= kmail-account-wizard DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/deskutils/kmail/Makefile b/deskutils/kmail/Makefile index 57f0795b2dcc..0b79ddfd82f7 100644 --- a/deskutils/kmail/Makefile +++ b/deskutils/kmail/Makefile @@ -2,6 +2,7 @@ PORTNAME= kmail DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/deskutils/knotes/Makefile b/deskutils/knotes/Makefile index 44a1bfdf72e5..b6ef141652f0 100644 --- a/deskutils/knotes/Makefile +++ b/deskutils/knotes/Makefile @@ -2,6 +2,7 @@ PORTNAME= knotes DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/deskutils/kontact/Makefile b/deskutils/kontact/Makefile index 93f67cba9007..9cd71783eab8 100644 --- a/deskutils/kontact/Makefile +++ b/deskutils/kontact/Makefile @@ -2,6 +2,7 @@ PORTNAME= kontact DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/deskutils/korganizer/Makefile b/deskutils/korganizer/Makefile index f54eeaeab717..79e496724225 100644 --- a/deskutils/korganizer/Makefile +++ b/deskutils/korganizer/Makefile @@ -2,6 +2,7 @@ PORTNAME= korganizer DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/deskutils/kruler/Makefile b/deskutils/kruler/Makefile index 56abd987ac39..fc5491cb7e20 100644 --- a/deskutils/kruler/Makefile +++ b/deskutils/kruler/Makefile @@ -2,6 +2,7 @@ PORTNAME= kruler DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/deskutils/latte-dock/Makefile b/deskutils/latte-dock/Makefile index 53b1a924cb47..466a111760b1 100644 --- a/deskutils/latte-dock/Makefile +++ b/deskutils/latte-dock/Makefile @@ -2,6 +2,7 @@ PORTNAME= latte-dock DISTVERSION= 0.8.4 +PORTREVISION= 1 CATEGORIES= deskutils kde MASTER_SITES= KDE/stable/latte-dock diff --git a/deskutils/libkdepim/Makefile b/deskutils/libkdepim/Makefile index 83e04c99609d..32ab2431d48a 100644 --- a/deskutils/libkdepim/Makefile +++ b/deskutils/libkdepim/Makefile @@ -2,6 +2,7 @@ PORTNAME= libkdepim DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/deskutils/lumina-archiver/Makefile b/deskutils/lumina-archiver/Makefile index 214f9667e0d1..0f712348ed62 100644 --- a/deskutils/lumina-archiver/Makefile +++ b/deskutils/lumina-archiver/Makefile @@ -3,7 +3,7 @@ PORTNAME= lumina-archiver PORTVERSION= 1.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils MAINTAINER= jt@ixsystems.com diff --git a/deskutils/lumina-calculator/Makefile b/deskutils/lumina-calculator/Makefile index f68484abc8b9..a5768c2f2248 100644 --- a/deskutils/lumina-calculator/Makefile +++ b/deskutils/lumina-calculator/Makefile @@ -3,7 +3,7 @@ PORTNAME= lumina-calculator PORTVERSION= 1.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils MAINTAINER= jt@ixsystems.com diff --git a/deskutils/lumina-fileinfo/Makefile b/deskutils/lumina-fileinfo/Makefile index fc38957f06fe..6c690edbd8f8 100644 --- a/deskutils/lumina-fileinfo/Makefile +++ b/deskutils/lumina-fileinfo/Makefile @@ -3,7 +3,7 @@ PORTNAME= lumina-fileinfo PORTVERSION= 1.4.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= deskutils MAINTAINER= jt@ixsystems.com diff --git a/deskutils/lumina-fm/Makefile b/deskutils/lumina-fm/Makefile index 7c328675dabb..8e4f1bea3947 100644 --- a/deskutils/lumina-fm/Makefile +++ b/deskutils/lumina-fm/Makefile @@ -3,7 +3,7 @@ PORTNAME= lumina-fm PORTVERSION= 1.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils MAINTAINER= jt@ixsystems.com diff --git a/deskutils/lumina-mediaplayer/Makefile b/deskutils/lumina-mediaplayer/Makefile index 0862b58c5296..a7fcdb165ec9 100644 --- a/deskutils/lumina-mediaplayer/Makefile +++ b/deskutils/lumina-mediaplayer/Makefile @@ -3,7 +3,7 @@ PORTNAME= lumina-mediaplayer PORTVERSION= 1.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils MAINTAINER= jt@ixsystems.com diff --git a/deskutils/lumina-notify/Makefile b/deskutils/lumina-notify/Makefile index 47c152c6c7f6..0f7b50797202 100644 --- a/deskutils/lumina-notify/Makefile +++ b/deskutils/lumina-notify/Makefile @@ -3,6 +3,7 @@ PORTNAME= lumina-notify PORTVERSION= 1.4.1 +PORTREVISION= 1 CATEGORIES= deskutils MAINTAINER= jt@ixsystems.com diff --git a/deskutils/lumina-pdf/Makefile b/deskutils/lumina-pdf/Makefile index 658f7a37b56c..53ea5832f1af 100644 --- a/deskutils/lumina-pdf/Makefile +++ b/deskutils/lumina-pdf/Makefile @@ -2,7 +2,7 @@ PORTNAME= lumina-pdf PORTVERSION= 1.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils MAINTAINER= jt@ixsystems.com diff --git a/deskutils/lumina-screenshot/Makefile b/deskutils/lumina-screenshot/Makefile index e35418943af2..c263fcfdbc3c 100644 --- a/deskutils/lumina-screenshot/Makefile +++ b/deskutils/lumina-screenshot/Makefile @@ -3,7 +3,7 @@ PORTNAME= lumina-screenshot PORTVERSION= 1.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils MAINTAINER= jt@ixsystems.com diff --git a/deskutils/lumina-textedit/Makefile b/deskutils/lumina-textedit/Makefile index 618e3006c871..da5185aaf6ff 100644 --- a/deskutils/lumina-textedit/Makefile +++ b/deskutils/lumina-textedit/Makefile @@ -3,7 +3,7 @@ PORTNAME= lumina-textedit PORTVERSION= 1.4.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= deskutils MAINTAINER= jt@ixsystems.com diff --git a/deskutils/lumina-xdg-entry/Makefile b/deskutils/lumina-xdg-entry/Makefile index 653063c91f55..e0e9d1c0b662 100644 --- a/deskutils/lumina-xdg-entry/Makefile +++ b/deskutils/lumina-xdg-entry/Makefile @@ -5,6 +5,7 @@ PORTNAME= lumina-xdg-entry DISTVERSIONPREFIX= v DISTVERSION= 1.3.0 DISTVERSIONSUFFIX= -p1 +PORTREVISION= 1 CATEGORIES= deskutils MAINTAINER= kmoore@FreeBSD.org diff --git a/deskutils/lxqt-notificationd/Makefile b/deskutils/lxqt-notificationd/Makefile index 2b4d7461888e..5361a9902b94 100644 --- a/deskutils/lxqt-notificationd/Makefile +++ b/deskutils/lxqt-notificationd/Makefile @@ -3,7 +3,7 @@ PORTNAME= lxqt-notificationd PORTVERSION= 0.13.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils MASTER_SITES= LXQT diff --git a/deskutils/mbox-importer/Makefile b/deskutils/mbox-importer/Makefile index 18852fdbb204..c03ac3fe5cde 100644 --- a/deskutils/mbox-importer/Makefile +++ b/deskutils/mbox-importer/Makefile @@ -2,6 +2,7 @@ PORTNAME= mbox-importer DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/deskutils/nextcloudclient/Makefile b/deskutils/nextcloudclient/Makefile index 96fdd7e1f600..070e171d75b1 100644 --- a/deskutils/nextcloudclient/Makefile +++ b/deskutils/nextcloudclient/Makefile @@ -3,6 +3,7 @@ PORTNAME= nextcloudclient PORTVERSION= 0.0.0.20181226 +PORTREVISION= 1 #PORTREVISION= 2 CATEGORIES= deskutils diff --git a/deskutils/owncloudclient/Makefile b/deskutils/owncloudclient/Makefile index 8a66795b04d4..325c0224124e 100644 --- a/deskutils/owncloudclient/Makefile +++ b/deskutils/owncloudclient/Makefile @@ -4,7 +4,7 @@ PORTNAME= owncloudclient DISTVERSIONPREFIX= v DISTVERSION= 2.4.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= deskutils MAINTAINER= yonas@fizk.net diff --git a/deskutils/pim-data-exporter/Makefile b/deskutils/pim-data-exporter/Makefile index b2759be96652..35dd68cb92ae 100644 --- a/deskutils/pim-data-exporter/Makefile +++ b/deskutils/pim-data-exporter/Makefile @@ -2,6 +2,7 @@ PORTNAME= pim-data-exporter DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/deskutils/pim-sieve-editor/Makefile b/deskutils/pim-sieve-editor/Makefile index a23f76d5c8c6..93e00a6441ac 100644 --- a/deskutils/pim-sieve-editor/Makefile +++ b/deskutils/pim-sieve-editor/Makefile @@ -2,6 +2,7 @@ PORTNAME= pim-sieve-editor DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/deskutils/pinot/Makefile b/deskutils/pinot/Makefile index 3ded7079d6d0..01d5e97bc140 100644 --- a/deskutils/pinot/Makefile +++ b/deskutils/pinot/Makefile @@ -3,7 +3,7 @@ PORTNAME= pinot PORTVERSION= 1.09 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= deskutils MAINTAINER= thierry@FreeBSD.org diff --git a/deskutils/plasma5-milou/Makefile b/deskutils/plasma5-milou/Makefile index 1d80ba3fff26..a2d4393a9edf 100644 --- a/deskutils/plasma5-milou/Makefile +++ b/deskutils/plasma5-milou/Makefile @@ -2,6 +2,7 @@ PORTNAME= milou DISTVERSION= ${KDE_PLASMA_VERSION} +PORTREVISION= 1 CATEGORIES= deskutils kde kde-plasma MAINTAINER= kde@FreeBSD.org diff --git a/deskutils/plasma5-sddm-kcm/Makefile b/deskutils/plasma5-sddm-kcm/Makefile index b30dfbfb5135..b1f1c210a7bc 100644 --- a/deskutils/plasma5-sddm-kcm/Makefile +++ b/deskutils/plasma5-sddm-kcm/Makefile @@ -2,6 +2,7 @@ PORTNAME= sddm-kcm DISTVERSION= ${KDE_PLASMA_VERSION} +PORTREVISION= 1 CATEGORIES= deskutils kde kde-plasma MAINTAINER= kde@FreeBSD.org diff --git a/deskutils/qlipper/Makefile b/deskutils/qlipper/Makefile index bcb841dd0a67..db00107c300c 100644 --- a/deskutils/qlipper/Makefile +++ b/deskutils/qlipper/Makefile @@ -3,7 +3,7 @@ PORTNAME= qlipper PORTVERSION= 5.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils MAINTAINER= jsm@FreeBSD.org diff --git a/deskutils/qownnotes/Makefile b/deskutils/qownnotes/Makefile index 122695392875..8799335be904 100644 --- a/deskutils/qownnotes/Makefile +++ b/deskutils/qownnotes/Makefile @@ -2,6 +2,7 @@ PORTNAME= qownnotes DISTVERSION= 18.07.2 +PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= https://download.tuxfamily.org/qownnotes/src/ diff --git a/deskutils/semantik/Makefile b/deskutils/semantik/Makefile index 62b30c886a5c..540090d0b05e 100644 --- a/deskutils/semantik/Makefile +++ b/deskutils/semantik/Makefile @@ -2,6 +2,7 @@ PORTNAME= semantik DISTVERSION= 1.2.1 +PORTREVISION= 1 CATEGORIES= deskutils kde MASTER_SITES= https://waf.io/ diff --git a/deskutils/treeline/Makefile b/deskutils/treeline/Makefile index b0eb9ef3d0ef..1c2aeb37835e 100644 --- a/deskutils/treeline/Makefile +++ b/deskutils/treeline/Makefile @@ -3,7 +3,7 @@ PORTNAME= treeline PORTVERSION= 3.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils python MASTER_SITES= https://github.com/doug-101/TreeLine/releases/download/v${PORTVERSION}/ \ SF/${PORTNAME}/${PORTVERSION} diff --git a/deskutils/zanshin/Makefile b/deskutils/zanshin/Makefile index 63baf18d22aa..80b6176614ec 100644 --- a/deskutils/zanshin/Makefile +++ b/deskutils/zanshin/Makefile @@ -2,7 +2,7 @@ PORTNAME= zanshin DISTVERSION= 0.5.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= deskutils kde MASTER_SITES= KDE/stable/${PORTNAME}/ diff --git a/deskutils/znotes/Makefile b/deskutils/znotes/Makefile index 0517a55e55d2..acf92d031603 100644 --- a/deskutils/znotes/Makefile +++ b/deskutils/znotes/Makefile @@ -3,7 +3,7 @@ PORTNAME= znotes PORTVERSION= 0.4.5.20150825 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils PKGNAMESUFFIX= -${FLAVOR} |