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) |
0.36 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 ) |
0.36 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.36 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.36 28 Oct 2019 14:57:56 |
sunpoet |
Update to 0.36
Changes: https://metacpan.org/changes/distribution/Sys-Syslog |
0.35 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 |
0.35 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
0.35 08 Apr 2017 10:35:01 |
sunpoet |
Update to 0.35
- Add LICENSE
- Strip shared library
Changes: http://search.cpan.org/dist/Sys-Syslog/Changes |
0.33_1 07 Apr 2017 18:50:22 |
lth |
Moving maintainership burden onto broader shoulders |
0.33_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 ) |
0.33 10 Jun 2014 12:14:14 |
mat |
Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.
PR: 190681
Submitted by: mat
Exp-Run by: antoine
Sponsored by: Absolight |
0.33 06 Jan 2014 09:24:25 |
az |
- add stage support
Approved by: portmgr (blanket infrastructure) |
0.33 20 Sep 2013 23:06:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
0.33 07 Aug 2013 13:20:32 |
az |
- Convert to new perl framework
per port extra changes:
devel/p5-Perl-Version remove outage PERL_LEVEL check
devel/p5-Devel-LeakTrace-Fast remove perl version requiment 5.12.0- (no need in
current version)
Approved by: lth@ (maintainer) |
0.33 12 Jul 2013 14:16:13 |
bapt |
Mark jobs unsafe |
0.33 12 Jul 2013 08:49:32 |
lth |
- update to 0.33
- new style header
- cleanup |
0.32 16 Sep 2012 12:54:04 |
lth |
Update to 0.32 |
0.31 26 Aug 2012 20:41:51 |
lth |
- Update to 0.31 [1]
- Add regression-test target
PR: ports/171036 [1]
Submitted by: swills |
0.29 26 Aug 2011 13:49:44 |
lth |
Update to 0.29 |
0.27 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
0.27 13 Oct 2008 13:46:23 |
lth |
Update to 0.27 |
0.26 20 Jun 2008 11:20:24 |
lth |
Update to 0.26 |
0.25 13 Jun 2008 07:41:26 |
lth |
Update to 0.25 |
0.24 28 May 2008 12:53:43 |
lth |
Add p5-Sys-Syslog 0.24, Perl interface to the UNIX syslog(3) calls. |