summaryrefslogtreecommitdiff
path: root/devel/p5-File-ChangeNotify
AgeCommit message (Collapse)AuthorFilesLines
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
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.
2012-10-31Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-2/+2
are called p5-*. I hope that's all of them.
2011-08-23p5-Moose ate p5-Class-MOP - update depends & bump PKGREVISIONabs1-3/+3
2011-08-16Drop Module::Build requirements, default dependency is sufficient.obache1-2/+1
2011-08-16In pkgsrc, additional 0 suffix for version of p5-Module-Build.obache1-2/+2
2011-08-16Let not to require external Module::Build for perl>=5.12.1.obache1-2/+2
2011-08-12Changes 0.20:adam2-8/+6
* The KQueue watcher checks that a file has a file descriptor to avoid watching closed files
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-2/+2
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-07-27Update p5-File-ChangeNotify from version 0.13 to version 0.16.seb2-9/+10
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-04-25Update p5-File-ChangeNotify from version 0.12 to version 0.13.seb2-6/+6
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-02-23Updating devel/p5-File-ChangeNotify from 0.07nb1 to 0.12sno2-7/+17
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.
2009-09-24Bumping revision of packages which depend direct or indirect onsno1-1/+2
devel/p5-Class-MOP. A late detected incompible change forced it.
2009-07-08Updating package for p5 module File::ChangeNotify from 0.06 to 0.07sno2-6/+6
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-06-15pkgsrc changes:sno2-7/+7
- 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-05-19Add forgotten module type to use Module::Buildsno1-1/+2
2009-05-19Importing package for p5 File::ChangeNotify 0.05 modules as dependency forsno3-0/+34
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.