diff options
author | will <will@FreeBSD.org> | 2002-08-25 04:37:30 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2002-08-25 04:37:30 +0000 |
commit | 63064ec545f2cc2c89abffb3ce294d67b0169490 (patch) | |
tree | beeab87f9ca016d20c06cd13362da5113aa4f4bf /deskutils/kdepim44 | |
parent | 6810d0a54a0b164ccd723b3a722c0d23827a2e36 (diff) | |
download | FreeBSD-ports-63064ec545f2cc2c89abffb3ce294d67b0169490.zip FreeBSD-ports-63064ec545f2cc2c89abffb3ce294d67b0169490.tar.gz |
Update to 3.0.3. Not much changed here: [1] i18n PKGNAMEs converted to
more closely conform to FreeBSD style etc, and Konqueror SSL patch merged.
Tested by: Matt Douhan <matt@fruitsalad.org>, alane
Submitted by: lioux [1]
Diffstat (limited to 'deskutils/kdepim44')
-rw-r--r-- | deskutils/kdepim44/Makefile | 1 | ||||
-rw-r--r-- | deskutils/kdepim44/distinfo | 2 | ||||
-rw-r--r-- | deskutils/kdepim44/files/patch-knote.cpp | 15 | ||||
-rw-r--r-- | deskutils/kdepim44/pkg-plist | 20 |
4 files changed, 2 insertions, 36 deletions
diff --git a/deskutils/kdepim44/Makefile b/deskutils/kdepim44/Makefile index c5ef6cc..8d8ecee 100644 --- a/deskutils/kdepim44/Makefile +++ b/deskutils/kdepim44/Makefile @@ -7,7 +7,6 @@ PORTNAME= kdepim PORTVERSION= ${KDE_VERSION} -PORTREVISION= 1 CATEGORIES= deskutils kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src diff --git a/deskutils/kdepim44/distinfo b/deskutils/kdepim44/distinfo index a8255cc..fa0bda53 100644 --- a/deskutils/kdepim44/distinfo +++ b/deskutils/kdepim44/distinfo @@ -1 +1 @@ -MD5 (KDE/kdepim-3.0.2.tar.bz2) = 84f531b8e4c201d8a048eedd274a4d2d +MD5 (KDE/kdepim-3.0.3.tar.bz2) = 1cf00b8d2c4742e79569c2c43142a3e3 diff --git a/deskutils/kdepim44/files/patch-knote.cpp b/deskutils/kdepim44/files/patch-knote.cpp deleted file mode 100644 index eed60be..0000000 --- a/deskutils/kdepim44/files/patch-knote.cpp +++ /dev/null @@ -1,15 +0,0 @@ ---- knotes/knote.cpp 2002/06/17 20:23:11 1.61 -+++ knotes/knote.cpp 2002/07/04 08:51:19 1.62 -@@ -497,7 +497,11 @@ - - QTextDocument* textDoc = new QTextDocument( 0 ); - textDoc->setFormatter( new QTextFormatterBreakWords ); -- textDoc->setDefaultFont( font ); // only needed for the pointsize -+#if QT_VERSION > 304 -+ textDoc->setDefaultFormat( font, Qt::black ); // only needed for the pointsize -+#else -+ textDoc->setDefaultFont( font ); // only needed for the pointsize -+#endif - textDoc->setUnderlineLinks( true ); - textDoc->setStyleSheet( m_editor->styleSheet() ); - textDoc->setMimeSourceFactory( m_editor->mimeSourceFactory() ); diff --git a/deskutils/kdepim44/pkg-plist b/deskutils/kdepim44/pkg-plist index 997dded..a00c935 100644 --- a/deskutils/kdepim44/pkg-plist +++ b/deskutils/kdepim44/pkg-plist @@ -1,6 +1,7 @@ bin/ical2vcal bin/kabcfrontend bin/kalarm +bin/kalarmautostart bin/kalarmd bin/kandy bin/kandy_client @@ -357,38 +358,21 @@ share/servicetypes/calendardecoration.desktop share/servicetypes/calendarplugin.desktop share/servicetypes/korganizerpart.desktop share/servicetypes/kpilotconduit.desktop -@comment directories -@dirrm share/servicetypes @dirrm share/services/korganizer -@dirrm share/services @dirrm share/icons/locolor/32x32/apps @dirrm share/icons/locolor/32x32 @dirrm share/icons/locolor/16x16/apps @dirrm share/icons/locolor/16x16 @dirrm share/icons/locolor @dirrm share/icons/hicolor/48x48/apps -@dirrm share/icons/hicolor/48x48 @dirrm share/icons/hicolor/32x32/apps -@dirrm share/icons/hicolor/32x32 @dirrm share/icons/hicolor/22x22/apps -@dirrm share/icons/hicolor/22x22/actions -@dirrm share/icons/hicolor/22x22 -@dirrm share/icons/hicolor/16x16/apps -@dirrm share/icons/hicolor/16x16/actions -@dirrm share/icons/hicolor/16x16 -@dirrm share/icons/hicolor -@dirrm share/icons @dirrm share/doc/HTML/en/kpilot @dirrm share/doc/HTML/en/korganizer @dirrm share/doc/HTML/en/knotes @dirrm share/doc/HTML/en/karm @dirrm share/doc/HTML/en/kandy @dirrm share/doc/HTML/en/kalarm -@dirrm share/doc/HTML/en -@dirrm share/doc/HTML -@dirrm share/doc -@dirrm share/config -@dirrm share/autostart @dirrm share/apps/kpilot/icons/hicolor/16x16/actions @dirrm share/apps/kpilot/icons/hicolor/16x16 @dirrm share/apps/kpilot/icons/hicolor @@ -443,13 +427,11 @@ share/servicetypes/kpilotconduit.desktop @dirrm share/apps/kalarm/icons/hicolor @dirrm share/apps/kalarm/icons @dirrm share/apps/kalarm -@dirrm share/apps @dirrm share/applnk/Utilities @dirrm share/applnk/Settings/System @dirrm share/applnk/Settings @dirrm share/applnk/Applications @dirrm share/applnk -@dirrm lib/kde3 @dirrm include/kpilot @dirrm include/korganizer @dirrm include/kgantt |