Commit graph

24 commits

Author SHA1 Message Date
agc
d9e4cfe05d Add SHA512 digests for distfiles for devel category
Issues found with existing distfiles:
	distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
	distfiles/fortran-utils-1.1.tar.gz
	distfiles/ivykis-0.39.tar.gz
	distfiles/enum-1.11.tar.gz
	distfiles/pvs-3.2-libraries.tgz
	distfiles/pvs-3.2-linux.tgz
	distfiles/pvs-3.2-solaris.tgz
	distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.

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-03 03:27:11 +00:00
wiz
40bbad7ac6 Comment out dependencies of the style
{perl>=5.16.6,p5-ExtUtils-ParseXS>=3.15}:../../devel/p5-ExtUtils-ParseXS
since pkgsrc enforces the newest perl version anyway, so they
should always pick perl, but sometimes (pkg_add) don't due to the
design of the {,} syntax.

No effective change for the above reason.

Ok joerg
2015-07-12 18:56:06 +00:00
wiz
0982effce2 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:48:20 +00:00
mef
7bed842c27 Update to 0.24
--------------
0.24   2013-11-28
- Removed used of deprecated Class::MOP::load_class().
2015-01-31 01:08:16 +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
wen
609ed3110a Update to 0.23
Upstream changes:
0.23   2013-01-26

- The new_events() watcher method blocked when using IO::Kqueue as the watcher
  backend. Reported and patched by Jun Kuriyama.


0.22   2012-04-13

- Remove unnecessary Perl 5.10 requirement.


0.21   2012-02-03

- The implementation of the exclude feature did not work properly in several
  cases. First, for the Inotify and KQueue watchers, when a new directory was
  created that should have been excluded, it was not. Second, it didn't work
  for files at all for these watchers. Reported by Jon Swartz. RT #73089.
2013-07-27 01:49:39 +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
e1ab7079b6 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-31 11:16:30 +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
abs
2296e0e1cc p5-Moose ate p5-Class-MOP - update depends & bump PKGREVISION 2011-08-23 09:17:16 +00:00
obache
9f67c00dcc Drop Module::Build requirements, default dependency is sufficient. 2011-08-16 09:30:36 +00:00
obache
a17ee3607f In pkgsrc, additional 0 suffix for version of p5-Module-Build. 2011-08-16 09:17:25 +00:00
obache
5a7b496eea Let not to require external Module::Build for perl>=5.12.1. 2011-08-16 09:13:49 +00:00
adam
6e00f12562 Changes 0.20:
* The KQueue watcher checks that a file has a file descriptor to avoid
  watching closed files
2011-08-12 19:09:06 +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
seb
885e46a422 Update p5-File-ChangeNotify from version 0.13 to version 0.16.
Pkgsrc changes:
- adjust dependencies
- adjust LICENSE

Upstream changes:
0.16   2010-07-12
- Changes to avoid a warning about a useless coercion from future versions of
  Moose.

0.15   2010-07-09
- Add a missing prereq, namespace::autoclean.

0.14   2010-07-08
- Running the tests left behind a lot of temp directories that should have
  been cleaned up, but weren't. Reported by Peter Edwards. RT #59125.
- License is now Artistic 2.0
2010-07-27 15:12:59 +00:00
seb
bcdabbc437 Update p5-File-ChangeNotify from version 0.12 to version 0.13.
Upstream changes:
0.13   2010-03-28

- Circular symlinks would cause instantiating a watcher to die with an error
  from File::Find. These are now ignored. Reported by Jon Schutz. RT #55883.

- Fixed misspelling of IO::KQueue in auto features. Reported by Jens
  Rehsack. RT #54905.
2010-04-25 13:19:20 +00:00
sno
d7ba1bf44e Updating devel/p5-File-ChangeNotify from 0.07nb1 to 0.12
pkgsrc changes:
- Adjust dependencies
- Add system dependent optional (but recommended) dependencies

Upstream changes:
0.12   2010-01-28
- Added auto_features to the Build.PL, which will give hints on what modules
  to install for KQueue and Inotify support.
- Require Linux::Inotify 1.2+, since 1.1 apparently doesn't work with this
  module. Reported by Michael Grondin. RT #54069.

0.11   2009-12-07
- A test attempted to use Test::Without::Module but this wasn't in the prereq
  list. I've made the test check for the module and skip its tests if the
  module isn't present. Reported by Leon Brocard. RT #52539.

0.10   2009-12-06
- Attempting to instantiate more than one watcher failed if you were on a
  system where one of the watcher subclasses could not be loaded (which is
  basically every system because no system has both inotify and kqueue). Patch
  by Mark Grimes. RT #52477.

0.09   2009-11-09
- This release fixes the excluded-dirs.t under Windows. There are no other
  changes in this release, so there's no need to upgrade if you have 0.08
  installed. Patch by Taro Nishino. RT #51161.

0.08   2009-11-05
- Added a new exclude feature that allows you to excludes files or directories
  outright. Implemented by Dan Thomas. RT #51062.
- Added a KQueue-based watcher written by Dan Thomas. I have no idea if this
  works, as I don't have BSD, but we'll assume he ran the tests on his system
  ;) RT #51062.
2010-02-23 14:12:18 +00:00
sno
15707ea5a1 Bumping revision of packages which depend direct or indirect on
devel/p5-Class-MOP. A late detected incompible change forced it.
2009-09-24 06:50:10 +00:00
sno
ab3eccb891 Updating package for p5 module File::ChangeNotify from 0.06 to 0.07
Upstream changes:
0.07   2009-06-29

- Fixed a typo in File::ChangeNotify::Watcher that causes a warning
  with newer versions of Moose. Reported by David Raab. Fixes RT
  #47431.
2009-07-08 08:14:40 +00:00
sno
9b8d509816 pkgsrc changes:
- Updating package of p5 module File::ChangeNotify from 0.05 to 0.06
  - Adjusting license according to META.yaml

Upstream changes:
0.06   2009-06-03
  - Created a Makefile.PL from the Build.PL.
2009-06-15 21:20:22 +00:00
sno
e9de3d9dc7 Add forgotten module type to use Module::Build 2009-05-19 22:22:34 +00:00
sno
caf93317cd Importing package for p5 File::ChangeNotify 0.05 modules as dependency for
the scheduled p5-Catalyst-Devel update.

A File::ChangeNotify::Watcher class monitors a directory for changes made to
any file. A regular expression can be provided to filter out interesting
files.  It handles the addition of new subdirectories by adding them to the
watch list.
2009-05-19 22:16:00 +00:00