ports/78625: [ unbreak ] textproc/p5-Text-Shellwords

Fernan Aguero fernan at iib.unsam.edu.ar
Wed Mar 9 14:30:10 UTC 2005


>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 at 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 at 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
- at unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Shellwords > /dev/null || true
+ at unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Shellwords 2>/dev/null || true
+ at unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text 2>/dev/null || true
+ at unexec rmdir %D/%%SITE_PERL%%/Text 2>/dev/null || true
--- p5-Text-Shellwords.diff ends here ---

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



More information about the freebsd-ports-bugs mailing list