From 1bf487d3e73d83700f5a4aeb3a9ffbfc6e87856b Mon Sep 17 00:00:00 2001 From: Tijl Coosemans Date: Wed, 16 Jan 2019 11:13:44 +0000 Subject: 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) --- games/2048-qt/Makefile | 2 +- games/auralquiz/Makefile | 2 +- games/blinken/Makefile | 1 + games/bomber/Makefile | 1 + games/bovo/Makefile | 1 + games/chessx/Makefile | 1 + games/cockatrice/Makefile | 2 +- games/colorcode/Makefile | 1 + games/connectagram/Makefile | 2 +- games/cutemaze/Makefile | 1 + games/doomsday/Makefile | 1 + games/dustrac/Makefile | 2 +- games/flightgear/Makefile | 2 +- games/gcompris-qt/Makefile | 1 + games/gottet/Makefile | 2 +- games/granatier/Makefile | 1 + games/hedgewars/Makefile | 1 + games/hexalate/Makefile | 2 +- games/kanagram/Makefile | 1 + games/kapman/Makefile | 1 + games/katomic/Makefile | 1 + games/kblackbox/Makefile | 1 + games/kblocks/Makefile | 1 + games/kbounce/Makefile | 1 + games/kbreakout/Makefile | 1 + games/kdegames/Makefile | 1 + games/kdiamond/Makefile | 1 + games/kfourinline/Makefile | 1 + games/kgoldrunner/Makefile | 1 + games/khangman/Makefile | 1 + games/kigo/Makefile | 1 + games/killbots/Makefile | 1 + games/kiriki/Makefile | 1 + games/kjumpingcube/Makefile | 1 + games/klickety/Makefile | 1 + games/klines/Makefile | 1 + games/kmahjongg/Makefile | 1 + games/kmines/Makefile | 1 + games/knavalbattle/Makefile | 1 + games/knetwalk/Makefile | 1 + games/knights/Makefile | 1 + games/kolf/Makefile | 1 + games/kollision/Makefile | 1 + games/konquest/Makefile | 1 + games/kpat/Makefile | 1 + games/kreversi/Makefile | 1 + games/kshisen/Makefile | 1 + games/ksirk/Makefile | 1 + games/ksnakeduel/Makefile | 1 + games/kspaceduel/Makefile | 1 + games/ksquares/Makefile | 1 + games/ksudoku/Makefile | 1 + games/ktuberling/Makefile | 1 + games/kubrick/Makefile | 1 + games/libkdegames/Makefile | 1 + games/libkmahjongg/Makefile | 1 + games/lskat/Makefile | 1 + games/multimc/Makefile | 2 +- games/openage/Makefile | 2 +- games/openmw/Makefile | 2 +- games/palapeli/Makefile | 1 + games/peg-e/Makefile | 2 +- games/pentobi/Makefile | 1 + games/picmi/Makefile | 1 + games/py-mnemosyne/Makefile | 2 +- games/qnetwalk/Makefile | 1 + games/simsu/Makefile | 2 +- games/solarus-quest-editor/Makefile | 1 + games/solarus/Makefile | 1 + games/tanglet/Makefile | 2 +- games/tetzle/Makefile | 2 +- games/warzone2100/Makefile | 2 +- 72 files changed, 72 insertions(+), 17 deletions(-) (limited to 'games') diff --git a/games/2048-qt/Makefile b/games/2048-qt/Makefile index 11d50dfb97c4..5b463b916342 100644 --- a/games/2048-qt/Makefile +++ b/games/2048-qt/Makefile @@ -3,7 +3,7 @@ PORTNAME= 2048-qt PORTVERSION= 0.1.6 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MAINTAINER= swills@FreeBSD.org diff --git a/games/auralquiz/Makefile b/games/auralquiz/Makefile index 93bf9d2d424d..4702ce7f84cc 100644 --- a/games/auralquiz/Makefile +++ b/games/auralquiz/Makefile @@ -4,7 +4,7 @@ PORTNAME= auralquiz PORTVERSION= 1.0.0 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SAVANNAH diff --git a/games/blinken/Makefile b/games/blinken/Makefile index d49decaf77ec..a7e6de77b2a9 100644 --- a/games/blinken/Makefile +++ b/games/blinken/Makefile @@ -2,6 +2,7 @@ PORTNAME= blinken DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/games/bomber/Makefile b/games/bomber/Makefile index 5e57509bc211..711f6c900223 100644 --- a/games/bomber/Makefile +++ b/games/bomber/Makefile @@ -2,6 +2,7 @@ PORTNAME= bomber DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/games/bovo/Makefile b/games/bovo/Makefile index de5f5f8acf4b..9ca1ec0687eb 100644 --- a/games/bovo/Makefile +++ b/games/bovo/Makefile @@ -2,6 +2,7 @@ PORTNAME= bovo DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/games/chessx/Makefile b/games/chessx/Makefile index 28f4f53b7db1..657d8b957409 100644 --- a/games/chessx/Makefile +++ b/games/chessx/Makefile @@ -2,6 +2,7 @@ PORTNAME= chessx PORTVERSION= 1.4.6 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF diff --git a/games/cockatrice/Makefile b/games/cockatrice/Makefile index 38a5e6cbaa49..6d3dc5294a68 100644 --- a/games/cockatrice/Makefile +++ b/games/cockatrice/Makefile @@ -3,7 +3,7 @@ PORTNAME= Cockatrice PORTVERSION= 2.6.2.g2018.12.21 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MAINTAINER= sbruno@FreeBSD.org diff --git a/games/colorcode/Makefile b/games/colorcode/Makefile index a12dc18739b9..fda0e94ea999 100644 --- a/games/colorcode/Makefile +++ b/games/colorcode/Makefile @@ -2,6 +2,7 @@ PORTNAME= colorcode PORTVERSION= 0.8.5 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://colorcode.laebisch.com/download/ DISTNAME= ColorCode-${PORTVERSION} diff --git a/games/connectagram/Makefile b/games/connectagram/Makefile index 8ddabb5dfc04..af2c5caa6a49 100644 --- a/games/connectagram/Makefile +++ b/games/connectagram/Makefile @@ -3,7 +3,7 @@ PORTNAME= connectagram PORTVERSION= 1.2.9 -PORTREVISION= 2 +PORTREVISION= 3 DISTVERSIONSUFFIX= -src CATEGORIES= games MASTER_SITES= http://gottcode.org/connectagram/ diff --git a/games/cutemaze/Makefile b/games/cutemaze/Makefile index 10c942560de2..eab69add64b6 100644 --- a/games/cutemaze/Makefile +++ b/games/cutemaze/Makefile @@ -3,6 +3,7 @@ PORTNAME= cutemaze PORTVERSION= 1.2.4 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://gottcode.org/${PORTNAME}/ DISTNAME= ${PORTNAME}-${DISTVERSION}-src diff --git a/games/doomsday/Makefile b/games/doomsday/Makefile index c931ceb1bcd0..b06f38636990 100644 --- a/games/doomsday/Makefile +++ b/games/doomsday/Makefile @@ -3,6 +3,7 @@ PORTNAME= doomsday PORTVERSION= 2.1.0 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/deng/Doomsday%20Engine/${PORTVERSION} diff --git a/games/dustrac/Makefile b/games/dustrac/Makefile index 753d7d009ab6..1fac720c7e35 100644 --- a/games/dustrac/Makefile +++ b/games/dustrac/Makefile @@ -2,7 +2,7 @@ PORTNAME= dustrac PORTVERSION= 1.11.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MAINTAINER= ports@FreeBSD.org diff --git a/games/flightgear/Makefile b/games/flightgear/Makefile index 8cc1f4dceab1..3d09227904f9 100644 --- a/games/flightgear/Makefile +++ b/games/flightgear/Makefile @@ -3,7 +3,7 @@ PORTNAME= flightgear PORTVERSION= 2018.3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SF/flightgear/release-${PORTVERSION:R} diff --git a/games/gcompris-qt/Makefile b/games/gcompris-qt/Makefile index 52a541c157cc..5430f567b1bc 100644 --- a/games/gcompris-qt/Makefile +++ b/games/gcompris-qt/Makefile @@ -2,6 +2,7 @@ PORTNAME= gcompris-qt DISTVERSION= 0.95 +PORTREVISION= 1 CATEGORIES= games kde MASTER_SITES= http://gcompris.net/download/qt/src/ diff --git a/games/gottet/Makefile b/games/gottet/Makefile index b2a3cbf0123a..a205dbfe75b9 100644 --- a/games/gottet/Makefile +++ b/games/gottet/Makefile @@ -3,7 +3,7 @@ PORTNAME= gottet PORTVERSION= 1.1.7 -PORTREVISION= 2 +PORTREVISION= 3 DISTVERSIONSUFFIX= -src CATEGORIES= games MASTER_SITES= https://gottcode.org/gottet/ diff --git a/games/granatier/Makefile b/games/granatier/Makefile index eb0cdea8f9c9..fa6b9300bfa4 100644 --- a/games/granatier/Makefile +++ b/games/granatier/Makefile @@ -2,6 +2,7 @@ PORTNAME= granatier DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/games/hedgewars/Makefile b/games/hedgewars/Makefile index 9b3c961b97ab..9f88cc78433c 100644 --- a/games/hedgewars/Makefile +++ b/games/hedgewars/Makefile @@ -3,6 +3,7 @@ PORTNAME= hedgewars PORTVERSION= 0.9.25 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://www.hedgewars.org/download/releases/ \ http://mirror.amdmi3.ru/distfiles/ diff --git a/games/hexalate/Makefile b/games/hexalate/Makefile index 64fd7e0415f7..aac957f97136 100644 --- a/games/hexalate/Makefile +++ b/games/hexalate/Makefile @@ -3,7 +3,7 @@ PORTNAME= hexalate PORTVERSION= 1.1.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= https://gottcode.org/${PORTNAME}/ \ https://mirror.amdmi3.ru/distfiles/ diff --git a/games/kanagram/Makefile b/games/kanagram/Makefile index 0c599df0a083..3bd70d2d6554 100644 --- a/games/kanagram/Makefile +++ b/games/kanagram/Makefile @@ -2,6 +2,7 @@ PORTNAME= kanagram DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/games/kapman/Makefile b/games/kapman/Makefile index d5560151aa30..eda0862d5fc3 100644 --- a/games/kapman/Makefile +++ b/games/kapman/Makefile @@ -2,6 +2,7 @@ PORTNAME= kapman DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/games/katomic/Makefile b/games/katomic/Makefile index b13f737df26c..b01b3c58bf1c 100644 --- a/games/katomic/Makefile +++ b/games/katomic/Makefile @@ -2,6 +2,7 @@ PORTNAME= katomic DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= ${${PORTNAME}_DESC} diff --git a/games/kblackbox/Makefile b/games/kblackbox/Makefile index 8d911636414f..bf6d9dff045b 100644 --- a/games/kblackbox/Makefile +++ b/games/kblackbox/Makefile @@ -2,6 +2,7 @@ PORTNAME= kblackbox DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/games/kblocks/Makefile b/games/kblocks/Makefile index 144f2fd091df..cfd7fe899acb 100644 --- a/games/kblocks/Makefile +++ b/games/kblocks/Makefile @@ -2,6 +2,7 @@ PORTNAME= kblocks DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/games/kbounce/Makefile b/games/kbounce/Makefile index f16a1dd58a0e..32efde0c3aa6 100644 --- a/games/kbounce/Makefile +++ b/games/kbounce/Makefile @@ -2,6 +2,7 @@ PORTNAME= kbounce DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/games/kbreakout/Makefile b/games/kbreakout/Makefile index b452121a806e..01208c5a0fa2 100644 --- a/games/kbreakout/Makefile +++ b/games/kbreakout/Makefile @@ -2,6 +2,7 @@ PORTNAME= kbreakout DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/games/kdegames/Makefile b/games/kdegames/Makefile index f7782e2bf64f..a64d82c00d9e 100644 --- a/games/kdegames/Makefile +++ b/games/kdegames/Makefile @@ -2,6 +2,7 @@ PORTNAME= kdegames DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= games kde MAINTAINER= kde@FreeBSD.org diff --git a/games/kdiamond/Makefile b/games/kdiamond/Makefile index 65e6c16ba32c..8fad3b151a9d 100644 --- a/games/kdiamond/Makefile +++ b/games/kdiamond/Makefile @@ -2,6 +2,7 @@ PORTNAME= kdiamond DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/games/kfourinline/Makefile b/games/kfourinline/Makefile index 78bc4c64f4c5..ac61b806662e 100644 --- a/games/kfourinline/Makefile +++ b/games/kfourinline/Makefile @@ -2,6 +2,7 @@ PORTNAME= kfourinline DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/games/kgoldrunner/Makefile b/games/kgoldrunner/Makefile index f919ca0c45e3..3e095580127b 100644 --- a/games/kgoldrunner/Makefile +++ b/games/kgoldrunner/Makefile @@ -2,6 +2,7 @@ PORTNAME= kgoldrunner DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/games/khangman/Makefile b/games/khangman/Makefile index df7e90a08496..9b2ab1dedbbc 100644 --- a/games/khangman/Makefile +++ b/games/khangman/Makefile @@ -2,6 +2,7 @@ PORTNAME= khangman DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/games/kigo/Makefile b/games/kigo/Makefile index ba953b6b9884..d8309b572bc6 100644 --- a/games/kigo/Makefile +++ b/games/kigo/Makefile @@ -2,6 +2,7 @@ PORTNAME= kigo DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/games/killbots/Makefile b/games/killbots/Makefile index 1e12820c2ff7..5e563f2bd7f0 100644 --- a/games/killbots/Makefile +++ b/games/killbots/Makefile @@ -2,6 +2,7 @@ PORTNAME= killbots DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/games/kiriki/Makefile b/games/kiriki/Makefile index 76a5bc292df4..f843286a822e 100644 --- a/games/kiriki/Makefile +++ b/games/kiriki/Makefile @@ -2,6 +2,7 @@ PORTNAME= kiriki DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/games/kjumpingcube/Makefile b/games/kjumpingcube/Makefile index 1ed388bad3dc..443e1c4d4bae 100644 --- a/games/kjumpingcube/Makefile +++ b/games/kjumpingcube/Makefile @@ -2,6 +2,7 @@ PORTNAME= kjumpingcube DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/games/klickety/Makefile b/games/klickety/Makefile index 90e785dc5e27..bd5a4d95b2ea 100644 --- a/games/klickety/Makefile +++ b/games/klickety/Makefile @@ -2,6 +2,7 @@ PORTNAME= klickety DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/games/klines/Makefile b/games/klines/Makefile index 4e6d92bbe33c..ed2fb6c6028a 100644 --- a/games/klines/Makefile +++ b/games/klines/Makefile @@ -2,6 +2,7 @@ PORTNAME= klines DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/games/kmahjongg/Makefile b/games/kmahjongg/Makefile index ccf75b6d1aec..228533a3f651 100644 --- a/games/kmahjongg/Makefile +++ b/games/kmahjongg/Makefile @@ -2,6 +2,7 @@ PORTNAME= kmahjongg DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/games/kmines/Makefile b/games/kmines/Makefile index 8126de1fdc26..1e92984e8681 100644 --- a/games/kmines/Makefile +++ b/games/kmines/Makefile @@ -2,6 +2,7 @@ PORTNAME= kmines DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/games/knavalbattle/Makefile b/games/knavalbattle/Makefile index 71e7f490fd55..46ddc7475ead 100644 --- a/games/knavalbattle/Makefile +++ b/games/knavalbattle/Makefile @@ -2,6 +2,7 @@ PORTNAME= knavalbattle DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/games/knetwalk/Makefile b/games/knetwalk/Makefile index 2131b2e97bf2..948a660b72f3 100644 --- a/games/knetwalk/Makefile +++ b/games/knetwalk/Makefile @@ -2,6 +2,7 @@ PORTNAME= knetwalk DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/games/knights/Makefile b/games/knights/Makefile index 0f56dc221468..417950b2036b 100644 --- a/games/knights/Makefile +++ b/games/knights/Makefile @@ -3,6 +3,7 @@ PORTNAME= knights DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/games/kolf/Makefile b/games/kolf/Makefile index 706b3ac6b93f..e57dae7b4442 100644 --- a/games/kolf/Makefile +++ b/games/kolf/Makefile @@ -2,6 +2,7 @@ PORTNAME= kolf DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/games/kollision/Makefile b/games/kollision/Makefile index a6c295ee9501..3a18b908ca1d 100644 --- a/games/kollision/Makefile +++ b/games/kollision/Makefile @@ -2,6 +2,7 @@ PORTNAME= kollision DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/games/konquest/Makefile b/games/konquest/Makefile index ee1f77a05068..d4a58e4a5862 100644 --- a/games/konquest/Makefile +++ b/games/konquest/Makefile @@ -2,6 +2,7 @@ PORTNAME= konquest DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/games/kpat/Makefile b/games/kpat/Makefile index 15c72fd84769..5fc9d2c1edab 100644 --- a/games/kpat/Makefile +++ b/games/kpat/Makefile @@ -2,6 +2,7 @@ PORTNAME= kpat DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/games/kreversi/Makefile b/games/kreversi/Makefile index d46a9e55c5a5..0066caa05d5f 100644 --- a/games/kreversi/Makefile +++ b/games/kreversi/Makefile @@ -2,6 +2,7 @@ PORTNAME= kreversi DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/games/kshisen/Makefile b/games/kshisen/Makefile index 10ce4f7423c9..3e2a041689ab 100644 --- a/games/kshisen/Makefile +++ b/games/kshisen/Makefile @@ -2,6 +2,7 @@ PORTNAME= kshisen DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/games/ksirk/Makefile b/games/ksirk/Makefile index 206319be61c2..7579b42cba38 100644 --- a/games/ksirk/Makefile +++ b/games/ksirk/Makefile @@ -2,6 +2,7 @@ PORTNAME= ksirk DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/games/ksnakeduel/Makefile b/games/ksnakeduel/Makefile index 6f91c445fb92..fae6410dc5f9 100644 --- a/games/ksnakeduel/Makefile +++ b/games/ksnakeduel/Makefile @@ -2,6 +2,7 @@ PORTNAME= ksnakeduel DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/games/kspaceduel/Makefile b/games/kspaceduel/Makefile index 92f44a3d2f89..39cb4910a659 100644 --- a/games/kspaceduel/Makefile +++ b/games/kspaceduel/Makefile @@ -2,6 +2,7 @@ PORTNAME= kspaceduel DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/games/ksquares/Makefile b/games/ksquares/Makefile index ad58bb6b50aa..8296d4fc4a93 100644 --- a/games/ksquares/Makefile +++ b/games/ksquares/Makefile @@ -2,6 +2,7 @@ PORTNAME= ksquares DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/games/ksudoku/Makefile b/games/ksudoku/Makefile index c8cba26cdeb3..a870b9ac32bc 100644 --- a/games/ksudoku/Makefile +++ b/games/ksudoku/Makefile @@ -2,6 +2,7 @@ PORTNAME= ksudoku DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/games/ktuberling/Makefile b/games/ktuberling/Makefile index 2a02bbc43c91..abb6188a5613 100644 --- a/games/ktuberling/Makefile +++ b/games/ktuberling/Makefile @@ -2,6 +2,7 @@ PORTNAME= ktuberling DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/games/kubrick/Makefile b/games/kubrick/Makefile index 8605076298e1..179b9ce1bf9d 100644 --- a/games/kubrick/Makefile +++ b/games/kubrick/Makefile @@ -2,6 +2,7 @@ PORTNAME= kubrick DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/games/libkdegames/Makefile b/games/libkdegames/Makefile index c8c14e4b4804..7c1672e6615b 100644 --- a/games/libkdegames/Makefile +++ b/games/libkdegames/Makefile @@ -2,6 +2,7 @@ PORTNAME= libkdegames DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/games/libkmahjongg/Makefile b/games/libkmahjongg/Makefile index f417350183f7..0e2ccd460156 100644 --- a/games/libkmahjongg/Makefile +++ b/games/libkmahjongg/Makefile @@ -2,6 +2,7 @@ PORTNAME= libkmahjongg DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/games/lskat/Makefile b/games/lskat/Makefile index 52f8dab08d2e..3a4cf51da74b 100644 --- a/games/lskat/Makefile +++ b/games/lskat/Makefile @@ -2,6 +2,7 @@ PORTNAME= lskat DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/games/multimc/Makefile b/games/multimc/Makefile index d15eb4b18f58..910bd1f32961 100644 --- a/games/multimc/Makefile +++ b/games/multimc/Makefile @@ -2,7 +2,7 @@ PORTNAME= multimc DISTVERSION= 0.6.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games java MAINTAINER= me@tsundoku.ne.jp diff --git a/games/openage/Makefile b/games/openage/Makefile index f2ac6c9b3455..9714793e1268 100644 --- a/games/openage/Makefile +++ b/games/openage/Makefile @@ -4,7 +4,7 @@ PORTNAME= openage DISTVERSIONPREFIX= v DISTVERSION= 0.3.0-1262 DISTVERSIONSUFFIX= -ga554ab49 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MAINTAINER= freebsd@sysctl.cz diff --git a/games/openmw/Makefile b/games/openmw/Makefile index 6896ba777d6e..9fbccd3da3cc 100644 --- a/games/openmw/Makefile +++ b/games/openmw/Makefile @@ -4,7 +4,7 @@ PORTNAME= openmw DISTVERSIONPREFIX= openmw- DISTVERSION= 0.44.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MAINTAINER= tobik@FreeBSD.org diff --git a/games/palapeli/Makefile b/games/palapeli/Makefile index 85983703af60..12732fdf99f6 100644 --- a/games/palapeli/Makefile +++ b/games/palapeli/Makefile @@ -2,6 +2,7 @@ PORTNAME= palapeli DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/games/peg-e/Makefile b/games/peg-e/Makefile index f29a583dccbc..f85f927329c1 100644 --- a/games/peg-e/Makefile +++ b/games/peg-e/Makefile @@ -3,7 +3,7 @@ PORTNAME= peg-e PORTVERSION= 1.2.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= https://gottcode.org/peg-e/ \ https://mirror.amdmi3.ru/distfiles/ diff --git a/games/pentobi/Makefile b/games/pentobi/Makefile index 5ad212999cbf..d7935985d0fe 100644 --- a/games/pentobi/Makefile +++ b/games/pentobi/Makefile @@ -3,6 +3,7 @@ PORTNAME= pentobi PORTVERSION= 15.0 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} diff --git a/games/picmi/Makefile b/games/picmi/Makefile index bf016cb35115..ff0768bbc7f8 100644 --- a/games/picmi/Makefile +++ b/games/picmi/Makefile @@ -2,6 +2,7 @@ PORTNAME= picmi DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/games/py-mnemosyne/Makefile b/games/py-mnemosyne/Makefile index e866fc1085a5..af9c058b3a83 100644 --- a/games/py-mnemosyne/Makefile +++ b/games/py-mnemosyne/Makefile @@ -3,7 +3,7 @@ PORTNAME= mnemosyne PORTVERSION= 2.6.1 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= games python MASTER_SITES= SF/mnemosyne-proj/${PORTNAME}/${PORTNAME}-${DISTVERSION} diff --git a/games/qnetwalk/Makefile b/games/qnetwalk/Makefile index 3bc8ff8a5467..6fa8c2856165 100644 --- a/games/qnetwalk/Makefile +++ b/games/qnetwalk/Makefile @@ -3,6 +3,7 @@ PORTNAME= qnetwalk PORTVERSION= 1.5 +PORTREVISION= 1 CATEGORIES= games MAINTAINER= amdmi3@FreeBSD.org diff --git a/games/simsu/Makefile b/games/simsu/Makefile index 3f4d8ec56fe7..81e48c08db24 100644 --- a/games/simsu/Makefile +++ b/games/simsu/Makefile @@ -3,7 +3,7 @@ PORTNAME= simsu PORTVERSION= 1.3.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= https://gottcode.org/${PORTNAME}/ \ https://mirror.amdmi3.ru/distfiles/ diff --git a/games/solarus-quest-editor/Makefile b/games/solarus-quest-editor/Makefile index f4c84839ed3b..098c133f4b02 100644 --- a/games/solarus-quest-editor/Makefile +++ b/games/solarus-quest-editor/Makefile @@ -4,6 +4,7 @@ PORTNAME= solarus-quest-editor PORTVERSION= 1.6.0 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= games MAINTAINER= danilo@FreeBSD.org diff --git a/games/solarus/Makefile b/games/solarus/Makefile index 680bedd2d01a..8c5dcaeef211 100644 --- a/games/solarus/Makefile +++ b/games/solarus/Makefile @@ -2,6 +2,7 @@ PORTNAME= solarus PORTVERSION= 1.6.0 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://www.solarus-games.org/downloads/solarus/ DISTNAME= solarus-${PORTVERSION}-src diff --git a/games/tanglet/Makefile b/games/tanglet/Makefile index ae53d482bc6e..64b6185a555c 100644 --- a/games/tanglet/Makefile +++ b/games/tanglet/Makefile @@ -3,7 +3,7 @@ PORTNAME= tanglet PORTVERSION= 1.5.3 -PORTREVISION= 3 +PORTREVISION= 4 DISTVERSIONSUFFIX= -src CATEGORIES= games MASTER_SITES= http://gottcode.org/tanglet/ diff --git a/games/tetzle/Makefile b/games/tetzle/Makefile index 209167be915d..c82f04a3aa89 100644 --- a/games/tetzle/Makefile +++ b/games/tetzle/Makefile @@ -3,7 +3,7 @@ PORTNAME= tetzle PORTVERSION= 2.1.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= https://gottcode.org/tetzle/ \ https://mirror.amdmi3.ru/distfiles/ diff --git a/games/warzone2100/Makefile b/games/warzone2100/Makefile index 3c26c609bee1..323f9b5004ef 100644 --- a/games/warzone2100/Makefile +++ b/games/warzone2100/Makefile @@ -2,7 +2,7 @@ PORTNAME= warzone2100 PORTVERSION= 3.2.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/releases/${PORTVERSION}/ -- cgit v1.2.3