From h.eichmann@gmx.de  Fri Jan 16 10:57:30 2004
Return-Path: <h.eichmann@gmx.de>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id DAE4F16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 16 Jan 2004 10:57:30 -0800 (PST)
Received: from mail.gmx.net (mail.gmx.net [213.165.64.20])
	by mx1.FreeBSD.org (Postfix) with SMTP id 81D5543D1F
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 16 Jan 2004 10:57:27 -0800 (PST)
	(envelope-from h.eichmann@gmx.de)
Received: (qmail 20524 invoked by uid 65534); 16 Jan 2004 18:57:25 -0000
Received: from pD9EC2BEC.dip.t-dialin.net (EHLO 7of9.unimatrix-zero.borg) (217.236.43.236)
  by mail.gmx.net (mp026) with SMTP; 16 Jan 2004 19:57:25 +0100
Message-Id: <200401161957.54111.h.eichmann@gmx.de>
Date: Fri, 16 Jan 2004 19:57:54 +0100
From: Heiner <h.eichmann@gmx.de>
To: FreeBSD-gnats-submit@freebsd.org
Subject: Port upgrade: deskutils/kbirthday to 0.7.1

>Number:         61436
>Category:       ports
>Synopsis:       Port upgrade: deskutils/kbirthday to 0.7.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 16 11:00:23 PST 2004
>Closed-Date:    Fri Jan 16 12:01:43 PST 2004
>Last-Modified:  Fri Jan 16 12:01:43 PST 2004
>Originator:     Heiner Eichmann <h.eichmann@gmx.de>
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
Sirius Cybernetics Corp.
>Environment:
FreeBSD 7of9.unimatrix-zero.borg 4.9-STABLE FreeBSD 4.9-STABLE #0: Tue Dec 30 09:19:53 CET 2003     root@7of9.unimatrix-zero.borg:/usr/obj/usr/src/sys/MYKERNEL  i386

>Description:
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)
>How-To-Repeat:
>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"

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

--Boundary-00=_yQDCA7Fc0YYuQZa--

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: clement 
State-Changed-When: Fri Jan 16 12:01:28 PST 2004 
State-Changed-Why:  
Committed, thanks ! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=61436 
>Unformatted:
 --Boundary-00=_yQDCA7Fc0YYuQZa
 Content-Type: text/plain;
   charset="iso-8859-1"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline
 
 X-send-pr-version: send-pr 3.113
 X-GNATS-Notify:
 
 
