Date: Thu, 10 Mar 2005 10:15:57 +0800 (CST) From: Yen-Ming Lee <leeym@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/78654: [PATCH] devel/p5-String-CRC32: fix plist Message-ID: <20050310021557.2F6033EA124@utopia.leeym.com> Resent-Message-ID: <200503100220.j2A2K1Hw028600@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@FreeBSD.org +MAINTAINER= ache@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 -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/String -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/String +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/String 2>dev/null || true +@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050310021557.2F6033EA124>