Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Aug 2004 02:03:58 +0800 (CST)
From:      Yen-Ming Lee <leeym@utopia.leeym.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        scrappy@FreeBSD.org
Subject:   ports/70640: [PATCH] security/p5-IO-Socket-SSL: update pkg-plist
Message-ID:  <20040818180358.772B73EAC35@utopia.leeym.com>
Resent-Message-ID: <200408181810.i7IIAON8056035@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         70640
>Category:       ports
>Synopsis:       [PATCH] security/p5-IO-Socket-SSL: update pkg-plist
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 18 18:10:24 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 5.2.1-RELEASE-p9 i386
>Organization:
>Environment:
System: FreeBSD utopia.leeym.com 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 #167: Tue Jul 27 05:17:58 CST 2004
>Description:

- replace "@dirrm ..." with "@unexec rmdir ..."
  (p5-IO-INET6 will install files in SITE_PERL/PERL_ARCH/auto/IO/Socket/INET6)

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

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

--- p5-IO-Socket-SSL-0.96.patch begins here ---
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/security/p5-IO-Socket-SSL/pkg-plist,v
retrieving revision 1.3
diff -u -u -r1.3 pkg-plist
--- pkg-plist	24 Oct 2003 12:03:40 -0000	1.3
+++ pkg-plist	18 Aug 2004 18:01:47 -0000
@@ -1,7 +1,7 @@
 %%SITE_PERL%%/IO/Socket/SSL.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Socket/SSL/.packlist
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Socket/SSL
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Socket
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Socket 2>/dev/null || true
 @dirrm %%SITE_PERL%%/IO/Socket
 @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/IO 2>/dev/null || true
 @unexec rmdir %D/%%SITE_PERL%%/IO 2>/dev/null || true
--- p5-IO-Socket-SSL-0.96.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040818180358.772B73EAC35>