diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2004-12-13 11:31:25 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2004-12-13 11:31:25 +0000 |
commit | cbd4c22719fc7036eab5dfd3d26b04e028e8cce0 (patch) | |
tree | e20d25d5e920fef8b219933f51a80edec31d6f55 /devel/p5-PathTools | |
parent | c868f0d3f4b4a7edb110d789e2e6d6bb20008c3f (diff) | |
download | ports-cbd4c22719fc7036eab5dfd3d26b04e028e8cce0.tar.gz ports-cbd4c22719fc7036eab5dfd3d26b04e028e8cce0.zip |
Notes
Diffstat (limited to 'devel/p5-PathTools')
-rw-r--r-- | devel/p5-PathTools/Makefile | 2 | ||||
-rw-r--r-- | devel/p5-PathTools/distinfo | 4 | ||||
-rw-r--r-- | devel/p5-PathTools/pkg-descr | 16 |
3 files changed, 10 insertions, 12 deletions
diff --git a/devel/p5-PathTools/Makefile b/devel/p5-PathTools/Makefile index 83d64793e122..2f726f2d96e7 100644 --- a/devel/p5-PathTools/Makefile +++ b/devel/p5-PathTools/Makefile @@ -6,7 +6,7 @@ # PORTNAME= File-Spec -PORTVERSION= 0.86 +PORTVERSION= 0.90 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= File diff --git a/devel/p5-PathTools/distinfo b/devel/p5-PathTools/distinfo index cf0ee5ac1784..8f8e7e29e368 100644 --- a/devel/p5-PathTools/distinfo +++ b/devel/p5-PathTools/distinfo @@ -1,2 +1,2 @@ -MD5 (File-Spec-0.86.tar.gz) = 281a4f82d39daba6374890d07c20bfa6 -SIZE (File-Spec-0.86.tar.gz) = 31548 +MD5 (File-Spec-0.90.tar.gz) = 7b8d2c4db438ded45f78f79ee7562909 +SIZE (File-Spec-0.90.tar.gz) = 33064 diff --git a/devel/p5-PathTools/pkg-descr b/devel/p5-PathTools/pkg-descr index c6b391dddffe..3dd8fae8a883 100644 --- a/devel/p5-PathTools/pkg-descr +++ b/devel/p5-PathTools/pkg-descr @@ -1,9 +1,7 @@ -This module is designed to support operations commonly -performed on file specifications (usually called "file -names", but not to be confused with the contents of a -file, or Perl's file handles), such as concatenating -several directory and file names into a single path, or -determining whether a path is rooted. It is based on code -directly taken from MakeMaker 5.17, code written by -Andreas Koenig, Andy Dougherty, Charles Bailey, Ilya -Zakharevich, Paul Schinder, and others. +This module is designed to support operations commonly performed on file +specifications (usually called "file names", but not to be confused with +the contents of a file, or Perl's file handles), such as concatenating +several directory and file names into a single path, or determining +whether a path is rooted. + +WWW: http://search.cpan.org/dist/File-Spec/ |