From tabthorpe@goodking.goodking.ca  Fri Oct 27 15:07:35 2006
Return-Path: <tabthorpe@goodking.goodking.ca>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id A519516A40F
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 27 Oct 2006 15:07:35 +0000 (UTC)
	(envelope-from tabthorpe@goodking.goodking.ca)
Received: from tbaytel.net (front2-g.tbaytel.net [216.211.26.166])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 129EE43D55
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 27 Oct 2006 15:07:34 +0000 (GMT)
	(envelope-from tabthorpe@goodking.goodking.ca)
Received: from goodking.goodking.ca ([216.211.72.166] verified)
  by front2.tbaytel.net (CommuniGate Pro SMTP 5.0.8)
  with ESMTPS id 60668543 for FreeBSD-gnats-submit@freebsd.org; Fri, 27 Oct 2006 11:07:33 -0400
Received: from goodking.goodking.ca (localhost [127.0.0.1])
	by goodking.goodking.ca (8.13.8/8.13.8) with ESMTP id k9RF6bk1078096
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO);
	Fri, 27 Oct 2006 11:06:37 -0400 (EDT)
	(envelope-from tabthorpe@goodking.goodking.ca)
Received: (from root@localhost)
	by goodking.goodking.ca (8.13.8/8.13.8/Submit) id k9RF6aJu078077;
	Fri, 27 Oct 2006 11:06:36 -0400 (EDT)
	(envelope-from tabthorpe)
Message-Id: <200610271506.k9RF6aJu078077@goodking.goodking.ca>
Date: Fri, 27 Oct 2006 11:06:36 -0400 (EDT)
From: Thomas Abthorpe <thomas@goodking.ca>
To: FreeBSD-gnats-submit@freebsd.org
Cc: thomas@goodking.ca
Subject: [PATCH] finance/kexchange: fix pkg-plist, pet portlint
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         104856
>Category:       ports
>Synopsis:       [PATCH] finance/kexchange: fix pkg-plist, pet portlint
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 27 15:10:19 GMT 2006
>Closed-Date:    Sun Nov 05 21:30:08 GMT 2006
>Last-Modified:  Sun Nov  5 21:40:21 GMT 2006
>Originator:     Thomas Abthorpe
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
GoodKing.Ca
>Environment:
System: FreeBSD goodking.goodking.ca 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #2: Mon Oct  2 02:05:54 EDT
>Description:
- fix pkg-plist, addresses http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.7.2006101922/kexchange-1.0_4.log
- pet portlint, set INSTALLS_ICONS

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- kexchange-1.0_4.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/finance/kexchange/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- Makefile	7 May 2006 11:09:13 -0000	1.12
+++ Makefile	27 Oct 2006 15:04:50 -0000
@@ -17,6 +17,7 @@
 
 USE_KDELIBS_VER=3
 USE_AUTOTOOLS=	libtool:15
+INSTALLS_ICONS=	yes
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT}
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/finance/kexchange/pkg-plist,v
retrieving revision 1.4
diff -u -r1.4 pkg-plist
--- pkg-plist	29 Jul 2006 19:48:13 -0000	1.4
+++ pkg-plist	27 Oct 2006 15:04:50 -0000
@@ -35,12 +35,6 @@
 @dirrmtry share/icons/locolor/16x16/apps
 @dirrmtry share/icons/locolor/16x16
 @dirrmtry share/icons/locolor
-@dirrmtry share/icons/hicolor/32x32/apps
-@dirrmtry share/icons/hicolor/32x32
-@dirrmtry share/icons/hicolor/16x16/apps
-@dirrmtry share/icons/hicolor/16x16
-@dirrmtry share/icons/hicolor
-@dirrmtry share/icons
 @dirrm share/doc/HTML/en/kexchange
 @dirrmtry share/doc/HTML/en
 @dirrmtry share/doc/HTML
--- kexchange-1.0_4.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Fri Oct 27 17:58:05 UTC 2006 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=104856 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sun Nov 5 21:30:06 UTC 2006 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/104856: commit references a PR
Date: Sun,  5 Nov 2006 21:30:29 +0000 (UTC)

 miwi        2006-11-05 21:29:57 UTC
 
   FreeBSD ports repository
 
   Modified files:
     finance/kexchange    pkg-plist 
   Log:
   - Fix pkg-plist ( http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.7.2006101922/kexchange-1.0_4.log )
   
   PR:             ports/104856
   Submitted by:   Thomas Abthorpe <thomas@goodking.ca>
   Sponsored by:   FreeBSD Bug-a-thon #2
   
   Revision  Changes    Path
   1.5       +0 -6      ports/finance/kexchange/pkg-plist
 _______________________________________________
 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:
