From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 10 22:40:17 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 44AE916A4CE for ; Fri, 10 Dec 2004 22:40:17 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DCE743D5F for ; Fri, 10 Dec 2004 22:40:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iBAMeGYv036481 for ; Fri, 10 Dec 2004 22:40:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iBAMeGBL036478; Fri, 10 Dec 2004 22:40:16 GMT (envelope-from gnats) Resent-Date: Fri, 10 Dec 2004 22:40:16 GMT Resent-Message-Id: <200412102240.iBAMeGBL036478@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Heiner Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF33016A4CE for ; Fri, 10 Dec 2004 22:31:39 +0000 (GMT) Received: from mail.gmx.net (imap.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id E32B143D62 for ; Fri, 10 Dec 2004 22:31:38 +0000 (GMT) (envelope-from h.eichmann@gmx.de) Received: (qmail 13316 invoked by uid 65534); 10 Dec 2004 22:31:37 -0000 Received: from pD9EC3D5A.dip.t-dialin.net (EHLO [192.168.254.42]) (217.236.61.90) by mail.gmx.net (mp010) with SMTP; 10 Dec 2004 23:31:37 +0100 Message-Id: <200412102331.53949.h.eichmann@gmx.de> Date: Fri, 10 Dec 2004 23:31:53 +0100 From: Heiner To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/74931: Port upgrade: deskutils/kbirthday to 0.7.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Dec 2004 22:40:17 -0000 >Number: 74931 >Category: ports >Synopsis: Port upgrade: deskutils/kbirthday to 0.7.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Dec 10 22:40:16 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Heiner Eichmann >Release: FreeBSD 4.10-STABLE i386 >Organization: Sirius Cybernetics Corp. >Environment: FreeBSD 7of9.unimatrix-zero.borg 4.10-STABLE FreeBSD 4.10-STABLE #1: Sun Jun 2014:49:25 CEST 2004 root@7of9.unimatrix-zero.borg:/usr/obj/usr/src/sys/MYKERNEL i386 >Description: 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 >How-To-Repeat: >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" 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 --Boundary-00=_ZPiuB96lsNyyh/w-- >Release-Note: >Audit-Trail: >Unformatted: --Boundary-00=_ZPiuB96lsNyyh/w 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: