diff options
-rw-r--r-- | x11/qt3-libs/distinfo | 8 | ||||
-rw-r--r-- | x11/qt3-libs/patches/patch-ab | 24 | ||||
-rw-r--r-- | x11/qt3/Makefile.common | 4 |
3 files changed, 18 insertions, 18 deletions
diff --git a/x11/qt3-libs/distinfo b/x11/qt3-libs/distinfo index 02a4cbc3e19..617de053c6f 100644 --- a/x11/qt3-libs/distinfo +++ b/x11/qt3-libs/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.2 2002/03/19 17:54:36 drochner Exp $ +$NetBSD: distinfo,v 1.3 2002/03/25 22:16:40 skrll Exp $ -SHA1 (qt-x11-free-3.0.2.tar.gz) = 8694d8c9992d22e82bedf6891879a6b2f7d94e0e -Size (qt-x11-free-3.0.2.tar.gz) = 15083583 bytes +SHA1 (qt-x11-free-3.0.3.tar.gz) = b6fe7213104bda6075a7d944ab83802262470b15 +Size (qt-x11-free-3.0.3.tar.gz) = 15088462 bytes SHA1 (patch-aa) = aae2cb07147fdc00b008dbb89ebddb58a9ad5010 -SHA1 (patch-ab) = 90e22f330cecaa3eec36bba1dac1bd202cf99287 +SHA1 (patch-ab) = 17a8073304419c5a5e824cb462367463b24f7fbc SHA1 (patch-ac) = da32dd8596f36238fec30fb7b8a444d36e13ed92 diff --git a/x11/qt3-libs/patches/patch-ab b/x11/qt3-libs/patches/patch-ab index a233d61df36..05f6ca0c7b8 100644 --- a/x11/qt3-libs/patches/patch-ab +++ b/x11/qt3-libs/patches/patch-ab @@ -1,13 +1,13 @@ -$NetBSD: patch-ab,v 1.2 2002/03/19 17:54:36 drochner Exp $ +$NetBSD: patch-ab,v 1.3 2002/03/25 22:16:40 skrll Exp $ ---- configure.orig Fri Feb 15 09:12:23 2002 -+++ configure Fri Mar 8 12:34:37 2002 -@@ -732,7 +732,7 @@ - # we may write in the source tree, let's take advantage of this - # to test that QTDIR is correctly set to be the source tree - touch .test.qt. -- if [ '!' -f ${QTDIR}/.test.qt. ] -+ if [ '!' -f .test.qt. ] - then - rm -f .test.qt. - echo +--- configure.orig Sun Mar 10 10:59:59 2002 ++++ configure +@@ -685,7 +685,7 @@ + # we may write in the build tree, let's take advantage of this + # to test that QTDIR is correctly set to be the build tree + touch .test.qt. +-if [ '!' -f ${QTDIR}/.test.qt. ] ++if [ '!' -f .test.qt. ] + then + rm -f .test.qt. + echo diff --git a/x11/qt3/Makefile.common b/x11/qt3/Makefile.common index a71be4eea57..f89940ac693 100644 --- a/x11/qt3/Makefile.common +++ b/x11/qt3/Makefile.common @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.common,v 1.2 2002/03/19 17:54:34 drochner Exp $ +# $NetBSD: Makefile.common,v 1.3 2002/03/25 22:16:39 skrll Exp $ # -QTVERSION= 3.0.2 +QTVERSION= 3.0.3 MAINTAINER= skrll@netbsd.org HOMEPAGE= http://www.trolltech.com/products/qt.html |