From leeym@utopia.leeym.com  Mon Sep 19 07:15:50 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 957F716A41F;
	Mon, 19 Sep 2005 07:15:50 +0000 (GMT)
	(envelope-from leeym@utopia.leeym.com)
Received: from msr25.hinet.net (msr25.hinet.net [168.95.4.125])
	by mx1.FreeBSD.org (Postfix) with ESMTP id C35A943D46;
	Mon, 19 Sep 2005 07:15:49 +0000 (GMT)
	(envelope-from leeym@utopia.leeym.com)
Received: from utopia.leeym.com (utopia.leeym.com [211.21.137.52])
	by msr25.hinet.net (8.9.3/8.9.3) with ESMTP id PAA06725;
	Mon, 19 Sep 2005 15:15:48 +0800 (CST)
Received: from localhost (localhost [127.0.0.1])
	by utopia.leeym.com (Postfix) with ESMTP id BEAADB29C85;
	Mon, 19 Sep 2005 15:15:47 +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 18800-02; Mon, 19 Sep 2005 15:15:39 +0800 (CST)
Received: by utopia.leeym.com (Postfix, from userid 1000)
	id 90220B29CB5; Mon, 19 Sep 2005 15:15:39 +0800 (CST)
Message-Id: <20050919071539.90220B29CB5@utopia.leeym.com>
Date: Mon, 19 Sep 2005 15:15:39 +0800 (CST)
From: Yen-Ming Lee <leeym@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: fjoe@freebsd.org
Subject: [PATCH] devel/p5-Term-Animation: fix pkg-plist
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         86320
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Term-Animation: fix pkg-plist
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    fjoe
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 19 07:20:16 GMT 2005
>Closed-Date:    Mon Sep 19 10:16:35 GMT 2005
>Last-Modified:  Mon Sep 19 10:16:35 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: Fri Sep 16 08:11:31 CST 2005
>Description:
- fix pkg-plist (add %D after @unexec rmdir...)

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

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

--- p5-Term-Animation-2.1_1.patch begins here ---
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Term-Animation/pkg-plist,v
retrieving revision 1.1
diff -u -u -r1.1 pkg-plist
--- pkg-plist	16 Sep 2005 05:55:55 -0000	1.1
+++ pkg-plist	19 Sep 2005 07:14:51 -0000
@@ -2,6 +2,6 @@
 %%SITE_PERL%%/Term/Animation/Entity.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/Animation/.packlist
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/Animation
-@unexec rmdir %%SITE_PERL%%/%%PERL_ARCH%%/auto/Term 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Term 2>/dev/null || true
 @dirrm %%SITE_PERL%%/Term/Animation
-@unexec rmdir %%SITE_PERL%%/Term 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/Term 2>/dev/null || true
--- p5-Term-Animation-2.1_1.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->fjoe 
Responsible-Changed-By: leeym 
Responsible-Changed-When: Mon Sep 19 08:01:50 GMT 2005 
Responsible-Changed-Why:  
Over to the maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=86320 
State-Changed-From-To: open->closed 
State-Changed-By: fjoe 
State-Changed-When: Mon Sep 19 10:16:20 GMT 2005 
State-Changed-Why:  
Port fixed, thanks! 

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