diff options
author | Kevin Bowling <kbowling@FreeBSD.org> | 2021-06-19 20:16:08 +0000 |
---|---|---|
committer | Kevin Bowling <kbowling@FreeBSD.org> | 2021-06-22 18:53:08 +0000 |
commit | da3162c7c9f01912ba1940e188b253f2b5c7ba77 (patch) | |
tree | d10ba9478637e8d8d59bad216250736b2b8a15f9 /x11-themes | |
parent | 667772286cef83ac5592d3adf7267e51c5f3f2cf (diff) | |
download | ports-da3162c7c9f01912ba1940e188b253f2b5c7ba77.tar.gz ports-da3162c7c9f01912ba1940e188b253f2b5c7ba77.zip |
graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/Kvantum/Makefile | 1 | ||||
-rw-r--r-- | x11-themes/qgnomeplatform/Makefile | 1 | ||||
-rw-r--r-- | x11-themes/qt5-style-plugins/Makefile | 2 |
3 files changed, 3 insertions, 1 deletions
diff --git a/x11-themes/Kvantum/Makefile b/x11-themes/Kvantum/Makefile index 875cf9fd6d20..63d8d570d974 100644 --- a/x11-themes/Kvantum/Makefile +++ b/x11-themes/Kvantum/Makefile @@ -1,6 +1,7 @@ PORTNAME= Kvantum DISTVERSIONPREFIX= V DISTVERSION= 0.20.0 +PORTREVISION= 1 CATEGORIES= x11-themes PKGNAMESUFFIX= -qt5 diff --git a/x11-themes/qgnomeplatform/Makefile b/x11-themes/qgnomeplatform/Makefile index d8786912dc2d..103138069be1 100644 --- a/x11-themes/qgnomeplatform/Makefile +++ b/x11-themes/qgnomeplatform/Makefile @@ -1,6 +1,7 @@ PORTNAME= qgnomeplatform DISTVERSION= 0.6.1-8 DISTVERSIONSUFFIX= -g53d7924 +PORTREVISION= 1 CATEGORIES= x11-themes MAINTAINER= greg@unrelenting.technology diff --git a/x11-themes/qt5-style-plugins/Makefile b/x11-themes/qt5-style-plugins/Makefile index a77b93a5201a..49a3a296b26f 100644 --- a/x11-themes/qt5-style-plugins/Makefile +++ b/x11-themes/qt5-style-plugins/Makefile @@ -4,7 +4,7 @@ PORTNAME= qt5-style-plugins DISTVERSIONPREFIX= v DISTVERSION= 5.0.0-23 DISTVERSIONSUFFIX= -g335dbe -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= x11-themes DIST_SUBDIR= KDE/Qt/addons |