diff options
author | Aaron Dalton <aaron@FreeBSD.org> | 2006-06-15 01:16:08 +0000 |
---|---|---|
committer | Aaron Dalton <aaron@FreeBSD.org> | 2006-06-15 01:16:08 +0000 |
commit | d8fa2f332feb3e6165a731912c3b814b4ed06f83 (patch) | |
tree | ee3504aeeed7049091bd1925662f85eeb1dd198f /textproc/p5-Text-Shellwords | |
parent | 1e79c040ef3bf3c997ffc3aa119a83f11d050840 (diff) | |
download | ports-d8fa2f332feb3e6165a731912c3b814b4ed06f83.tar.gz ports-d8fa2f332feb3e6165a731912c3b814b4ed06f83.zip |
Notes
Diffstat (limited to 'textproc/p5-Text-Shellwords')
-rw-r--r-- | textproc/p5-Text-Shellwords/Makefile | 2 | ||||
-rw-r--r-- | textproc/p5-Text-Shellwords/distinfo | 6 | ||||
-rw-r--r-- | textproc/p5-Text-Shellwords/pkg-descr | 1 |
3 files changed, 5 insertions, 4 deletions
diff --git a/textproc/p5-Text-Shellwords/Makefile b/textproc/p5-Text-Shellwords/Makefile index 1247cbafae7d..2f8ce79322ef 100644 --- a/textproc/p5-Text-Shellwords/Makefile +++ b/textproc/p5-Text-Shellwords/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Text-Shellwords -PORTVERSION= 1.07 +PORTVERSION= 1.08 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Text diff --git a/textproc/p5-Text-Shellwords/distinfo b/textproc/p5-Text-Shellwords/distinfo index c0a7b5d91649..26a5cf8d4b20 100644 --- a/textproc/p5-Text-Shellwords/distinfo +++ b/textproc/p5-Text-Shellwords/distinfo @@ -1,3 +1,3 @@ -MD5 (Text-Shellwords-1.07.tar.gz) = bd011ca09492041b925e562c54b1a8b6 -SHA256 (Text-Shellwords-1.07.tar.gz) = 9da8fa78f6f9c7228c72a00459f305a215ea2468a226e1e459d5676110fcd48a -SIZE (Text-Shellwords-1.07.tar.gz) = 2392 +MD5 (Text-Shellwords-1.08.tar.gz) = 72284605020ed5135dbed65a8d3b70c6 +SHA256 (Text-Shellwords-1.08.tar.gz) = 0cee260920954a806e73a39a52aa47d6fcb84dad81b2c08af1f9ae0f25d8be1e +SIZE (Text-Shellwords-1.08.tar.gz) = 2591 diff --git a/textproc/p5-Text-Shellwords/pkg-descr b/textproc/p5-Text-Shellwords/pkg-descr index d5bfe3689546..3f328dd91b28 100644 --- a/textproc/p5-Text-Shellwords/pkg-descr +++ b/textproc/p5-Text-Shellwords/pkg-descr @@ -7,3 +7,4 @@ and can be delimited by single or double quotes. The module also respects backslash escapes. WWW: http://search.cpan.org/dist/Text-Shellwords/ +Author: Lincoln Stein <lstein@cshl.org>. |