From bsdkaffee@gmail.com  Tue Feb 10 07:48:55 2009
Return-Path: <bsdkaffee@gmail.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id B5DC2106566B
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 10 Feb 2009 07:48:55 +0000 (UTC)
	(envelope-from bsdkaffee@gmail.com)
Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.28])
	by mx1.freebsd.org (Postfix) with ESMTP id 6D8768FC1A
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 10 Feb 2009 07:48:55 +0000 (UTC)
	(envelope-from bsdkaffee@gmail.com)
Received: by yx-out-2324.google.com with SMTP id 31so201593yxl.13
        for <FreeBSD-gnats-submit@freebsd.org>; Mon, 09 Feb 2009 23:48:54 -0800 (PST)
Received: by 10.64.241.18 with SMTP id o18mr20431qbh.99.1234252134159;
        Mon, 09 Feb 2009 23:48:54 -0800 (PST)
Received: from mocha.verizon.net (c-24-3-41-151.hsd1.oh.comcast.net [24.3.41.151])
        by mx.google.com with ESMTPS id s30sm9453386qbs.0.2009.02.09.23.48.53
        (version=TLSv1/SSLv3 cipher=RC4-MD5);
        Mon, 09 Feb 2009 23:48:53 -0800 (PST)
Message-Id: <49913165.1e2d400a.189a.079c@mx.google.com>
Date: Mon, 09 Feb 2009 23:48:53 -0800 (PST)
From: Jason E. Hale <bsdkaffee@gmail.com>
Reply-To: Jason E. Hale <bsdkaffee@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER][UNBREAK] deskutils/plasma-applet-panelspacer: Update to 0.2, fix build
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         131551
>Category:       ports
>Synopsis:       [MAINTAINER] unbreak deskutils/plasma-applet-panelspacer: Update to 0.2, fix build
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 10 07:50:00 UTC 2009
>Closed-Date:    Fri Feb 13 12:48:17 UTC 2009
>Last-Modified:  Fri Feb 13 12:50:02 UTC 2009
>Originator:     Jason E. Hale
>Release:        FreeBSD 7.1-RELEASE i386
>Organization:
none 
>Environment:
System: FreeBSD mocha.verizon.net 7.1-RELEASE FreeBSD 7.1-RELEASE #0: Sun Jan 4 01:09:03 EST 2009 root@mocha.verizon.net:/usr/obj/usr/src/sys/MOCHA7 i386
KDE 4.2.0
	
>Description:
Update deskutils/plasma-applet-panelspacer to version 0.2.
Fix build with KDE 4.2.0.
	
>How-To-Repeat:
diff is attached
	
>Fix:
	
--- 2009-02-10-plasma-applet-panelspacer.diff begins here ---
diff -ruN plasma-applet-panelspacer.orig/Makefile plasma-applet-panelspacer/Makefile
--- plasma-applet-panelspacer.orig/Makefile	2009-02-10 02:16:33.000000000 -0500
+++ plasma-applet-panelspacer/Makefile	2009-02-10 02:21:19.000000000 -0500
@@ -6,11 +6,11 @@
 #
 
 PORTNAME=	panelspacer
-PORTVERSION=	0.1
+PORTVERSION=	0.2
 CATEGORIES=	deskutils kde
-MASTER_SITES=	http://www.kde-apps.org/CONTENT/content-files/
+MASTER_SITES=	http://danakil.free.fr/linux/releases/${PORTNAME}-${PORTVERSION}/
 PKGNAMEPREFIX=	plasma-applet-
-DISTNAME=	89304-${PORTNAME}${PORTVERSION}
+DISTNAME=	${PORTNAME}-plasmoid-${PORTVERSION}
 
 MAINTAINER=	bsdkaffee@gmail.com
 COMMENT=	Panel spacer plasma applet for KDE4
@@ -21,9 +21,7 @@
 QT_COMPONENTS=	gui dbus network opengl svg webkit xml \
 		qmake_build moc_build rcc_build uic_build
 
-BROKEN=		Does not compile with KDE 4.2
-
-WRKSRC=		${WRKDIR}/plasmaspacer_${PORTVERSION}
+WRKSRC=		${WRKDIR}/Panelspacer_from_svn_pour_kdelook-tmp
 
 PLIST_FILES=	lib/kde4/plasma_applet_panelspacer.so \
 		share/kde4/services/plasma-applet-panelspacer.desktop
diff -ruN plasma-applet-panelspacer.orig/distinfo plasma-applet-panelspacer/distinfo
--- plasma-applet-panelspacer.orig/distinfo	2009-02-10 02:16:33.000000000 -0500
+++ plasma-applet-panelspacer/distinfo	2009-02-10 02:20:17.000000000 -0500
@@ -1,3 +1,3 @@
-MD5 (89304-panelspacer0.1.tar.gz) = 13b643937715d6e6e6f7a1eed7b0418a
-SHA256 (89304-panelspacer0.1.tar.gz) = 246e79a6277690917931bf6ed2a8728cb3f886863cace4e28ffbd9585d9d4fe1
-SIZE (89304-panelspacer0.1.tar.gz) = 4693
+MD5 (panelspacer-plasmoid-0.2.tar.gz) = b834a43f257f6cc959618275203543b8
+SHA256 (panelspacer-plasmoid-0.2.tar.gz) = 91078d22d90a8e5d5d27b4bcf802caa15399f64dbdb9615d50fe0f0b4a3842d4
+SIZE (panelspacer-plasmoid-0.2.tar.gz) = 5560
diff -ruN plasma-applet-panelspacer.orig/files/patch-CMakeLists.txt plasma-applet-panelspacer/files/patch-CMakeLists.txt
--- plasma-applet-panelspacer.orig/files/patch-CMakeLists.txt	1969-12-31 19:00:00.000000000 -0500
+++ plasma-applet-panelspacer/files/patch-CMakeLists.txt	2009-02-10 02:22:03.000000000 -0500
@@ -0,0 +1,10 @@
+--- ./CMakeLists.txt.orig	2009-02-10 02:21:40.000000000 -0500
++++ ./CMakeLists.txt	2009-02-10 02:21:49.000000000 -0500
+@@ -3,7 +3,6 @@
+ # Find the required Libaries
+ find_package(KDE4 REQUIRED)
+ include(KDE4Defaults)
+-find_package(Plasma REQUIRED)
+ 
+ add_definitions (${QT_DEFINITIONS} ${KDE4_DEFINITIONS})
+ include_directories(
--- 2009-02-10-plasma-applet-panelspacer.diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Tue Feb 10 10:09:06 UTC 2009 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=131551 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Fri Feb 13 12:48:16 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=131551 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/131551: commit references a PR
Date: Fri, 13 Feb 2009 12:48:18 +0000 (UTC)

 miwi        2009-02-13 12:48:08 UTC
 
   FreeBSD ports repository
 
   Modified files:
     deskutils/plasma-applet-panelspacer Makefile distinfo 
   Log:
   - Unbreak
   - Update to 0.2
   
   PR:             131551
   Submitted by:   Jason E. Hale <bsdkaffee@gmail.com> (maintainer)
   
   Revision  Changes    Path
   1.3       +4 -6      ports/deskutils/plasma-applet-panelspacer/Makefile
   1.2       +3 -3      ports/deskutils/plasma-applet-panelspacer/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
