pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/p5-Sys-Filesystem Updating sysutils/p5-Sys-Fi...
details: https://anonhg.NetBSD.org/pkgsrc/rev/61ffcec8c8cc
branches: trunk
changeset: 572217:61ffcec8c8cc
user: sno <sno%pkgsrc.org@localhost>
date: Mon Feb 22 14:27:01 2010 +0000
description:
Updating sysutils/p5-Sys-Filesystem from 1.23 to 1.27
pkgsrc changes:
- Adding license definition
- Adding dependencies
Upstream changes:
1.27
Fixing RT#54406 (patch from Robert Bohne with some modifications)
Fixing RT#54599 (patch from Jonathan Yu)
Fixing wrong dependencies detection on Windows
Fixing generic fstab/mnttab reading
1.26
Adding more special file systems for Linux
Prefer /proc/self/mounts over /etc/mtab (when available), fixes
RT #51151 (Thanks Tyler MacDonald)
Fix some tests to skip when no regular file systems could be found
Some Win32 fixes
Switch to Module::Pluggable to load OS-plugins
1.25
Fixed support for FreeBSD and generalize BSD support
Fixed support for AIX
Fixed aliased attribute support for Sys::Filesystem->filesystems
Fix "Sys::Filesystem->filesystems ()" and
"Sys::Filesystem::filesystems" (reported by H.Merijn Brand)
by using Params::Util
Add keyword "Id" to be used/expanded by svn
Explain how restrictions on method filesystem works in Sys::Filesystem
Add a version method to all fs plugins
Update documentation
Correct t/03test.t to use format instead of type (recommended)
1.24
Added support for NetBSD (Jens Rehsack)
Added support for HP-UX (H.Merijn Brand)
Fixed POD a little
Add a simple test to see whether it's working or not
Increased required perl version (suggested by H.Merijn Brand)
diffstat:
sysutils/p5-Sys-Filesystem/Makefile | 27 +++++++++++++++------------
sysutils/p5-Sys-Filesystem/distinfo | 8 ++++----
2 files changed, 19 insertions(+), 16 deletions(-)
diffs (56 lines):
diff -r c8f630976463 -r 61ffcec8c8cc sysutils/p5-Sys-Filesystem/Makefile
--- a/sysutils/p5-Sys-Filesystem/Makefile Mon Feb 22 14:20:25 2010 +0000
+++ b/sysutils/p5-Sys-Filesystem/Makefile Mon Feb 22 14:27:01 2010 +0000
@@ -1,24 +1,27 @@
-# $NetBSD: Makefile,v 1.3 2009/03/10 17:27:28 sno Exp $
+# $NetBSD: Makefile,v 1.4 2010/02/22 14:27:01 sno Exp $
#
-DISTNAME= Sys-Filesystem-1.23
-PKGNAME= p5-${DISTNAME}
-CATEGORIES= sysutils devel perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Sys/}
+DISTNAME= Sys-Filesystem-1.27
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= sysutils devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Sys/}
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= http://search.cpan.org/dist/Sys-Filesystem/
-COMMENT= Retrieve list of filesystems and their properties
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/dist/Sys-Filesystem/
+COMMENT= Retrieve list of filesystems and their properties
+LICENSE= apache-2.0
+
+DEPENDS+= {perl>=5.10.1,p5-Module-Pluggable>=3.9}:../../devel/p5-Module-Pluggable
+DEPENDS+= p5-Params-Util>=1.00:../../devel/p5-Params-Util
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
+PERL5_PACKLIST= auto/Sys/Filesystem/.packlist
PERL5_MODULE_TYPE= Module::Build
-PERL5_PACKLIST= auto/Sys/Filesystem/.packlist
-
-pre-configure:
- ${FIND} ${WRKSRC} -name '*.orig' -print -type f | ${XARGS} ${RM} -f
+#pre-configure:
+# ${FIND} ${WRKSRC} -name '*.orig' -print -type f | ${XARGS} ${RM} -f
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
diff -r c8f630976463 -r 61ffcec8c8cc sysutils/p5-Sys-Filesystem/distinfo
--- a/sysutils/p5-Sys-Filesystem/distinfo Mon Feb 22 14:20:25 2010 +0000
+++ b/sysutils/p5-Sys-Filesystem/distinfo Mon Feb 22 14:27:01 2010 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2009/03/10 17:27:28 sno Exp $
+$NetBSD: distinfo,v 1.3 2010/02/22 14:27:01 sno Exp $
-SHA1 (Sys-Filesystem-1.23.tar.gz) = 75141812feb1228fed58e8e388ad6fdc6f409bca
-RMD160 (Sys-Filesystem-1.23.tar.gz) = 4cb51a16fb0b3ef396d54e61f01570de8f415569
-Size (Sys-Filesystem-1.23.tar.gz) = 22119 bytes
+SHA1 (Sys-Filesystem-1.27.tar.gz) = c0e4dc3c4f8e056a0e605d05da61f4dd78753fd0
+RMD160 (Sys-Filesystem-1.27.tar.gz) = 3afc15b0c77f340b84d56a4027dc9e074ef06b06
+Size (Sys-Filesystem-1.27.tar.gz) = 32467 bytes
Home |
Main Index |
Thread Index |
Old Index