diff options
author | arved <arved@FreeBSD.org> | 2002-11-14 10:13:11 +0000 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2002-11-14 10:13:11 +0000 |
commit | b3dd89202142e38644481c22c401780066119087 (patch) | |
tree | 7eb78a1532206e2a19f23faa8be4052d2818b561 /mail | |
parent | 7fc8e52fed1dff662499924280452c1521f22bfd (diff) | |
download | FreeBSD-ports-b3dd89202142e38644481c22c401780066119087.zip FreeBSD-ports-b3dd89202142e38644481c22c401780066119087.tar.gz |
Update to 3.6.3
This fixes the on-mouse-over crash reported by many.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/kbiff/Makefile | 7 | ||||
-rw-r--r-- | mail/kbiff/distinfo | 2 | ||||
-rw-r--r-- | mail/kbiff/files/patch-kbiff-setupdlg.cpp | 11 | ||||
-rw-r--r-- | mail/kbiff/pkg-plist | 12 |
4 files changed, 13 insertions, 19 deletions
diff --git a/mail/kbiff/Makefile b/mail/kbiff/Makefile index 830f692..2df7d2d 100644 --- a/mail/kbiff/Makefile +++ b/mail/kbiff/Makefile @@ -6,8 +6,7 @@ # PORTNAME= kbiff -PORTVERSION= 3.6.1 -PORTREVISION= 1 +PORTVERSION= 3.6.3 CATEGORIES= mail kde MASTER_SITES= http://devel-home.kde.org/~granroth/kbiff/ @@ -21,9 +20,5 @@ GNU_CONFIGURE= yes CONFIGURE_TARGET= CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} \ --disable-fast-perl -USE_REINPLACE= yes - -post-patch: - ${REINPLACE_CMD} 's,de en es fr,en,' ${WRKSRC}/doc/Makefile.in .include <bsd.port.mk> diff --git a/mail/kbiff/distinfo b/mail/kbiff/distinfo index 6863955..21b240c 100644 --- a/mail/kbiff/distinfo +++ b/mail/kbiff/distinfo @@ -1 +1 @@ -MD5 (kbiff-3.6.1.tar.bz2) = de2ecd482293a410a50c2f4320a1c16c +MD5 (kbiff-3.6.3.tar.bz2) = ffb65c1a41e9fc1a9209bbdc4a21467c diff --git a/mail/kbiff/files/patch-kbiff-setupdlg.cpp b/mail/kbiff/files/patch-kbiff-setupdlg.cpp deleted file mode 100644 index 12897f3..0000000 --- a/mail/kbiff/files/patch-kbiff-setupdlg.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- kbiff/setupdlg.cpp.orig Tue Oct 15 20:13:12 2002 -+++ kbiff/setupdlg.cpp Tue Oct 15 20:16:13 2002 -@@ -779,6 +779,8 @@ - checkBeep = new QCheckBox(i18n("System &Beep"), this); - checkNotify = new QCheckBox(i18n("N&otify"), this); - checkStatus = new QCheckBox(i18n("&Floating Status"), this); -+ checkStatus->setChecked(false); -+ checkStatus->setEnabled(false); - - // connect some slots and signals - connect(buttonBrowsePlaySound, SIGNAL(clicked()), SLOT(browsePlaySound())); diff --git a/mail/kbiff/pkg-plist b/mail/kbiff/pkg-plist index 90d52d3..bfb62d4 100644 --- a/mail/kbiff/pkg-plist +++ b/mail/kbiff/pkg-plist @@ -13,10 +13,19 @@ share/apps/kbiff/pics/noconn.png share/apps/kbiff/pics/nomail.png share/apps/kbiff/pics/oldmail.png share/apps/kbiff/pics/playsound.png +share/doc/HTML/de/kbiff/common +share/doc/HTML/de/kbiff/index.cache.bz2 +share/doc/HTML/de/kbiff/index.docbook share/doc/HTML/en/kbiff/common +share/doc/HTML/en/kbiff/index.cache.bz2 share/doc/HTML/en/kbiff/index.docbook share/doc/HTML/en/kbiff/kbiff.png -share/doc/HTML/en/kbiff/index.cache.bz2 +share/doc/HTML/es/kbiff/common +share/doc/HTML/es/kbiff/index.cache.bz2 +share/doc/HTML/es/kbiff/index.docbook +share/doc/HTML/fr/kbiff/common +share/doc/HTML/fr/kbiff/index.cache.bz2 +share/doc/HTML/fr/kbiff/index.docbook share/icons/hicolor/16x16/apps/kbiff.png share/icons/hicolor/32x32/apps/kbiff.png share/icons/hicolor/48x48/apps/kbiff.png @@ -26,6 +35,7 @@ share/locale/br/LC_MESSAGES/kbiff.mo share/locale/cs/LC_MESSAGES/kbiff.mo share/locale/da/LC_MESSAGES/kbiff.mo share/locale/de/LC_MESSAGES/kbiff.mo +share/locale/el/LC_MESSAGES/kbiff.mo share/locale/es/LC_MESSAGES/kbiff.mo share/locale/et/LC_MESSAGES/kbiff.mo share/locale/fi/LC_MESSAGES/kbiff.mo |