Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
6.06 09 Jul 2023 21:34:26 |
Po-Chuan Hsieh (sunpoet) |
www/p5-HTTP-Date: Update to 6.06
Changes: https://metacpan.org/dist/HTTP-Date/changes |
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) |
6.05 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 ) |
6.05 20 Jul 2022 14:23:26 |
Tobias C. Berner (tcberner) |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
6.05 06 Jul 2021 19:16:54 |
Po-Chuan Hsieh (sunpoet) |
www/p5-HTTP-Date: Remove PERL_LEVEL check after perl5.28 removal
(d67ea7eb42e95d712a079e5525232843ee0c5d6c) |
6.05 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
6.05 08 Dec 2019 16:59:20 |
sunpoet |
Update to 6.05
Changes: https://metacpan.org/changes/distribution/HTTP-Date |
6.04 15 Nov 2019 13:21:30 |
sunpoet |
Update to 6.04
Changes: https://metacpan.org/changes/distribution/HTTP-Date |
6.03 14 Nov 2019 16:16:50 |
sunpoet |
Update to 6.03
Changes: https://metacpan.org/changes/distribution/HTTP-Date |
6.02_1 20 May 2019 18:08:50 |
sunpoet |
Update pkg-descr
- Take maintainership |
6.02_1 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 |
6.02_1 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
6.02_1 31 May 2017 17:30:38 |
sunpoet |
Remove CONFLICTS: www/p5-libwww has been updated to 6.x for almost 6 years
- Add NO_ARCH
- Sort PLIST |
6.02_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 ) |
6.02 07 Nov 2013 13:55:25 |
vanilla |
support STAGEDIR. |
6.02 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
6.02 02 Aug 2013 18:52:11 |
mat |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
6.02 30 Mar 2012 22:34:58 |
sunpoet |
- Update to 6.02
Changes: http://search.cpan.org/dist/HTTP-Date/Changes
Feature safe: yes |
6.01 17 Feb 2012 14:32:43 |
culot |
- Update to 6.01
- Add LICENSE (Artistic 1 & GPL 1)
Changes: http://search.cpan.org/dist/HTTP-Date/Changes |
6.00 19 Apr 2011 17:50:25 |
culot |
- Add CONFLICTS with www/p5-libwww-5* |
6.00 14 Apr 2011 07:39:36 |
culot |
HTTP::Date provides functions that perform conversions between date
formats used by the HTTP protocol.
WWW: http://search.cpan.org/dist/HTTP-Date/
This new port is needed to update www/p5-libwww. |