From ec23ce840d72800992738c45627ae992cc1d7fad Mon Sep 17 00:00:00 2001 From: recht Date: Fri, 16 Apr 2004 14:30:44 +0000 Subject: update to 3.3.1 changes (among many others): - New QLocale Class - The ActiveQt framework, first available in Qt 3.1, has been enhanced in lots of ways in Qt 3.3. - Semi-Transparent Windows Other Improvements - The network module now supports IPv6 in addition to IPv4. - New 64-bit platforms are supported: Itanium on Linux (Intel compiler) and Windows (MSVC and Intel). - QCursor now provides the BusyCursor shape, which combines an hourglass with an arrow. - Qt's DOM classes are now reentrant when Qt is built with multithread support enabled. See http://www.trolltech.com/products/qt/whatsnew.html for more details. --- x11/qt3/Makefile | 7 +++---- x11/qt3/Makefile.common | 4 ++-- 2 files changed, 5 insertions(+), 6 deletions(-) (limited to 'x11/qt3') diff --git a/x11/qt3/Makefile b/x11/qt3/Makefile index 44130fdf7f6..2663cc571fc 100644 --- a/x11/qt3/Makefile +++ b/x11/qt3/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.23 2004/04/01 11:43:56 tron Exp $ +# $NetBSD: Makefile,v 1.24 2004/04/16 14:30:44 recht Exp $ DISTNAME= qt3-${QTVERSION} -PKGREVISION= 2 CATEGORIES= x11 MASTER_SITES= # empty DISTFILES= # empty @@ -10,8 +9,8 @@ COMMENT= "meta-package" for the QT GUI C++ toolkit .include "./Makefile.common" -DEPENDS+= qt3-libs-${QTVERSION}nb1:../../x11/qt3-libs -DEPENDS+= qt3-tools-${QTVERSION}nb1:../../x11/qt3-tools +DEPENDS+= qt3-libs-${QTVERSION}:../../x11/qt3-libs +DEPENDS+= qt3-tools-${QTVERSION}:../../x11/qt3-tools DEPENDS+= qt3-docs-${QTVERSION}:../../x11/qt3-docs USE_BUILDLINK2= yes diff --git a/x11/qt3/Makefile.common b/x11/qt3/Makefile.common index 0dcf6fb196d..d7bf27c7ce2 100644 --- a/x11/qt3/Makefile.common +++ b/x11/qt3/Makefile.common @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.common,v 1.12 2004/03/09 21:00:09 skrll Exp $ +# $NetBSD: Makefile.common,v 1.13 2004/04/16 14:30:44 recht Exp $ # -QTVERSION= 3.2.3 +QTVERSION= 3.3.1 MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.trolltech.com/products/qt.html -- cgit v1.2.3