diff options
author | adam <adam@pkgsrc.org> | 2014-04-23 07:05:31 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2014-04-23 07:05:31 +0000 |
commit | f99fc6f3c95edf720ed00eee11fe0b8c9c5bf604 (patch) | |
tree | 09c9fed5d3a11d2d70b3f56dbd3564a95b2a0247 /x11/qt5 | |
parent | 278520fb8bf3c07995f29983f25c60994033ec46 (diff) | |
download | pkgsrc-f99fc6f3c95edf720ed00eee11fe0b8c9c5bf604.tar.gz |
Changes 5.2.1:
It provides many improvements over Qt 5.2.0 as well as packages Qt Creator 3.0.1. As a patch release, it does not add new features and remains binary compatible with Qt 5.2.0.
Diffstat (limited to 'x11/qt5')
-rw-r--r-- | x11/qt5/Makefile | 3 | ||||
-rw-r--r-- | x11/qt5/Makefile.common | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/x11/qt5/Makefile b/x11/qt5/Makefile index 18330bc5a0b..be63d7f7bd3 100644 --- a/x11/qt5/Makefile +++ b/x11/qt5/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2014/02/12 23:18:55 tron Exp $ +# $NetBSD: Makefile,v 1.4 2014/04/23 07:05:31 adam Exp $ DISTNAME= qt5-${QTVERSION} -PKGREVISION= 2 CATEGORIES= x11 MASTER_SITES= # none diff --git a/x11/qt5/Makefile.common b/x11/qt5/Makefile.common index 6fefdabd77e..6aa2fd31e9d 100644 --- a/x11/qt5/Makefile.common +++ b/x11/qt5/Makefile.common @@ -1,8 +1,8 @@ -# $NetBSD: Makefile.common,v 1.2 2013/12/15 09:42:43 ryoon Exp $ +# $NetBSD: Makefile.common,v 1.3 2014/04/23 07:05:31 adam Exp $ # used by x11/qt5-qtbase/Makefile.common # used by inputmethod/qt5-uim/Makefile -QTDISTVER= 5.2.0 +QTDISTVER= 5.2.1 QTVERSION= ${QTDISTVER:S/-rc/rc/} .include "../../mk/bsd.prefs.mk" |