diff options
author | lofi <lofi@FreeBSD.org> | 2004-03-09 19:41:12 +0000 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-03-09 19:41:12 +0000 |
commit | 344150edd9e7a3101f87e63d531bdae2b9dbb21f (patch) | |
tree | aa2a54a33e5e6163905ac68a0a01153dd9038687 /www/kdewebdev4 | |
parent | 0bf4cb87335558d7d6c7a77212d01366ca69ca07 (diff) | |
download | FreeBSD-ports-344150edd9e7a3101f87e63d531bdae2b9dbb21f.zip FreeBSD-ports-344150edd9e7a3101f87e63d531bdae2b9dbb21f.tar.gz |
Update to KDE 3.2.1 / QT 3.3.1
Important changes:
==================
KDE:
- Audio/arts does not install artswrapper anymore, instead it is provided by
audio/artswrapper. See UPDATING.
- misc/kdeaddons3 is now a metaport with
editors/kate-plugins
editors/vimpart
games/atlantikdesigner
misc/kaddressbook-plugins
misc/kfile-plugins
misc/kicker-applets
misc/knewsticker-scripts
misc/konq-plugins
misc/ksig
misc/renamedlgplugins
multimedia/noatun-plugins
net/kontact-plugins
as slave ports.
- A number of KDE ports now uses OPTIONS do make various WITH_* options more
visible.
- Plist fixes
- devel/kdevelop should be able to detect FreeBSD's autoconf/automake now for
newly created projects.
- kdebase will no longer remove previous KDM configurations. This won't take
effect during the update from 3.2.0 to 3.2.1 (as deinstalling 3.2.0 will still
remove the configuration), but subsequent updates will merge old configs.
QT:
- Previous versions of QT could be compiled with debugging-support enabled by
defining DEBUG. This switch has been renamed to the more unambiguous
WANT_QT_DEBUG (similar to WANT_KDE_DEBUG in the KDE ports).
Diffstat (limited to 'www/kdewebdev4')
-rw-r--r-- | www/kdewebdev4/Makefile | 3 | ||||
-rw-r--r-- | www/kdewebdev4/distinfo | 3 | ||||
-rw-r--r-- | www/kdewebdev4/pkg-plist | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/www/kdewebdev4/Makefile b/www/kdewebdev4/Makefile index 66b7a45..366a697 100644 --- a/www/kdewebdev4/Makefile +++ b/www/kdewebdev4/Makefile @@ -7,11 +7,10 @@ PORTNAME= quanta PORTVERSION= ${KDE_VERSION} -PORTREVISION= 0 PORTEPOCH= 2 CATEGORIES= www kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src DIST_SUBDIR= KDE MAINTAINER= kde@freebsd.org diff --git a/www/kdewebdev4/distinfo b/www/kdewebdev4/distinfo index b9e95cb..b360901 100644 --- a/www/kdewebdev4/distinfo +++ b/www/kdewebdev4/distinfo @@ -1 +1,2 @@ -MD5 (KDE/quanta-3.2.0.tar.bz2) = 77f2e92edd4caf70703b7274a461ef42 +MD5 (KDE/quanta-3.2.1.tar.bz2) = 37990f042bdc48b6d0e9e714549ad3d7 +SIZE (KDE/quanta-3.2.1.tar.bz2) = 3632173 diff --git a/www/kdewebdev4/pkg-plist b/www/kdewebdev4/pkg-plist index dbf50ff..389acc3 100644 --- a/www/kdewebdev4/pkg-plist +++ b/www/kdewebdev4/pkg-plist @@ -1064,6 +1064,7 @@ share/apps/quanta/toolbar/check_grey.png share/apps/quanta/toolbar/close.png share/apps/quanta/toolbar/color.png share/apps/quanta/toolbar/copy.png +share/apps/quanta/toolbar/css.png share/apps/quanta/toolbar/customlayout.png share/apps/quanta/toolbar/cut.png share/apps/quanta/toolbar/date.png @@ -1214,7 +1215,9 @@ share/apps/quanta/toolbar/textarea.png share/apps/quanta/toolbar/tree_win.png share/apps/quanta/toolbar/ttab.png share/apps/quanta/toolbar/undo.png +share/apps/quanta/toolbar/view_text.png share/apps/quanta/toolbar/vpl.png +share/apps/quanta/toolbar/vpl_text.png share/apps/quanta/toolbar/wiznewprjfin.png share/apps/quanta/toolbar/wiznewprjglb.png share/apps/quanta/toolbar/wiznewprjloc.png |