ports/78654: [PATCH] devel/p5-String-CRC32: fix plist

Yen-Ming Lee leeym at FreeBSD.org
Thu Mar 10 02:20:02 UTC 2005


>Number:         78654
>Category:       ports
>Synopsis:       [PATCH] devel/p5-String-CRC32: fix 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:   Thu Mar 10 02:20:01 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
FreeBSD Taiwan
>Environment:
System: FreeBSD utopia.leeym.com 5.3-STABLE FreeBSD 5.3-STABLE #1: Wed Feb  9 10:20:03 CST
>Description:
- replace space with tab in Makefile
- use "@unexec rmdir ... " instead of "@dirrm ..." for the directories that
  shared between perl modules.

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

--- p5-String-CRC32-1.2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-String-CRC32/Makefile,v
retrieving revision 1.4
diff -u -u -r1.4 Makefile
--- Makefile	24 Oct 2003 14:15:20 -0000	1.4
+++ Makefile	10 Mar 2005 02:14:14 -0000
@@ -5,18 +5,18 @@
 # $FreeBSD: ports/devel/p5-String-CRC32/Makefile,v 1.4 2003/10/24 14:15:20 erwin Exp $
 #
 
-PORTNAME=       String-CRC32
-PORTVERSION=    1.2
+PORTNAME=	String-CRC32
+PORTVERSION=	1.2
 CATEGORIES=	devel perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	String
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=     ache at FreeBSD.org
+MAINTAINER=	ache at FreeBSD.org
 COMMENT=	Perl interface for cyclic redundency check generation
 
 PERL_CONFIGURE=	yes
 
-MAN3=           String::CRC32.3
+MAN3=		String::CRC32.3
 
 .include <bsd.port.mk>
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/devel/p5-String-CRC32/pkg-plist,v
retrieving revision 1.2
diff -u -u -r1.2 pkg-plist
--- pkg-plist	24 Oct 2003 12:02:07 -0000	1.2
+++ pkg-plist	10 Mar 2005 02:14:14 -0000
@@ -4,5 +4,5 @@
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/String/CRC32/CRC32.so
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/String/CRC32/.packlist
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/String/CRC32
- at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/String
- at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/String
+ at unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/String 2>dev/null || true
+ at unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/String 2>dev/null || true
--- p5-String-CRC32-1.2.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list