summaryrefslogtreecommitdiff
path: root/x11/qt3
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2004-04-16 14:30:44 +0000
committerrecht <recht@pkgsrc.org>2004-04-16 14:30:44 +0000
commitec23ce840d72800992738c45627ae992cc1d7fad (patch)
tree2030a2fa354a78cb727cdc6a45a24ec4fc27fb95 /x11/qt3
parent309dbb72ad71eb66ce5c54a780e510dd5399b1c0 (diff)
downloadpkgsrc-ec23ce840d72800992738c45627ae992cc1d7fad.tar.gz
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.
Diffstat (limited to 'x11/qt3')
-rw-r--r--x11/qt3/Makefile7
-rw-r--r--x11/qt3/Makefile.common4
2 files changed, 5 insertions, 6 deletions
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