Date: Wed, 9 Mar 2005 11:24:26 -0300 (ART) From: Fernan Aguero <fernan@iib.unsam.edu.ar> To: FreeBSD-gnats-submit@FreeBSD.org Cc: hartzell@fruitfly.org Subject: ports/78625: [ unbreak ] textproc/p5-Text-Shellwords Message-ID: <200503091424.j29EOQLH016926@pi.iib.unsam.edu.ar> Resent-Message-ID: <200503091430.j29EU9Hn034237@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 78625 >Category: ports >Synopsis: [ unbreak ] textproc/p5-Text-Shellwords >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Mar 09 14:30:07 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Fernan Aguero >Release: FreeBSD 4.10-RELEASE i386 >Organization: IIB-UNSAM >Environment: FreeBSD pi.iib.unsam.edu.ar 4.10-RELEASE FreeBSD 4.10-RELEASE #0: Wed May 26 12:56:43 ART 2004 fernan@pi.iib.unsam.edu.ar:/usr/obj/usr/src/sys/PI i386 >Description: textproc/p5-Text-Shellwords is marked BROKEN due to an incorrect pkg-plist: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.6.2005021108/p5-Text-Shellwords-1.02.log The attached patch fixes the pkg-plist. While here, update the port to the latest version found in CPAN. >How-To-Repeat: >Fix: --- p5-Text-Shellwords.diff begins here --- diff -ruN /usr/ports/textproc/p5-Text-Shellwords/Makefile p5-Text-Shellwords/Makefile --- /usr/ports/textproc/p5-Text-Shellwords/Makefile Wed Mar 9 10:35:48 2005 +++ p5-Text-Shellwords/Makefile Wed Mar 9 10:54:42 2005 @@ -6,7 +6,7 @@ # PORTNAME= Text-Shellwords -PORTVERSION= 1.02 +PORTVERSION= 1.07 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Text @@ -14,8 +14,6 @@ MAINTAINER= hartzell@fruitfly.org COMMENT= This is a thin wrapper around the shellwords.pl package - -# BROKEN= Incomplete pkg-plist PERL_CONFIGURE= yes diff -ruN /usr/ports/textproc/p5-Text-Shellwords/distinfo p5-Text-Shellwords/distinfo --- /usr/ports/textproc/p5-Text-Shellwords/distinfo Sat Apr 3 01:10:48 2004 +++ p5-Text-Shellwords/distinfo Wed Mar 9 10:55:20 2005 @@ -1,2 +1,2 @@ -MD5 (Text-Shellwords-1.02.tar.gz) = c24db2b2b2e582f6d08a5b90c1ada98c -SIZE (Text-Shellwords-1.02.tar.gz) = 2162 +MD5 (Text-Shellwords-1.07.tar.gz) = bd011ca09492041b925e562c54b1a8b6 +SIZE (Text-Shellwords-1.07.tar.gz) = 2392 diff -ruN /usr/ports/textproc/p5-Text-Shellwords/pkg-plist p5-Text-Shellwords/pkg-plist --- /usr/ports/textproc/p5-Text-Shellwords/pkg-plist Sat Oct 25 01:20:28 2003 +++ p5-Text-Shellwords/pkg-plist Wed Mar 9 11:18:01 2005 @@ -1,3 +1,5 @@ %%SITE_PERL%%/Text/Shellwords.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Shellwords/.packlist -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Shellwords > /dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Shellwords 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Text 2>/dev/null || true --- p5-Text-Shellwords.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503091424.j29EOQLH016926>