diff options
author | markd <markd@pkgsrc.org> | 2005-10-13 12:44:13 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2005-10-13 12:44:13 +0000 |
commit | 300c9f0c4c884d395bb9e08b24d0ef5705656193 (patch) | |
tree | d90380e1a763c666303629e3324a22cfc9e677f7 /www/kdewebdev3 | |
parent | 1da0faeb5f91c191d5b0427cd7dc1bfacf239308 (diff) | |
download | pkgsrc-300c9f0c4c884d395bb9e08b24d0ef5705656193.tar.gz |
Update to KDE 3.4.3
Changes:
Quanta Plus
* fix crash when deleting a file which is part of a project from the
tab context menu
* do not autoclose tag starting with <?, like <?xml
* create empty description files for scripts that don't have one
* save the content entered in a new file in the VPL editor
* do not allow invocation of the CSS editor in an empty non-CSS document
* fix many cell-merging related errors in the table editor
* fix namespace editing in the attribute editor tree
* fix lots of table editor bugs
* restore automatic conversion of accented chars behavior to pre-3.4.2
* save the content entered in a new file in the VPL editor
* fix loading order of the project view files
* replace a leading ~ in an upload profile with the users home folder and
avoid a hang
* fix lots of VPL related crashes
* show DT tags in VPL
Diffstat (limited to 'www/kdewebdev3')
-rw-r--r-- | www/kdewebdev3/Makefile | 9 | ||||
-rw-r--r-- | www/kdewebdev3/distinfo | 8 |
2 files changed, 5 insertions, 12 deletions
diff --git a/www/kdewebdev3/Makefile b/www/kdewebdev3/Makefile index a6559bac7db..bc0158d947a 100644 --- a/www/kdewebdev3/Makefile +++ b/www/kdewebdev3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/09/29 14:11:36 adam Exp $ +# $NetBSD: Makefile,v 1.11 2005/10/13 12:44:13 markd Exp $ DISTNAME= kdewebdev-${_KDE_VERSION} CATEGORIES= www @@ -10,13 +10,6 @@ USE_TOOLS+= perl REPLACE_PERL= quanta/scripts/TemplateMagic.pl \ quanta/scripts/dwt.pl -# a fix for qt-3.3.5, please remove if qt-3.3.6 (or newer) solves the problem -SUBST_CLASSES+= hints -SUBST_STAGE.hints= post-patch -SUBST_MESSAGE.hints= "Fix includehints." -SUBST_FILES.hints= quanta/parts/kafka/htmldocumentpropertiesui.ui -SUBST_FILTER_CMD.hints= ${GREP} -v includehint - .include "../../meta-pkgs/kde3/kde3.mk" .include "../../x11/kdebase3/buildlink3.mk" .include "../../x11/kdelibs3/buildlink3.mk" diff --git a/www/kdewebdev3/distinfo b/www/kdewebdev3/distinfo index 46acef3c3cd..8401a900f77 100644 --- a/www/kdewebdev3/distinfo +++ b/www/kdewebdev3/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2005/07/30 11:14:05 markd Exp $ +$NetBSD: distinfo,v 1.10 2005/10/13 12:44:13 markd Exp $ -SHA1 (kdewebdev-3.4.2.tar.bz2) = ae419846b45933a0aa0708e3323e76d8ff02f91a -RMD160 (kdewebdev-3.4.2.tar.bz2) = 3964ebf519413065b0afddd7d4c7dd6e134ae4cb -Size (kdewebdev-3.4.2.tar.bz2) = 5968773 bytes +SHA1 (kdewebdev-3.4.3.tar.bz2) = fb9e88873f2662b08b4fa4efc75db377b7a26b47 +RMD160 (kdewebdev-3.4.3.tar.bz2) = 8e635964a936f4b4eeb5285acf616a078249db4f +Size (kdewebdev-3.4.3.tar.bz2) = 5943915 bytes |