From leeym@utopia.leeym.com  Sun Jul 17 23:48:02 2005
Return-Path: <leeym@utopia.leeym.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 749A116A41C;
	Sun, 17 Jul 2005 23:48:02 +0000 (GMT)
	(envelope-from leeym@utopia.leeym.com)
Received: from msr70.hinet.net (msr70.hinet.net [168.95.4.170])
	by mx1.FreeBSD.org (Postfix) with ESMTP id A88C543D46;
	Sun, 17 Jul 2005 23:48:01 +0000 (GMT)
	(envelope-from leeym@utopia.leeym.com)
Received: from utopia.leeym.com (utopia.leeym.com [211.21.137.52])
	by msr70.hinet.net (8.9.3/8.9.3) with ESMTP id HAA17064;
	Mon, 18 Jul 2005 07:48:00 +0800 (CST)
Received: from localhost (localhost [127.0.0.1])
	by utopia.leeym.com (Postfix) with ESMTP id 6566FB29CF1;
	Mon, 18 Jul 2005 07:47:59 +0800 (CST)
Received: from utopia.leeym.com ([127.0.0.1])
 by localhost (utopia.leeym.com [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 15972-07; Mon, 18 Jul 2005 07:47:52 +0800 (CST)
Received: by utopia.leeym.com (Postfix, from userid 1000)
	id 51F64B29CEF; Mon, 18 Jul 2005 07:47:52 +0800 (CST)
Message-Id: <20050717234752.51F64B29CEF@utopia.leeym.com>
Date: Mon, 18 Jul 2005 07:47:52 +0800 (CST)
From: Yen-Ming Lee <leeym@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: tobez@freebsd.org
Subject: [PATCH] sysutils/p5-Filesys-DiskSpace: fix plist
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         83638
>Category:       ports
>Synopsis:       [PATCH] sysutils/p5-Filesys-DiskSpace: fix plist
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    tobez
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 17 23:50:12 GMT 2005
>Closed-Date:    Sun Jul 31 17:17:56 GMT 2005
>Last-Modified:  Sun Jul 31 17:17:56 GMT 2005
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
FreeBSD Taiwan
>Environment:
System: FreeBSD utopia.leeym.com 5.4-STABLE FreeBSD 5.4-STABLE #0: Sun Jul 17 07:50:25 CST 2005
>Description:
- fix plist (remove *.orig after patch), and unbreak this port

Port maintainer (tobez@FreeBSD.org) is cc'd.

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

--- p5-Filesys-DiskSpace-0.05.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/sysutils/p5-Filesys-DiskSpace/Makefile,v
retrieving revision 1.6
diff -u -u -r1.6 Makefile
--- Makefile	17 Jul 2005 19:51:16 -0000	1.6
+++ Makefile	17 Jul 2005 23:46:53 -0000
@@ -15,10 +15,11 @@
 MAINTAINER=	tobez@FreeBSD.org
 COMMENT=	Perl equivalent of statfs(2)
 
-BROKEN=		Incomplete pkg-plist
-
 PERL_CONFIGURE=	yes
 
 MAN3=		Filesys::DiskSpace.3
 
+post-patch:
+	@${FIND} ${WRKSRC} -name "*.orig" -delete
+
 .include <bsd.port.mk>
--- p5-Filesys-DiskSpace-0.05.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->tobez 
Responsible-Changed-By: leeym 
Responsible-Changed-When: Mon Jul 18 02:07:56 GMT 2005 
Responsible-Changed-Why:  
Over to the maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=83638 
State-Changed-From-To: open->closed 
State-Changed-By: leeym 
State-Changed-When: Sun Jul 31 17:17:55 GMT 2005 
State-Changed-Why:  
Committed by krion 83945 

http://www.freebsd.org/cgi/query-pr.cgi?pr=83638 
>Unformatted:
