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) |
2.036 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 ) |
2.036 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 ) |
2.036 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2.036 23 Jul 2019 16:17:51
  |
sunpoet  |
Update to 2.036
Changes: https://metacpan.org/changes/distribution/HTTP-Cookies-Mozilla |
2.034 06 Oct 2018 13:06:45
  |
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) |
2.034 27 Jun 2018 12:09:53
  |
wen  |
- Update to 2.034
Changes: https://metacpan.org/changes/distribution/HTTP-Cookies-Mozilla |
2.033 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 |
2.033 15 Sep 2017 08:58:50
  |
mat  |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
2.033 25 Aug 2017 18:21:21
  |
sunpoet  |
Update to 2.033
Changes: http://search.cpan.org/dist/HTTP-Cookies-Mozilla/Changes |
2.032 27 Nov 2016 16:43:25
  |
sunpoet  |
- Update to 2.032
- Add NO_ARCH
- Sort PLIST
Changes: http://search.cpan.org/dist/HTTP-Cookies-Mozilla/Changes |
2.03_3 01 Apr 2016 14:33:58
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
2.03_3 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 ) |
2.03_2 27 Jun 2014 17:21:07
  |
miwi  |
- Chase database/sqlite3 slib bump
Approved by: portmgr (myself) |
2.03_1 07 Nov 2013 13:55:25
  |
vanilla  |
support STAGEDIR. |
2.03_1 20 Sep 2013 23:36:54
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
2.03_1 29 Aug 2013 17:16:53
  |
sunpoet  |
- Add WWW
- Use single space after WWW:
- Remove Author line |
2.03_1 29 Aug 2013 04:08:54
  |
sunpoet  |
- Use single space after WWW: |
2.03_1 02 Aug 2013 18:52:11
  |
mat  |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
2.03_1 03 May 2012 03:33:18
 |
swills  |
- Correct DEPENDS
- Add TEST_DEPENDS |
2.03 07 Oct 2011 11:22:46
 |
culot  |
- Fix LICENSE (Artistic 1 instead of Artistic 2)
- Pet portlint(1)
PR: ports/161336
Submitted by: Simon Olofsson <simon@olofsson.de> |
2.03 28 Mar 2011 06:24:06
 |
bapt  |
update to 2.03
add licenses
changes:
http://cpansearch.perl.org/src/POLETTIX/HTTP-Cookies-Mozilla-2.03/Changes |
2.02 19 Mar 2011 12:38:54
 |
miwi  |
- Get Rid MD5 support |
2.02 24 Sep 2010 02:03:44
 |
pgollucci  |
- only 13% of the p5- ports embed @comment $FreeBSD$:
so standarize and remove it
With Hat: perl@ |
2.02 06 Sep 2008 05:16:44
 |
leeym  |
- update to 2.02 |
1.13 17 Apr 2008 14:30:31
 |
araujo  |
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav) |
1.13 26 Dec 2007 01:33:09
 |
gabor  |
- Update to 1.13 |
1.11 24 Jul 2007 06:28:06
 |
clsung  |
- Update to 1.11 |
1.10 05 Feb 2007 01:19:40
 |
clsung  |
- Update to 1.10
- Drop maintainership to perl@FreeBSD.org
PR: ports/108639
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
1.09 11 Jul 2006 00:34:00
 |
clsung  |
Add p5-HTTP-Cookies-Mozilla 1.09, cookie storage and management for
Mozilla.
PR: ports/99983
Submitted by: Gea-Suan Lin <gslin at gslin.org> |