Sun Oct 11 12:02:15 2009 UTC ()
Updating devel/p5-File-Path from 2.07 to 2.08

pkgsrc changes:
  - Adding license definition

Upstream changes:
2.08 2009-10-04 10:14:36 UTC
    - make_path() can now set user- and group-ownership
      on created directories. (Suggested by Jens Rehsack,
      CPAN #47558).

2.07_03 2009-06-21 13:11:30 UTC
    - Merged 2.07_02 patches from blead
    - Remove stat checks on Windows platform (inhibits
      UNC path removals from working, and Windows is
      immune to this particular attack). CPAN #34701


(sno)
diff -r1.1.1.1 -r1.2 pkgsrc/devel/p5-File-Path/Makefile
diff -r1.1.1.1 -r1.2 pkgsrc/devel/p5-File-Path/distinfo

cvs diff -r1.1.1.1 -r1.2 pkgsrc/devel/p5-File-Path/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-File-Path/Attic/Makefile 2009/01/11 13:34:36 1.1.1.1
+++ pkgsrc/devel/p5-File-Path/Attic/Makefile 2009/10/11 12:02:15 1.2
@@ -1,20 +1,21 @@ @@ -1,20 +1,21 @@
1# $NetBSD: Makefile,v 1.1.1.1 2009/01/11 13:34:36 he Exp $ 1# $NetBSD: Makefile,v 1.2 2009/10/11 12:02:15 sno Exp $
2# 2#
3 3
4DISTNAME= File-Path-2.07 4DISTNAME= File-Path-2.08
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6SVR4_PKGNAME= p5fpc 6SVR4_PKGNAME= p5fpc
7CATEGORIES= devel perl5 7CATEGORIES= devel perl5
8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/} 8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://search.cpan.org/dist/File-Path/ 11HOMEPAGE= http://search.cpan.org/dist/File-Path/
12COMMENT= Perl5 module to create or remove directory trees 12COMMENT= Perl5 module to create or remove directory trees
 13LICENSE= ${PERL5_LICENSE}
13 14
14PKG_INSTALLATION_TYPES= overwrite pkgviews 15PKG_INSTALLATION_TYPES= overwrite pkgviews
15PKG_DESTDIR_SUPPORT= user-destdir 16PKG_DESTDIR_SUPPORT= user-destdir
16 17
17PERL5_PACKLIST= auto/File/Path/.packlist 18PERL5_PACKLIST= auto/File/Path/.packlist
18 19
19.include "../../lang/perl5/module.mk" 20.include "../../lang/perl5/module.mk"
20.include "../../mk/bsd.pkg.mk" 21.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1.1.1 -r1.2 pkgsrc/devel/p5-File-Path/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-File-Path/Attic/distinfo 2009/01/11 13:34:36 1.1.1.1
+++ pkgsrc/devel/p5-File-Path/Attic/distinfo 2009/10/11 12:02:15 1.2
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.1.1.1 2009/01/11 13:34:36 he Exp $ 1$NetBSD: distinfo,v 1.2 2009/10/11 12:02:15 sno Exp $
2 2
3SHA1 (File-Path-2.07.tar.gz) = d7ca2c3bd8983faa319a36cd2e1074f829b86956 3SHA1 (File-Path-2.08.tar.gz) = 1b921867316e8294cbc578903dea425395fe8db5
4RMD160 (File-Path-2.07.tar.gz) = b9da96f0017a2d89c65ad6556daf40e660fe81de 4RMD160 (File-Path-2.08.tar.gz) = 561f93d5a7b8c86a9881624b6f1843dbe8946e48
5Size (File-Path-2.07.tar.gz) = 18413 bytes 5Size (File-Path-2.08.tar.gz) = 20611 bytes