Problems found with existing digests:
Package memconf distfile memconf-2.16/memconf.gz
b6f4b736cac388dddc5070670351cf7262aba048 [recorded]
95748686a5ad8144232f4d4abc9bf052721a196f [calculated]
Problems found locating distfiles:
Package dc-tools: missing distfile dc-tools/abs0-dc-burn-netbsd-1.5-0-gae55ec9
Package ipw-firmware: missing distfile ipw2100-fw-1.2.tgz
Package iwi-firmware: missing distfile ipw2200-fw-2.3.tgz
Package nvnet: missing distfile nvnet-netbsd-src-20050620.tgz
Package syslog-ng: missing distfile syslog-ng-3.7.2.tar.gz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
sysutils/p5-Sys-Filesystem from 1.30nb5 to 1.405.
pkgsrc changes:
- remove upstream applied patches
- switch back from Module::Build to ExtUtils::MakeMaker
Upstream changes since 1.30:
1.405 2013-10-28
- Fix Mswin32 mounted/unmounted support (thanks to Christian "Mithaldu"
Walde for remote testing support
- skip format test in case of unmounted device (unmounted devices might
or might not know in before the fstype)
- clean up basic tests and BAIL_OUT when unsupported environment
encountered
1.404 2013-10-26
- move to Makefile.PL in favour of developer reqs
- change required perl version to 5.8.1
- rewrite core routines of Sys::Filesystem
- don't search for Darwin tools in path, rely on some
well known paths
- general, minor code cleanup
1.403 2013-10-23
- Honor PATH_FSTAB in the environment on a NetBSD system if present
(Thanks to dholland@NetBSD.org)
- try improve error handling on Darwin to avoid smoke errors
- be noisy about where we're running on during tests
- remove runtime recommends for author tests
- bump required version of Module::Pluggable to avoid blead whining
- include p5-toolchain gang recommended way to declare developer
dependencies
- use proper indenting for Changes
1.402 2013-09-24
- remove Makefile.PL passthrough
- don't prove whether Win32 is supported - we know it (should fix
RT#88901 - thanks Michiel Beijen)
- try to improve supported control
- put Win32::DriveInfo into feature "Win32" (I'd like to get feedback
whether it helps)
1.401 2013-09-08
- Fix MacOS X / Darwin without diskutil
- Changes reformatted as per CPAN::Changes::Spec
1.400 2013-09-03
- Moving to GitHub for easier contributing
- Pod typo / encoding fixes (rt#85898, rt#77699), thanks to Slaven
Rezić, Andreas J. König and Gregor Herrmann
- Fix MacOS X 10.8 (diskutil vs. disktool)
- Update requirements / recommendations
- Fix AIX (rt#79188) - thanks to David Lee
- Fix Solaris debug leftover (rt#72717) - thanks to Kenneth Ölwing
- Fix Tests (rt#62248) - thanks to Daphne Pfister
- Fix configure_requires (rt#62249) - thanks to Daphne Pfister
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
Upstream changes:
1.30 - 2010-07-15
Fixing MSWin32
1.29
Fixing MacOS X
1.28
Adding more special file systems for Linux (looks in Linux soon
everything is a file system), Fixes RT#55059 (Thanks to Reed Loden)
Improving documentation about selections in filesystems method,
Fixes RT#55058 (Thanks to Reed Loden)
Fixes RT#65504 (Thanks to Brett Gersekowski)
Improve MSWin32 support
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)
- Update to 1.23
Upstream changes
1.23
Fixed Aix.pm (RT #34577), patches from LEMBARK, REHSACK
Fixed failing on OS X (RT #7958, RT #43681), patch from Dirk Langer
Taking Co-Maintainership (Jens Rehsack, CPAN Id: REHSACK)
Changing debug environment flag from DEBUG to SYS_FILESYSTEM_DEBUG
Auto-Oked by rhaen@, because I maintain the CPAN module
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
Packaged by Jens Rehsack and privided via PR 39219.
Sys::Filesystem is intended to be a portable interface to list and query
filesystem names and their properties.