Bug 61436 - Port upgrade: deskutils/kbirthday to 0.7.1
Summary: Port upgrade: deskutils/kbirthday to 0.7.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-16 19:00 UTC by Heiner
Modified: 2004-01-16 20:01 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Heiner 2004-01-16 19:00:23 UTC
Changes since 0.6.1:

    *  changed event dialog from QDialog to QWidget to allow minimizing
    * configurable notification of pending events at midnight (thanks to a patch from Balaji Ramani)
    * use yesterday and tomorrow instead of -1 and 1 in the event view
    * reloading of addressbook when it has changed
    * added some debug code
    * some code cleanups
    * improved class documentation
    * added russian translation (provided by Egor S. Orlov)

Fix: see attached diff






--Boundary-00=_yQDCA7Fc0YYuQZa
Content-Type: text/x-diff;
  charset="iso-8859-1";
  name="diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
	filename="diff"



--Boundary-00=_yQDCA7Fc0YYuQZa----wKQrIapJIpU904L0UDGQgotdjkQJKvXd0V7KJWSQ2DVsPVnl
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

diff -ur ../../deskutils/kbirthday/Makefile ./Makefile
--- ../../deskutils/kbirthday/Makefile	Fri Apr 25 00:52:22 2003
+++ ./Makefile	Wed Jan 14 23:22:03 2004
@@ -5,7 +5,7 @@
 # $FreeBSD: ports/deskutils/kbirthday/Makefile,v 1.2 2003/04/24 22:52:22 arved Exp $
 
 PORTNAME=	kbirthday
-PORTVERSION=	0.6.1
+PORTVERSION=	0.7.1
 CATEGORIES=	deskutils kde
 MASTER_SITES=	http://www.gfai.de/~jaham/download/ \
 		http://freshmeat.net/redir/kbirthday/32531/url_tgz/
@@ -18,5 +18,8 @@
 USE_KDELIBS_VER=3
 INSTALLS_SHLIB=	yes
 USE_LIBTOOL=	yes
+
+# necesary to access the second master site by getting rid of the default switch -A
+FETCH_CMD ?=/usr/bin/fetch -Rr
 
 .include <bsd.port.mk>
diff -ur ../../deskutils/kbirthday/distinfo ./distinfo
--- ../../deskutils/kbirthday/distinfo	Fri Apr 25 00:52:22 2003
+++ ./distinfo	Wed Jan 14 23:22:46 2004
@@ -1 +1 @@
-MD5 (kbirthday-0.6.1.tar.gz) = b4b0af193ae048906fff111b47100cf7
+MD5 (kbirthday-0.7.1.tar.gz) = d33d37a6e412c7a98723b4f30705546a
diff -ur ../../deskutils/kbirthday/pkg-descr ./pkg-descr
--- ../../deskutils/kbirthday/pkg-descr	Wed Apr 16 13:15:49 2003
+++ ./pkg-descr	Wed Jan 14 23:16:32 2004
@@ -14,7 +14,6 @@
 
 
 WWW: http://www.gfai.de/~jaham/projects/kbirthday/kbirthday.html
-WWW: http://home.fhtw-berlin.de/~s0270195/projects/kbirthday/kbirthday.html
 
 --
 h.eichmann@gmx.de
diff -ur ../../deskutils/kbirthday/pkg-plist ./pkg-plist
--- ../../deskutils/kbirthday/pkg-plist	Fri Apr 25 00:52:22 2003
+++ ./pkg-plist	Wed Jan 14 23:25:26 2004
@@ -1,5 +1,6 @@
-lib/libkbirthday.so
 lib/libkbirthday.la
+lib/libkbirthday.so
+share/apps/kicker/applets/kbirthday.desktop
 share/locale/de/LC_MESSAGES/kbirthday.mo
 share/locale/es/LC_MESSAGES/kbirthday.mo
-share/apps/kicker/applets/kbirthday.desktop
+share/locale/ru/LC_MESSAGES/kbirthday.mo
Comment 1 Clement Laforet freebsd_committer freebsd_triage 2004-01-16 20:01:28 UTC
State Changed
From-To: open->closed

Committed, thanks !