1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

- upgrade to 1.07, fix plist, and unbreak this port

This commit is contained in:
Yen-Ming Lee 2005-03-10 09:26:11 +00:00
parent 61006d9713
commit 5b426156c6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=130784
4 changed files with 8 additions and 6 deletions

View File

@ -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
@ -15,8 +15,6 @@ PKGNAMEPREFIX= p5-
MAINTAINER= hartzell@fruitfly.org
COMMENT= This is a thin wrapper around the shellwords.pl package
BROKEN= Incomplete pkg-plist
PERL_CONFIGURE= yes
MAN3= Text::Shellwords.3

View File

@ -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

View File

@ -5,3 +5,5 @@ returns a set of tokens using the same rules that the Unix shell does
for its command-line arguments. Tokens are separated by whitespace,
and can be delimited by single or double quotes. The module also
respects backslash escapes.
WWW: http://search.cpan.org/dist/Text-Shellwords/

View File

@ -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
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Shellwords
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/Text 2>/dev/null || true