Bug 74931

Summary: Port upgrade: deskutils/kbirthday to 0.7.3
Product: Ports & Packages Reporter: Heiner <h.eichmann>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Heiner 2004-12-10 22:40:16 UTC
Changes since 0.7.1:

    *  kbirthday now reads icon name from desktop file to make it changeable
    * added 16x16 and 32x32 png icons in subfolder icons
    * fixed transparency issues

Fix: see attached diff






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



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

diff -urN ../../deskutils/kbirthday/Makefile ./Makefile
--- ../../deskutils/kbirthday/Makefile	Thu Aug 12 07:40:26 2004
+++ ./Makefile	Fri Dec 10 20:51:49 2004
@@ -5,8 +5,7 @@
 # $FreeBSD: ports/deskutils/kbirthday/Makefile,v 1.7 2004/07/09 17:42:05 marcus Exp $
 
 PORTNAME=	kbirthday
-PORTVERSION=	0.7.1
-PORTREVISION=	2
+PORTVERSION=	0.7.3
 CATEGORIES=	deskutils kde
 MASTER_SITES=	http://www.gfai.de/~jaham/download/ \
 		http://freshmeat.net/redir/kbirthday/32531/url_tgz/
@@ -19,6 +18,8 @@
 USE_KDELIBS_VER=3
 INSTALLS_SHLIB=	yes
 USE_INC_LIBTOOL_VER=	13
+# may or may not solve the alpha compilation issue....
+CONFIGURE_ARGS=	--with-pic
 
 # necesary to access the second master site by getting rid of the default switch -A
 FETCH_CMD ?=/usr/bin/fetch -Rr
diff -urN ../../deskutils/kbirthday/distinfo ./distinfo
--- ../../deskutils/kbirthday/distinfo	Thu Apr 29 20:26:35 2004
+++ ./distinfo	Fri Dec 10 20:36:21 2004
@@ -1,2 +1,2 @@
-MD5 (kbirthday-0.7.1.tar.gz) = d33d37a6e412c7a98723b4f30705546a
-SIZE (kbirthday-0.7.1.tar.gz) = 562276
+MD5 (kbirthday-0.7.3.tar.gz) = 997b6003772a67042cfdf9a45bdb2b19
+SIZE (kbirthday-0.7.3.tar.gz) = 567367
diff -urN ../../deskutils/kbirthday/pkg-plist ./pkg-plist
--- ../../deskutils/kbirthday/pkg-plist	Fri Jan 16 21:01:14 2004
+++ ./pkg-plist	Fri Dec 10 20:39:13 2004
@@ -1,6 +1,8 @@
 lib/libkbirthday.la
 lib/libkbirthday.so
 share/apps/kicker/applets/kbirthday.desktop
+share/icons/hicolor/16x16/apps/kbirthday.png
+share/icons/hicolor/32x32/apps/kbirthday.png
 share/locale/de/LC_MESSAGES/kbirthday.mo
 share/locale/es/LC_MESSAGES/kbirthday.mo
 share/locale/ru/LC_MESSAGES/kbirthday.mo
Comment 1 Sergey Matveychuk freebsd_committer freebsd_triage 2004-12-11 01:15:25 UTC
State Changed
From-To: open->closed

Committed, thanks!