Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
01 Mar 2020 18:19:20
0.31

|
sunpoet  |
Add NO_ARCH |
11 Jan 2019 02:04:17
0.31

|
wen  |
- Update to 0.31 |
08 Oct 2018 21:41:08
0.29

|
sunpoet  |
Update to 0.29
- Fix and sort *_DEPENDS
Changes: https://metacpan.org/changes/distribution/File-ChangeNotify |
23 Jul 2018 13:42:59
0.28

|
wen  |
- Update to 0.28
Changes: https://metacpan.org/source/DROLSKY/File-ChangeNotify-0.28/Changes
- Update DEPENDS
- Reset maintainer to perl@ |
18 Jul 2018 22:20:24
0.24_2

|
yuri  |
Reset maintainership of the ports maintained by alexey@renatasystems.org
Based on the timeout of 3+ months (2018-03-23-now) on bug#226885 for net/ucarp
Also, looking at the subversion log, there were timeouts on:
* bug#224169 r465659 | ygy | 2018-03-26 19:51:12
* bug#224768 r459066 | swills | 2018-01-15 07:16:28
* bug#224755 r459058 | swills | 2018-01-15 06:55:08
The last approval from alexey@renatasystems.org was over a year ago:
bug#218563 r438885 | lifanov | 2017-04-19 08:30:28 (devel/py-colorama) |
09 Jul 2018 08:40:18
0.24_2

|
mat  |
Remove all := from BUILD_DEPENDS, here are never needed.
While there, cleanup, and sort depends.
When build and run dependencies are the same, there are three ways to
avoid duplicating the list while not adding the framework added
BUILD_DEPENDS to the RUN_DEPENDS. In order of preference, they are:
1) use RUN_DEPENDS to set BUILD_DEPENDS:
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= foo:bar/baz
2) create another variable and use it:
MY_DEPENDS= foo:bar/baz
BUILD_DEPENDS= ${MY_DEPENDS}
RUN_DEPENDS= ${MY_DEPENDS}
3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation:
BUILD_DEPENDS= foo:bar/baz
RUN_DEPENDS:= ${BUILD_DEPENDS}
Sponsored by: Absolight |
27 May 2018 20:15:20
0.24_2

|
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
01 Apr 2016 14:00:57
0.24_2

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
26 Nov 2014 13:08:38
0.24_2

|
mat  |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
27 Oct 2014 10:55:59
0.24_1

|
bapt  |
Cleanup plist |
24 Jan 2014 23:00:09
0.24_1

|
antoine  |
Finish stage support
Approved by: maintainer timeout (via email, 3 weeks) |
30 Nov 2013 17:48:17
0.24

|
alexey  |
* Update to 0.24
* STAGE support
Approved by: wg (mentor) |
20 Sep 2013 17:13:47
0.22

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
09 Sep 2013 18:34:59
0.22

|
az  |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket) |
08 Jun 2013 14:54:06
0.22

|
miwi  |
- Do not remove directories not created by this port
A Reported by: pkg (DEVELOPER_MODE) |
30 Sep 2012 08:38:37
0.22

|
culot  |
- Update to 0.22 [1]
- Add LICENSE (Artistic 2)
Changes: http://search.cpan.org/dist/File-ChangeNotify/Changes
PR: ports/171938 [1]
Submitted by: tabthorpe@
Approved by: Alexey V. Degtyarev <alexey@renatasystems.org> (maintainer) |
15 Feb 2012 02:58:46
0.21
|
swills  |
- update to 0.21
- Add TEST_DEPENDS to enable testing
PR: ports/165145
Submitted by: swills (myself)
Approved by: "Alexey V. Degtyarev" <alexey@renatasystems.org> (maintainer) |
11 Sep 2011 06:12:38
0.16_1
|
sunpoet  |
- Promote Moose requirement to 2.0+ which includes Class::MOP |
03 Jul 2011 14:59:23
0.16_1
|
ohauer  |
-remove MD5 |
07 Jun 2011 09:13:15
0.16_1
|
az  |
Update devel/p5-Moose to version 2.0007
Changelog: http://cpansearch.perl.org/dist/Moose/Changes
See also UPDATING entry 20110607 about this. |
12 Feb 2011 09:30:23
0.16
|
az  |
Fix WWW in pkg-descr to http://search.cpan.org/dist/<MODULE> for unification.
No functional changes.
Sponsored by: p5 namespace |
12 Aug 2010 03:01:50
0.16
|
sahil  |
- Update to 0.16
- Use PERL_MODBUILD
PR: ports/149192
Submitted by: Frederic Culot <frederic@culot.org>
Approved by: Alexey V. Degtyarev <alexey@renatasystems.org> (maintainer) |
02 May 2010 16:48:29
0.13
|
sylvio  |
- Update to 0.13
PR: ports/146236
Submitted by: Alexey V. Degtyarev <alexey@renatasystems.org> (maintainer) |
11 Feb 2010 17:02:15
0.12
|
pgollucci  |
- Update to 0.12
PR: ports/143757
Submitted by: myself (pgollucci@)
Approved by: alexey@renatasystems.org (maintainer) |
21 Dec 2009 11:19:14
0.11
|
amdmi3  |
- Fix plist
- Cosmetic fixes for Makefile
PR: 141752
Submitted by: Alexey V.Degtyarev <alexey@renatasystems.org> (maintainer) |
15 Dec 2009 21:32:24
0.11
|
pgollucci  |
[wrong patch previously]
- Update to 0.11
Changes: http://cpansearch.perl.org/src/DROLSKY/File-ChangeNotify-0.11/Changes
PR: ports/141234
Submitted by: maintainer
Pointyhat to: pgollucci |
15 Dec 2009 21:23:22
0.09
|
pgollucci  |
- Update to 0.11
PR: ports/141234
Approved by: maintainer
Submitted by: myself (pgollucci@), tweaked by maintainer |
20 Nov 2009 18:59:27
0.08
|
miwi  |
- Update to 0.08
PR: 140329
Submitted by: Sahil Tandon <sahil@tandon.net>
Approved by: maintainer |
14 Aug 2009 20:08:48
0.07
|
miwi  |
This module provides an API for creating a File::ChangeNotify::Watcher subclass
that will work on your platform.
A File::ChangeNotify::Watcher class monitors a directory for changes made to
any file. You can provide a regular expression to filter out files you are not
interested in. It handles the addition of new subdirectories by adding them to
the watch list.
WWW: http://search.cpan.org/dist/File-ChangeNotify/
PR: ports/137770
Submitted by: Alexey V. Degtyarev |