Commit graph

17 commits

Author SHA1 Message Date
agc
17886c78da Add SHA512 digests for distfiles for sysutils category
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.
2015-11-04 01:32:05 +00:00
wiz
2e65d464e8 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:50:58 +00:00
wiz
cda18437be Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
wiz
7eeb51b534 Bump for perl-5.20.0.
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.
2014-05-29 23:35:13 +00:00
sno
2fee82c701 Updating package for Perl5 module Sys::Filesystem from CPAN in
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
2014-02-16 11:57:22 +00:00
wiz
d2ca14a3f1 Bump all packages for perl-5.18, that
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.
2013-05-31 12:39:57 +00:00
asau
54c5cd959e Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
dholland
6f1546a252 Honor PATH_FSTAB in the environment if present. Allows this package to
configure in a chroot that doesn't have an fstab file. Cloned from
the corresponding freebsd file.
2012-06-30 05:10:51 +00:00
dholland
827cea3310 Give this a fake empty fstab file to play with during configure.
From FreeBSD. Thanks to Mark Linimon for the reference.
2012-06-16 09:45:01 +00:00
obache
a7a8ace5fe Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:52:49 +00:00
seb
c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
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!
2010-08-21 16:32:42 +00:00
sno
ca922e06d2 Updating sysutils/p5-Sys-Filesystem from 1.27 to 1.30
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
2010-07-17 08:31:58 +00:00
sno
933e92fde9 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)
2010-02-22 14:27:01 +00:00
sno
1e4d5aaf6c PkgSrc changes:
- 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
2009-03-10 17:27:28 +00:00
he
b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
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=...").
2008-10-19 19:17:40 +00:00
obache
9acfbf20bd Import p5-Sys-Filesystem-1.22 as sysutils/p5-Sys-Filesystem.
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.
2008-08-09 05:44:41 +00:00