summaryrefslogtreecommitdiff
path: root/x11/qt3
diff options
context:
space:
mode:
authorskrll <skrll>2003-02-04 18:06:48 +0000
committerskrll <skrll>2003-02-04 18:06:48 +0000
commit80a040e1610a52f9e7ac5419f94f1e9919d1031a (patch)
tree7cf27c52c05c87cb0f2d3c35f692c0ad08d158bf /x11/qt3
parentdc31f3f99d81aee9e3bb25c4b474059982d00309 (diff)
downloadpkgsrc-80a040e1610a52f9e7ac5419f94f1e9919d1031a.tar.gz
Update qt to 3.0.7 - the final maintenance release of qt 3.0.
Lots of bugfixes including one for the ListView expansion problem. Fix kwin in kdebase after a QT global was renamed.
Diffstat (limited to 'x11/qt3')
-rw-r--r--x11/qt3/Makefile10
-rw-r--r--x11/qt3/Makefile.common4
2 files changed, 7 insertions, 7 deletions
diff --git a/x11/qt3/Makefile b/x11/qt3/Makefile
index 14617edce41..e9b5164efce 100644
--- a/x11/qt3/Makefile
+++ b/x11/qt3/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2003/01/08 10:45:55 tron Exp $
+# $NetBSD: Makefile,v 1.14 2003/02/04 18:06:49 skrll Exp $
-DISTNAME= qt3-${QTVERSION}nb2
+DISTNAME= qt3-${QTVERSION}
CATEGORIES= x11
MASTER_SITES= # empty
DISTFILES= # empty
@@ -9,9 +9,9 @@ COMMENT= "meta-package" for the QT GUI C++ toolkit
.include "./Makefile.common"
-DEPENDS+= qt3-libs-${QTVERSION}nb1:../../x11/qt3-libs
-DEPENDS+= qt3-tools-${QTVERSION}nb2:../../x11/qt3-tools
-DEPENDS+= qt3-docs-${QTVERSION}nb1:../../x11/qt3-docs
+DEPENDS+= qt3-libs-${QTVERSION}:../../x11/qt3-libs
+DEPENDS+= qt3-tools-${QTVERSION}:../../x11/qt3-tools
+DEPENDS+= qt3-docs-${QTVERSION}:../../x11/qt3-docs
USE_BUILDLINK2= yes
USE_X11BASE= yes
diff --git a/x11/qt3/Makefile.common b/x11/qt3/Makefile.common
index 8c40289b6cd..4207d5e1c6f 100644
--- a/x11/qt3/Makefile.common
+++ b/x11/qt3/Makefile.common
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.common,v 1.6 2002/10/28 08:46:45 skrll Exp $
+# $NetBSD: Makefile.common,v 1.7 2003/02/04 18:06:49 skrll Exp $
#
-QTVERSION= 3.0.6
+QTVERSION= 3.0.7
MAINTAINER= skrll@netbsd.org
HOMEPAGE= http://www.trolltech.com/products/qt.html