diff options
author | makc <makc@FreeBSD.org> | 2015-10-14 04:34:50 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2015-10-14 04:34:50 +0800 |
commit | bb624c5b71115fea23c95c2513080d24ce7ddf69 (patch) | |
tree | 92be0c37ee1d41e635d42f7b53f1f5787f571a0e | |
parent | 2cf1c72133b9281cf8154fd1b8a78287773eb052 (diff) | |
download | freebsd-ports-gnome-bb624c5b71115fea23c95c2513080d24ce7ddf69.tar.gz freebsd-ports-gnome-bb624c5b71115fea23c95c2513080d24ce7ddf69.tar.zst freebsd-ports-gnome-bb624c5b71115fea23c95c2513080d24ce7ddf69.zip |
misc/qt5ct:
- Update to 0.19
- Add pkg-message for those who don't read README (or build ports without DOCS)
-rw-r--r-- | misc/qt5ct/Makefile | 2 | ||||
-rw-r--r-- | misc/qt5ct/distinfo | 4 | ||||
-rw-r--r-- | misc/qt5ct/pkg-message | 2 |
3 files changed, 5 insertions, 3 deletions
diff --git a/misc/qt5ct/Makefile b/misc/qt5ct/Makefile index 97d7e5d03c6c..4cb1f917f02e 100644 --- a/misc/qt5ct/Makefile +++ b/misc/qt5ct/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= qt5ct -PORTVERSION= 0.14 +PORTVERSION= 0.19 CATEGORIES= misc MASTER_SITES= SF/${PORTNAME} diff --git a/misc/qt5ct/distinfo b/misc/qt5ct/distinfo index 44603f6d98f9..2ab59c57f69a 100644 --- a/misc/qt5ct/distinfo +++ b/misc/qt5ct/distinfo @@ -1,2 +1,2 @@ -SHA256 (qt5ct-0.14.tar.bz2) = f29a6a51529fb30a5396acfa4764dea59e8133b18e7a0df674f55e412bb6b5a0 -SIZE (qt5ct-0.14.tar.bz2) = 34621 +SHA256 (qt5ct-0.19.tar.bz2) = 657493a22c762c014e5d717772a5eda63688f7a5c6c4ffc4d20cccd2ebc9f4d1 +SIZE (qt5ct-0.19.tar.bz2) = 38287 diff --git a/misc/qt5ct/pkg-message b/misc/qt5ct/pkg-message new file mode 100644 index 000000000000..ef214f65237d --- /dev/null +++ b/misc/qt5ct/pkg-message @@ -0,0 +1,2 @@ +To activate qt5ct settings add QT_QPA_PLATFORMTHEME=qt5ct to your +environment. |