Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
07 Apr 2021 08:09:01 2.70 |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 2.70 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
24 Jul 2020 19:07:28
2.70 |
sunpoet  |
Update to 2.70
Changes: https://metacpan.org/changes/distribution/Log-Dispatch |
28 Oct 2019 14:56:20
2.69 |
sunpoet  |
Update to 2.69
Changes: https://metacpan.org/changes/distribution/Log-Dispatch |
06 Oct 2018 13:06:45
2.68 |
des  |
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw) |
22 Aug 2018 21:45:54
2.68 |
sunpoet  |
Update to 2.68
Changes: https://metacpan.org/changes/distribution/Log-Dispatch |
27 May 2018 20:15:20
2.67 |
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
26 Sep 2017 15:56:07
2.67 |
sunpoet  |
Update to 2.67
Changes: http://search.cpan.org/dist/Log-Dispatch/Changes |
15 Aug 2017 18:58:16
2.66 |
sunpoet  |
Update to 2.66
Changes: http://search.cpan.org/dist/Log-Dispatch/Changes |
12 Jun 2017 10:21:49
2.65 |
sunpoet  |
Update to 2.65
Changes: http://search.cpan.org/dist/Log-Dispatch/Changes |
21 Feb 2017 16:36:42
2.63 |
sunpoet  |
Update to 2.63
Changes: http://search.cpan.org/dist/Log-Dispatch/Changes |
15 Feb 2017 14:56:48
2.62 |
sunpoet  |
Update to 2.62
Changes: http://search.cpan.org/dist/Log-Dispatch/Changes |
14 Feb 2017 14:33:41
2.61 |
sunpoet  |
Update to 2.61
Changes: http://search.cpan.org/dist/Log-Dispatch/Changes |
13 Feb 2017 19:02:18
2.60 |
sunpoet  |
Update to 2.60
Changes: http://search.cpan.org/dist/Log-Dispatch/Changes |
19 Nov 2016 17:09:40
2.58 |
sunpoet  |
- Update to 2.58
Changes: http://search.cpan.org/dist/Log-Dispatch/Changes |
23 Aug 2016 03:26:19
2.57 |
wen  |
- Update to 2.57
Changes: http://search.cpan.org/src/DROLSKY/Log-Dispatch-2.57/Changes |
14 May 2016 01:30:28
2.56 |
sunpoet  |
- Update to 2.56
Changes: http://search.cpan.org/dist/Log-Dispatch/Changes |
01 Apr 2016 14:00:57
2.54 |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
20 Jan 2016 15:28:59
2.54 |
sunpoet  |
- Update to 2.54
- Add LICENSE_FILE
Changes: http://search.cpan.org/dist/Log-Dispatch/Changes |
15 Jan 2016 18:01:05
2.53 |
adamw  |
Update to 2.53, and add TEST_DEPENDS.
Changes: https://metacpan.org/changes/distribution/Log-Dispatch |
20 Sep 2015 20:25:53
2.51 |
sunpoet  |
- Update to 2.51
Changes: http://search.cpan.org/dist/Log-Dispatch/Changes |
03 Sep 2015 15:11:35
2.50 |
culot  |
- Update to 2.50
Changes: http://search.cpan.org/dist/Log-Dispatch/Changes |
25 Aug 2015 02:11:55
2.49 |
wen  |
- Update to 2.49
Changes: http://cpansearch.perl.org/src/DROLSKY/Log-Dispatch-2.49/Changes |
13 Aug 2015 17:34:28
2.48 |
sunpoet  |
- Update to 2.48
Changes: http://search.cpan.org/dist/Log-Dispatch/Changes |
15 Jun 2015 14:43:31
2.45 |
sunpoet  |
- Update to 2.45
- Add NO_ARCH
- Remove DOCS option
- Sort PLIST
Changes: http://search.cpan.org/dist/Log-Dispatch/Changes |
01 Jan 2015 16:22:50
2.44 |
sunpoet  |
- Update to 2.44
- Sort *_DEPENDS
- Convert to new options helper
- Simplify Makefile
Changes: http://search.cpan.org/dist/Log-Dispatch/Changes |
26 Nov 2014 13:08:38
2.42_1 |
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
2.42 |
bapt  |
Cleanup plist |
15 Aug 2014 21:24:35
2.42 |
pi  |
devel/p5-Log-Dispatch: 2.41 -> 2.42
- Added a Log::Dispatch->clone() method. This returns shallow clone. The
outputs and callbacks are shared, but changes to outputs and callbacks in
the clone do not affect the original, or vice versa.
- Added Log::Dispatch->outputs() method. This returns all the output objects
in a dispatch object.
- Added Log::Dispatch->callbacks() method. This returns all the callback subs
in a dispatch object.
- The Syslog output now calls Sys::Syslog::setlogsock() every time a message
is logged, since something else could have called it in between logging two
messages.
- Added a lock parameter to the Syslog output. If this is true, then logging
is done in the scope of a per-thread lock. Reported by Cedric Carree and
Franck Youssef. RT #67988 and #85013.
- Replaced Class::Load with Module::Runtime. |
24 Nov 2013 17:40:44
2.41 |
mat  |
- Wrap up cd && foo in parenthesis, it'd break with bmake -j
- Replace some FIND ... CPIO with COPYTREE_SHARE. |
30 Oct 2013 02:52:47
2.41 |
vanilla  |
Support STAGEDIR. |
22 Oct 2013 16:57:45
2.41 |
mat  |
Try and be consistent with what commands are silent and not in *install.
- MKDIR is silent
- ECHO is silent
- INSTALL_* are not silent
- CP/FIND/... are not silent
I fixed a few PORTDOCS misusage, I'll do a second pass.
With Hat: perl@ |
20 Sep 2013 17:13:47
2.41 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
02 Aug 2013 18:52:11
2.41 |
mat  |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
25 Jul 2013 07:45:09
2.41 |
culot  |
- Update to 2.41
Changes: http://search.cpan.org/dist/Log-Dispatch/Changes
PR: ports/180823
Submitted by: Stephon Chen <stephon@gmail.com> |
08 Jul 2013 02:05:40
2.40 |
clsung  |
- Update to 2.40
Changes: http://search.cpan.org/dist/Log-Dispatch/Changes |
26 Apr 2013 02:39:17
2.39 |
sunpoet  |
- Update to 2.39
Changes: http://search.cpan.org/dist/Log-Dispatch/Changes |
29 Mar 2013 00:44:54
2.35 |
eadler  |
For perl@ owned ports:
- Fix COMMENT
- Trim header |
23 Jan 2013 08:40:14
2.35 |
tobez  |
Update to 2.35.
Changes: http://search.cpan.org/dist/Log-Dispatch/Changes |
09 Dec 2012 16:13:58
2.34 |
sunpoet  |
- Update to 2.34
- Restore 'Created by:' Makefile header
- Move OPTIONS_* and *_DESC upward
- Remove unnecessary EMAIL_ prefix from options
- Move option handlers to the section after .include <bsd.port.options.mk>
No need to put APACHE_PKGNAMEPREFIX after bsd.port.pre.mk
- Space/Tab twiddle
Changes: http://search.cpan.org/dist/Log-Dispatch/Changes |
09 Sep 2012 18:05:15
2.32 |
ohauer  |
- s/USE_APACHE/USE_APACHE_RUN/
with hat apache@ |
18 Aug 2012 14:29:11
2.32 |
ohauer  |
- remove www/apache20 and devel/apr0
- s/USE_APACHE= 20+/USE_APACHE= 22+/
- unify s/YES/yes/
- cleanup APACHE_VERSION <= 22 usage
- add entry to MOVED
with hat apache@ |
08 Jun 2012 12:13:52
2.32 |
az  |
- Remove SITE_PERL from *_DEPENDS |
31 May 2012 11:19:32
2.32 |
bapt  |
Convert to new options framework |
29 May 2012 08:02:25
2.32 |
culot  |
- Update to 2.32
Changes: http://search.cpan.org/dist/Log-Dispatch/Changes |
22 May 2012 07:45:58
2.31 |
sunpoet  |
- Update to 2.31
- Add LICENSE
Changes: http://search.cpan.org/dist/Log-Dispatch/Changes |
01 Jan 2012 16:47:41
2.29_2 |
ohauer  |
- change required APACHE version from 13+ to 20+
(prepare to remove www/apache13)
- no PORTREVISION bump since apache22 is the default
with hat apache@ |
20 Aug 2011 17:27:52
2.29_2 |
ohauer  |
- bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined |
22 May 2011 22:23:16
2.29_1 |
ohauer  |
mod_perl2 was updated, this changes are needet to prevent
dependency loops
- fix mod_perl/mod_perl2 dependency
- p5-Apache-Reload is now included in mod_perl2
- make usage of CPAN author macro
- bump portrevision
commit with hat apache@ |
25 Mar 2011 08:23:32
2.29 |
wen  |
- Update to 2.29
ChangeLog: http://cpansearch.perl.org/src/DROLSKY/Log-Dispatch-2.29/Changes |
29 Dec 2010 15:25:58
2.28 |
mat  |
Update to 2.28
Changes: http://search.cpan.org/dist/Log-Dispatch/Changes |
23 Oct 2010 04:33:16
2.27 |
sahil  |
- Update to 2.27
- PERL_MODBUILD -> PERL_CONFIGURE because upstream removed Build.PL |
23 Aug 2010 04:22:26
2.26 |
pgollucci  |
- Fix mod_perl2 depency check
PR: ports/149372
Submitted by: Matthew Ekstrand-Abueg <mattea@rescomp.berkeley.edu> |
28 Feb 2010 07:59:51
2.26 |
max  |
Get rid of WITH_APACHE2. Now this port detects which version of Apache
is on the system and defines dependency on appropriate mod_perl.
(If no Apache is installed, depends on mod_perl2.)
While at it, minor cosmetic change was also made.
Approved by: kuriyama
Feature safe: yes |
12 Feb 2010 23:34:30
2.26 |
max  |
Correct the depedency on mod_perl2.
Approved by: kuriyama |
05 Nov 2009 15:30:13
2.26 |
skv  |
Fix dependency check clause for mod_perl2.
PR: ports/133850
Submitted by: Octavian <itavy xx itavy.com> |
23 Sep 2009 10:21:59
2.26 |
tobez  |
Update to 2.26.
Changes: http://search.cpan.org/dist/Log-Dispatch/Changes
Feature safe: yes |
16 Sep 2009 07:38:02
2.25 |
tobez  |
Update to 2.25.
Changes: http://search.cpan.org/dist/Log-Dispatch/Changes
Feature safe: yes |
13 Sep 2009 17:05:31
2.24 |
tobez  |
Update to 2.24.
Changes: http://search.cpan.org/dist/Log-Dispatch/Changes |
12 Sep 2009 20:23:53
2.23 |
tobez  |
Update to 2.23.
Changes: http://search.cpan.org/dist/Log-Dispatch/Changes |
16 Aug 2009 09:55:32
2.22 |
linimon  |
Reset mat@FreeBSD.org due to maintainer-timeouts and no response to email.
Hat: portmgr |
22 Feb 2009 19:57:35
2.22 |
mat  |
Remove BROKEN line for mod_perl2 dependency, as it's supported since 2.17.
PR: 131935
Submitted by: Florian Smeets |
12 Feb 2009 16:14:24
2.22 |
mat  |
Update to 2.22 |
25 Mar 2008 16:57:24
2.21 |
mat  |
Update to 2.21 |
31 Aug 2007 13:37:23
2.18 |
mat  |
Use the CPAN site macro.
Use DISTVERSION in place of DISTNAME where possible.
Remove perl 5.005 shims. |
19 Jun 2007 16:18:45
2.18 |
mat  |
Update to 2.18 |
02 Apr 2007 14:35:55
2.17 |
mat  |
Update to 2.17 |
04 Jan 2007 13:47:04
2.16 |
mat  |
Update to 2.16 |
26 Sep 2006 12:32:56
2.13 |
mat  |
Update to 1.13
Avoid RUN_DEPENDS on Module-Build.
PR: 103657
Submitted by: Gea-Suan Lin <gslin@gslin.org> |
14 Aug 2006 16:54:31
2.12 |
mat  |
Update to 2.12
PR: 101697
Submitted by: Gea-Suan Lin <gslin@gslin.org> |
22 Jan 2006 01:48:34
2.11 |
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
14 Nov 2005 14:16:12
2.11 |
mat  |
Be hipe and add SHA256 |
21 Sep 2005 19:31:43
2.11 |
fenner  |
search.cpan.org redirect reduction canonicalization project, pass 1:
URLs automatically rewritten from /search?dist=Foo or /dist/Foo
to /dist/Foo/ (note trailing slash). After a 2002(!) reorganization,
this is the preferred way to refer to modules on search.cpan.org.
This pass brought to you by http://people.freebsd.org/~fenner/fix-search |
30 Aug 2005 11:44:18
2.11 |
mat  |
Update to 2.11 |
17 May 2005 17:18:23
2.10_1 |
sem  |
- Mark ports BROKEN when/if they depend on mod_perl2.
With current mod_perl2 API change all old code *will* broken. |
08 Dec 2004 10:29:37
2.10_1 |
krion  |
Handle OPTIONS more properly for oncoming bsd.port.mk changes. |
25 Oct 2004 11:47:19
2.10_1 |
mat  |
Fix build by removing the perl config script and using OPTIONS instead.
Submitted by: Autrijus Tang <autrijus@autrijus.org> |
26 Sep 2004 01:58:58
2.10 |
kris  |
BROKEN on 5.x: Build fails
Approved by: portmgr (self) |
12 Aug 2004 14:02:41
2.10 |
mat  |
Is not interactive when BATCH is on
Needed because of: pav's supplications ;-) |
10 Mar 2004 18:28:24
2.10 |
mat  |
Update to 2.10, change to PERL_MODBUILD, steal MAINTAINERship ;-)
Approved by: tobez (former maintainer) |
05 Mar 2004 08:21:14
2.07 |
kris  |
Mark this port IS_INTERACTIVE (this may be unintentional behaviour) |
04 Mar 2004 12:39:23
2.07 |
linimon  |
Update to 2.07: added Log::Dispatch::File::Locked; switched to Module::Build
and removed interactive portion of installation process; bugfixes. See
Changes for complete list.
PR: ports/58071
Submitted by: James Ainslie <james@starjuice.net>
Maintainer timeout: 4 months |
24 Oct 2003 12:05:09
2.03 |
ijliao  |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
05 Mar 2003 20:13:05
2.03 |
tobez  |
Update to 2.03, retire pkg-comment & MAN_PREFIX, make use of SITE_PERL. |
26 Feb 2003 20:35:15
2.01 |
knu  |
Fix the wrong Params::Validate dependency.
PR: ports/48204
Submitted by: edwin
Approved by: maintainer timeout |
01 Jul 2002 04:51:07
2.01 |
tobez  |
Update to 2.01. |
24 May 2002 14:36:52
2.00 |
tobez  |
Update to 2.00.
PR: 38203 |
25 Mar 2002 09:19:21
1.80 |
sobomax  |
Add USE_SUBMAKE, where it might be necessary. |
30 Oct 2001 12:22:06  |
tobez  |
Update to 1.80; add WWW. |
03 Aug 2001 20:31:58  |
tobez  |
Fix build with non-default WRKDIRPREFIX by using MKDIR (== mkdir -p) command
instead of the perl built-in mkdir(). |
12 Jun 2001 20:25:42  |
tobez  |
Updated MAINTAINER to my new committer email address. Do the same for
pkg-descr files. |
19 May 2001 23:32:08  |
joe  |
Log::Dispatch is a suite of OO modules for logging messages to multiple
outputs, each of which can have a minimum and maximum log level. It is
designed to be easily subclassed, both for creating a new dispatcher object
and particularly for creating new outputs. |