diff options
author | he <he> | 2004-12-05 19:18:07 +0000 |
---|---|---|
committer | he <he> | 2004-12-05 19:18:07 +0000 |
commit | 5cd8a74f3414e9308ed96e3a7d66373789c73152 (patch) | |
tree | 53613b3a3f150cdb8540ca9f4453980287c0ed43 /devel | |
parent | 7c083aae3593631cdf25864859c2354246fc713a (diff) | |
download | pkgsrc-5cd8a74f3414e9308ed96e3a7d66373789c73152.tar.gz |
Update p5-File-Spec from version 0.86 to 0.90.
Add HOMEPAGE pointing into search.cpan.org.
Change log:
0.90 Tue Aug 31 22:34:50 CDT 2004
- On VMS, directories use vmspath() and files use vmsify(), so
rel2abs() has to use some 'educated guessing' when dealing with
paths containing slashes. [Craig A. Berry]
0.89 Sun Aug 29 19:02:32 CDT 2004
- Fixed some pathological cases on VMS which broke canonpath() and
splitdir(). [Richard Levitte and Craig A. Berry]
- Fixed rel2abs() on VMS when passed a unix-style relative
path. [Craig A. Berry]
0.88 Thu Jul 22 23:14:32 CDT 2004
- rel2abs() on Win32 will now use the new Cwd::getdcwd() function, so
that things like rel2abs('D:foo.txt') work properly when the
current drive isn't 'D'. This requires Cwd version 2.18.
[Steve Hay]
- Got rid of a redundant double-backslash in a character
class. [Alexander Farber]
- Added much markup to pod for enhanced readability. [Andy Lester]
0.87 Fri Dec 19 08:03:28 CST 2003
- With a one-line change in the tests, backported to perl 5.004.
[Issue reported by Barry Kemble]
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-File-Spec/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-File-Spec/distinfo | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/devel/p5-File-Spec/Makefile b/devel/p5-File-Spec/Makefile index 2ce4a346d8e..427e8d9d0c9 100644 --- a/devel/p5-File-Spec/Makefile +++ b/devel/p5-File-Spec/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2004/02/19 22:13:37 minskim Exp $ +# $NetBSD: Makefile,v 1.3 2004/12/05 19:18:07 he Exp $ # -DISTNAME= File-Spec-0.86 +DISTNAME= File-Spec-0.90 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5fsp CATEGORIES= devel perl5 @@ -10,6 +10,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/} PKG_INSTALLATION_TYPES= overwrite pkgviews MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/File-Spec/ COMMENT= Portably perform operations on file names USE_BUILDLINK3= YES diff --git a/devel/p5-File-Spec/distinfo b/devel/p5-File-Spec/distinfo index 7987eb2d132..99edc2218e0 100644 --- a/devel/p5-File-Spec/distinfo +++ b/devel/p5-File-Spec/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1 2003/10/09 06:21:59 thorpej Exp $ +$NetBSD: distinfo,v 1.2 2004/12/05 19:18:07 he Exp $ -SHA1 (File-Spec-0.86.tar.gz) = 9b9c40fd9b940abcf0bc2217c79e6e6c818bdf31 -Size (File-Spec-0.86.tar.gz) = 31548 bytes +SHA1 (File-Spec-0.90.tar.gz) = 0db734c7b3e881c9a4b5752263515121f30791c4 +Size (File-Spec-0.90.tar.gz) = 33064 bytes |