2019-06-30 22:17:50 by Nia Alarie | Files touched by this commit (1816) |
Log message:
Update packages using a search.cpan.org HOMEPAGE to metacpan.org.
The former now redirects to the latter.
This covers the most simple cases where http://search.cpan.org/dist/name
can be changed to https://metacpan.org/release/name.
Reviewed by hand to hopefully make sure no unwanted changes sneak in.
|
2019-02-09 01:35:48 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 0.31
Upstream changes:
0.31 2019-01-09
- No changes from 0.30.
0.30 2018-10-08 (TRIAL RELEASE)
- Added an optional feature to track path attribute changes (permissions,
ownership) as well as to provide the old vs new attributes and/or content in
modify events. Both of these features are off by default since they can use
a lot more CPU or memory, especially when using otherwise low-overhead
kernel-based watchers.
|
2018-10-31 14:03:46 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 0.29
Upstream changes:
0.29 2018-09-25
- The change to Module::Runtime in 0.25 wasn't complete so this distro still
depended on Class::Load.
|
2018-08-22 11:48:07 by Thomas Klausner | Files touched by this commit (3558) |
Log message:
Recursive bump for perl5-5.28.0
|
2018-02-25 18:01:59 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-File-ChangeNotify: update to 0.28.
0.28 2018-02-11
- Fixed handling of the IN_MOVED_TO event for the Inotify watcher. This event
was being entirely ignored, but we should just treat it as a file creation
event. Fixed by Aaron Crane. PR #2.
|
2017-06-05 16:25:36 by Ryo ONODERA | Files touched by this commit (2298) |
Log message:
Recursive revbump from lang/perl5 5.26.0
|
2017-02-13 15:06:59 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
Updated devel/p5-File-ChangeNotify to 0.27
------------------------------------------
0.27 2017-01-30
- Inflating File::ChangeNotify::Default::Watcher into a Moose object with
Moose 2.2000 would cause an error or warning because of a bug in how it
defined an attribute. This broke Catalyst::Restarter.
(pkgsrc changes)
- Drop following line, see above
DEPENDS+= p5-Moose>=2:../../devel/p5-Moose
- Add following lines for make test
BUILD_DEPENDS+= p5-Moo-[0-9]*:../../devel/p5-Moo
BUILD_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires
BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
BUILD_DEPENDS+= p5-Module-Pluggable-[0-9]*:../../devel/p5-Module-Pluggable
|
2017-01-05 03:33:38 by Amitai Schleier | Files touched by this commit (1) |
Log message:
Add missing dependency on Type::Tiny. Bump PKGREVISION.
|
2016-06-08 21:25:20 by Thomas Klausner | Files touched by this commit (2236) |
Log message:
Bump PKGREVISION for perl-5.24.
|
2016-06-05 14:21:14 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
Updated devel/p5-File-ChangeNotify to 0.26
------------------------------------------
0.26 2016-05-29
- Require Moo 1.006000+.
0.25 2016-05-28
- Switched from Moose to Moo and Type::Tiny.
- Switched from Class::Load to Module::Runtime.
- Made File::ChangeNotify::Watcher a role instead of a parent class.
- Fixed a bug where the wrong watcher class could be used the second time
File::ChangeNotify->instantiate_watcher was called.
- Allow the exclude parameter to accept subroutine references. Patch by
H. Merijn Brand. RT #114492.
|