Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.09_3 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.09_3 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.09_3 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.09_3 06 Nov 2018 21:13:55
  |
rene  |
Return tj's ports to the pool after his commit bit got safekept. |
1.09_3 27 May 2018 20:15:20
  |
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
1.09_3 09 Nov 2017 20:34:16
  |
feld  |
devel/p5-Log-Dispatch-File-Rolling: Fix compatibility with Log-Dispatch 2.67
MFH: 2017Q4 |
1.09_2 13 Jul 2017 17:16:58
  |
feld  |
devel/p5-Log-Dispatch-File-Rolling: Add dos2unix to fix patch
Reported by: dvl
MFH: 2017Q3 |
1.09_2 13 Jul 2017 16:46:24
  |
tj  |
Bump port revision for 2.59+ fix |
1.09_1 13 Jul 2017 16:45:57
  |
tj  |
Fix for Log::Dispatch 2.59+ |
1.09_1 19 May 2016 10:21:25
  |
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
1.09_1 01 Apr 2016 14:00:57
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.09_1 26 Nov 2014 13:08:38
  |
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 ) |
1.09 27 Oct 2014 10:55:59
  |
bapt  |
Cleanup plist |
1.09 21 Feb 2014 21:29:32
  |
tj  |
Update to 1.09.
Changes:
http://cpansearch.perl.org/src/JACOB/Log-Dispatch-File-Rolling-1.09/Changes |
1.06 29 Jan 2014 09:19:35
  |
az  |
- add stage support
Approved by: portmgr (blanket infrastructure) |
1.06 20 Sep 2013 17:13:47
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
1.06 09 Sep 2013 15:01:28
  |
az  |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket) |
1.06 31 May 2013 15:16:21
  |
miwi  |
- Do not try to remove dirs. not created by the port
Reported by: pkg (DEVELOPER_MODE) |
1.06 17 Oct 2012 02:06:43
  |
tj  |
This module subclasses Log::Dispatch::File for logging to date/time stamped
files.
WWW: http://search.cpan.org/dist/Log-Dispatch-File-Rolling/
Feature safe: yes
Approved by: eadler (mentor) |