Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Aug 2004 10:36:37 +0800 (CST)
From:      Yen-Ming Lee <leeym@utopia.leeym.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        jus@security.za.net
Subject:   ports/70681: [PATCH] devel/p5-File-Remove: update PLIST
Message-ID:  <20040820023637.5DD1E3EAC35@utopia.leeym.com>
Resent-Message-ID: <200408200240.i7K2eEZi006799@freefall.freebsd.org>

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

>Number:         70681
>Category:       ports
>Synopsis:       [PATCH] devel/p5-File-Remove: update 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:   Fri Aug 20 02:40:14 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 space with tab and make it portlint clean.
- add missing entries in pkg-plist.

Port maintainer (jus@security.za.net) is cc'd.

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

--- p5-File-Remove-0.20.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-File-Remove/Makefile,v
retrieving revision 1.3
diff -u -u -r1.3 Makefile
--- Makefile	24 Oct 2003 12:01:50 -0000	1.3
+++ Makefile	20 Aug 2004 02:35:22 -0000
@@ -16,7 +16,7 @@
 MAINTAINER=	jus@security.za.net
 COMMENT=	Perl5 module to easily removes files and directories
 
-PERL_CONFIGURE= YES
+PERL_CONFIGURE=	YES
 
 MAN3=		File::Remove.3
 
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/devel/p5-File-Remove/pkg-plist,v
retrieving revision 1.3
diff -u -u -r1.3 pkg-plist
--- pkg-plist	24 Oct 2003 12:01:50 -0000	1.3
+++ pkg-plist	20 Aug 2004 02:35:22 -0000
@@ -1,3 +1,5 @@
 %%SITE_PERL%%/File/Remove.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Remove/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Remove
 @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/File 2>/dev/null || true
 @unexec rmdir %D/%%SITE_PERL%%/File 2>/dev/null || true
--- p5-File-Remove-0.20.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?20040820023637.5DD1E3EAC35>