summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2005-03-10 09:26:11 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2005-03-10 09:26:11 +0000
commit5b426156c65e0ce3e76e8108fa18d989c34df18b (patch)
treef9c274b63afb87f3c1a0a00e288e04164ceee27d /textproc
parent- Update to 0.22 (diff)
- upgrade to 1.07, fix plist, and unbreak this port
Notes
Notes: svn path=/head/; revision=130784
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-Text-Shellwords/Makefile4
-rw-r--r--textproc/p5-Text-Shellwords/distinfo4
-rw-r--r--textproc/p5-Text-Shellwords/pkg-descr2
-rw-r--r--textproc/p5-Text-Shellwords/pkg-plist4
4 files changed, 8 insertions, 6 deletions
diff --git a/textproc/p5-Text-Shellwords/Makefile b/textproc/p5-Text-Shellwords/Makefile
index 12549af57711..1247cbafae7d 100644
--- a/textproc/p5-Text-Shellwords/Makefile
+++ b/textproc/p5-Text-Shellwords/Makefile
@@ -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
diff --git a/textproc/p5-Text-Shellwords/distinfo b/textproc/p5-Text-Shellwords/distinfo
index d0ebe74a3535..681bb43c60dc 100644
--- a/textproc/p5-Text-Shellwords/distinfo
+++ b/textproc/p5-Text-Shellwords/distinfo
@@ -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 --git a/textproc/p5-Text-Shellwords/pkg-descr b/textproc/p5-Text-Shellwords/pkg-descr
index 5e79f6c38e74..d5bfe3689546 100644
--- a/textproc/p5-Text-Shellwords/pkg-descr
+++ b/textproc/p5-Text-Shellwords/pkg-descr
@@ -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/
diff --git a/textproc/p5-Text-Shellwords/pkg-plist b/textproc/p5-Text-Shellwords/pkg-plist
index b5473d50070f..3dd3fa82f9fd 100644
--- a/textproc/p5-Text-Shellwords/pkg-plist
+++ b/textproc/p5-Text-Shellwords/pkg-plist
@@ -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