diff options
author | tcberner <tcberner@FreeBSD.org> | 2019-02-13 01:43:00 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2019-02-13 01:43:00 +0800 |
commit | 129ddb65b5c558b602d19e4718b68ef5cd04e3eb (patch) | |
tree | 1dfb95498040d1c8d079ee7f59f242c1a89292b3 /sysutils/qt5-qtpaths | |
parent | 481897f886b6cb7a5ab6c092b4805a1f3771c4a3 (diff) | |
download | freebsd-ports-gnome-129ddb65b5c558b602d19e4718b68ef5cd04e3eb.tar.gz freebsd-ports-gnome-129ddb65b5c558b602d19e4718b68ef5cd04e3eb.tar.zst freebsd-ports-gnome-129ddb65b5c558b602d19e4718b68ef5cd04e3eb.zip |
Update Qt5 to 5.12.1
Release announcement:
https://blog.qt.io/blog/2019/02/01/qt-5-12-1-released/
Changelog:
https://wiki.qt.io/Qt_5.12.1_Change_Files
- A change was required to qt-dist.mk to always pass LOCALBASE to qmake,
as Qt5 has been installed to a prefix for some time now, there should
not be any harm in that, with respect to it picking up installed versions
of itself during build.
PR: 235622
Exp-run by: antoine
Diffstat (limited to 'sysutils/qt5-qtpaths')
-rw-r--r-- | sysutils/qt5-qtpaths/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysutils/qt5-qtpaths/Makefile b/sysutils/qt5-qtpaths/Makefile index a759a015eb2e..00c2a7e2bd5b 100644 --- a/sysutils/qt5-qtpaths/Makefile +++ b/sysutils/qt5-qtpaths/Makefile @@ -2,7 +2,6 @@ PORTNAME= qtpaths DISTVERSION= ${QT5_VERSION} -PORTREVISION= 2 CATEGORIES= sysutils PKGNAMEPREFIX= qt5- |