From dsh@neva.vlink.ru  Sat Mar 10 23:23:48 2001
Return-Path: <dsh@neva.vlink.ru>
Received: from neva.vlink.ru (neva.vlink.ru [195.239.222.8])
	by hub.freebsd.org (Postfix) with ESMTP id 8C6C537B718
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 10 Mar 2001 23:23:48 -0800 (PST)
	(envelope-from dsh@neva.vlink.ru)
Received: by neva.vlink.ru (Postfix, from userid 1000)
	id 691769BBD0; Sun, 11 Mar 2001 10:23:47 +0300 (MSK)
Message-Id: <20010311072347.691769BBD0@neva.vlink.ru>
Date: Sun, 11 Mar 2001 10:23:47 +0300 (MSK)
From: dsh@vlink.ru
Reply-To: dsh@neva.vlink.ru
To: FreeBSD-gnats-submit@freebsd.org
Subject: update devel/p5-Term-ANSIColor
X-Send-Pr-Version: 3.2

>Number:         25682
>Category:       ports
>Synopsis:       update devel/p5-Term-ANSIColor
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 10 23:30:01 PST 2001
>Closed-Date:    Mon Mar 12 17:30:09 PST 2001
>Last-Modified:  Mon Mar 12 17:30:40 PST 2001
>Originator:     Denis Shaposhnikov
>Release:        FreeBSD 4.2-STABLE i386
>Organization:
>Environment:

>Description:

Fix pkg-plist.

>How-To-Repeat:

>Fix:

Common subdirectories: p5-Term-ANSIColor.orig/files and p5-Term-ANSIColor/files
diff -u p5-Term-ANSIColor.orig/pkg-plist p5-Term-ANSIColor/pkg-plist
--- p5-Term-ANSIColor.orig/pkg-plist	Sat Dec 25 18:43:43 1999
+++ p5-Term-ANSIColor/pkg-plist	Sun Mar 11 10:21:24 2001
@@ -1,3 +1,5 @@
 lib/perl5/site_perl/%%PERL_VER%%/Term/ANSIColor.pm
 lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Term/ANSIColor/.packlist
 @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Term/ANSIColor
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Term
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/Term

>Release-Note:
>Audit-Trail:

From: Anton Berezin <tobez@tobez.org>
To: dsh@vlink.ru
Cc: FreeBSD-gnats-submit@freebsd.org
Subject: Re: ports/25682: update devel/p5-Term-ANSIColor
Date: Sun, 11 Mar 2001 12:30:30 +0100

 On Sun, Mar 11, 2001 at 10:23:47AM +0300, dsh@vlink.ru wrote:
 
 > diff -u p5-Term-ANSIColor.orig/pkg-plist p5-Term-ANSIColor/pkg-plist
 > --- p5-Term-ANSIColor.orig/pkg-plist	Sat Dec 25 18:43:43 1999
 > +++ p5-Term-ANSIColor/pkg-plist	Sun Mar 11 10:21:24 2001
 > @@ -1,3 +1,5 @@
 >  lib/perl5/site_perl/%%PERL_VER%%/Term/ANSIColor.pm
 >  lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Term/ANSIColor/.packlist
 >  @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Term/ANSIColor
 > +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Term
 > +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Term
 
 This will immediately lead to a conflict with other p5-Term ports during
 deinstallation, for example, with devel/p5-Term-ReadKey.
 
 See
 	http://www.freebsd.org/porters-handbook/porting-cleaning.html
 
 for better way of doing this.
 
 Cheers,
 +Anton.
 -- 
 May the tuna salad be with you.

From: Denis Shaposhnikov <dsh@neva.vlink.ru>
To: Anton Berezin <tobez@tobez.org>
Cc: FreeBSD-gnats-submit@freebsd.org
Subject: Re: ports/25682: update devel/p5-Term-ANSIColor
Date: 11 Mar 2001 15:05:50 +0300

 >>>>> "Anton" == Anton Berezin <tobez@tobez.org> writes:
 
  >> +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Term
  >> +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Term
 
  Anton> This will immediately lead to a conflict with other p5-Term
  Anton> ports during deinstallation, for example, with
  Anton> devel/p5-Term-ReadKey.
 
 @dirrm remove this directories only if they are empty. So, nothing
 dangerous.
 
 -- 
 DSS5-RIPE DSS-RIPN 2:550/5068@fidonet 2:550/5069@fidonet
 mailto:dsh@vlink.ru http://neva.vlink.ru/~dsh/

From: Anton Berezin <tobez@tobez.org>
To: Denis Shaposhnikov <dsh@neva.vlink.ru>
Cc: FreeBSD-gnats-submit@freebsd.org
Subject: Re: ports/25682: update devel/p5-Term-ANSIColor
Date: Sun, 11 Mar 2001 13:28:19 +0100

 On Sun, Mar 11, 2001 at 03:05:50PM +0300, Denis Shaposhnikov wrote:
 > >>>>> "Anton" == Anton Berezin <tobez@tobez.org> writes:
 
 >  >> +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Term
 >  >> +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Term
 
 >> This will immediately lead to a conflict with other p5-Term ports
 >> during deinstallation, for example, with devel/p5-Term-ReadKey.
 
 > @dirrm remove this directories only if they are empty. So, nothing
 > dangerous.
 
 Sure it is not dangerous.  However, getting errors from pkg_delete is
 bad enough.
 
 Cheers,
 %Anton.
 -- 
 May the tuna salad be with you.
State-Changed-From-To: open->closed 
State-Changed-By: kuriyama 
State-Changed-When: Mon Mar 12 17:30:09 PST 2001 
State-Changed-Why:  
Committed with modification (@dirrm -> @unexec rmdir), thanks! 

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