Commit graph

63 commits

Author SHA1 Message Date
Po-Chuan Hsieh
b2b1a52512
mail/p5-MIME-Types: Update to 2.24
Changes:	https://metacpan.org/dist/MIME-Types/changes
2023-01-30 21:02:09 +08:00
Stefan Eßer
fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 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)
2022-09-07 23:58:51 +02:00
Stefan Eßer
b7f05445c0 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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
2022-09-07 23:10:59 +02:00
Po-Chuan Hsieh
37c670dc61
mail/p5-MIME-Types: Update to 2.22
Changes:	https://metacpan.org/dist/MIME-Types/changes
2021-11-06 03:15:53 +08:00
Wen Heping
f2ed8c38d0 mail/p5-MIME-Types: Update to 2.21 2021-06-14 06:57:07 +08:00
Po-Chuan Hsieh
76fddcf3cb
mail/p5-MIME-Types: Update to 2.20
Changes:	https://metacpan.org/changes/distribution/MIME-Types
2021-05-31 03:53:24 +08:00
Mathieu Arnold
cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Sunpoet Po-Chuan Hsieh
bbb0e427ba Update to 2.18
Changes:	https://metacpan.org/changes/distribution/MIME-Types
2020-12-19 20:19:56 +00:00
Sunpoet Po-Chuan Hsieh
ad4f267b7a Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.

With hat:	perl
2018-05-27 20:15:16 +00:00
Sunpoet Po-Chuan Hsieh
270390dea2 Update to 2.17
Changes:	http://search.cpan.org/dist/MIME-Types/ChangeLog
2018-01-27 10:24:30 +00:00
Sunpoet Po-Chuan Hsieh
88df0576ab Update to 2.16
Changes:	http://search.cpan.org/dist/MIME-Types/ChangeLog
2018-01-24 18:46:02 +00:00
Sunpoet Po-Chuan Hsieh
f936822137 Update to 2.14
Changes:	http://search.cpan.org/dist/MIME-Types/ChangeLog
2017-11-10 19:03:09 +00:00
Mathieu Arnold
cb41fc6623 Fix license information for portgs that use "the same license as Perl".
Sponsored by:	Absolight
2017-09-15 08:58:46 +00:00
Mathieu Arnold
8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00
Adam Weinberger
c28c5d9edc Update to 2.13. Add Mojolicious to TEST_DEPENDS.
Changes: https://metacpan.org/changes/distribution/MIME-Types
2016-03-07 18:01:03 +00:00
Sunpoet Po-Chuan Hsieh
ed89a7204a - Update to 2.12
Changes:	http://search.cpan.org/dist/MIME-Types/ChangeLog
2015-11-13 19:13:25 +00:00
Sunpoet Po-Chuan Hsieh
a036215104 - Update to 2.11
Changes:	http://search.cpan.org/dist/MIME-Types/ChangeLog
2015-06-17 17:25:12 +00:00
Sunpoet Po-Chuan Hsieh
b61379de6d - Update to 2.10
- Add NO_ARCH
- Sort PLIST

Changes:	http://search.cpan.org/dist/MIME-Types/ChangeLog
2015-06-16 14:27:42 +00:00
Mathieu Arnold
eee58d187e 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
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.

As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.

The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.

The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.

PR:		194969
Differential Revision:	https://reviews.freebsd.org/D1019
Exp-run by:	antoine
Reviewed by:	perl@
Approved by:	portmgr
2014-11-26 13:08:24 +00:00
Frederic Culot
65d62df3cf - Update to 2.09
Changes:	http://search.cpan.org/dist/MIME-Types/ChangeLog
2014-10-15 12:10:42 +00:00
Philippe Audeoud
92bbc7c03e - Update to 2.08 2014-09-09 13:53:47 +00:00
Frederic Culot
bd5e085637 - Update to 2.06
Changes:	http://search.cpan.org/dist/MIME-Types/ChangeLog
2014-09-04 14:30:04 +00:00
Vanilla I. Shu
882b641c0d Support STAGEDIR. 2013-11-05 02:54:53 +00:00
Baptiste Daroussin
fd61959c15 Add NO_STAGE all over the place in preparation for the staging support (cat: mail) 2013-09-20 19:59:12 +00:00
Sunpoet Po-Chuan Hsieh
c4c8d4b72f - Update to 2.04
Changes:	http://search.cpan.org/dist/MIME-Types/ChangeLog
2013-09-12 17:31:13 +00:00
Anton Berezin
31eeb4d866 Update to 2.03.
Changes:	http://search.cpan.org/dist/MIME-Types/ChangeLog
2013-09-04 17:06:57 +00:00
Mathieu Arnold
4819ca343b - Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
2013-08-02 18:52:07 +00:00
Anton Berezin
c8acfa439a Update to 1.38.
Changes:	http://search.cpan.org/dist/MIME-Types/ChangeLog
2013-01-12 16:27:24 +00:00
Anton Berezin
fb8786c3d7 Update to 1.37.
Changes:	http://search.cpan.org/dist/MIME-Types/ChangeLog
2012-12-28 10:37:15 +00:00
Frederic Culot
08c03cdd72 - Update to 1.36
Changes:	http://search.cpan.org/dist/MIME-Types/ChangeLog
Feature safe:	yes
2012-11-27 15:54:01 +00:00
Frederic Culot
414acad0d1 - Update to 1.35
- Add LICENSE (Artistic 1 & GPL 1)

Changes:	http://search.cpan.org/dist/MIME-Types/ChangeLog
2012-06-20 17:36:48 +00:00
Sunpoet Po-Chuan Hsieh
5fc3d9287c - Update to 1.34
Changes:	http://search.cpan.org/dist/MIME-Types/ChangeLog
2012-01-13 04:17:27 +00:00
Sunpoet Po-Chuan Hsieh
45fb334d03 - Update to 1.32
Changes:	http://search.cpan.org/dist/MIME-Types/ChangeLog
2011-08-22 16:31:01 +00:00
Philippe Audeoud
354b25a277 - Cleaning MD5 in perl@'s ports
Approved by:	erwin@ (portmgr)
2011-05-17 11:14:02 +00:00
Philip M. Gollucci
5a1d4214d2 - Update to 1.31
PR:             ports/150850
Submitted by:   Frederic Culot <frederic@culot.org>
With Hat:       perl@
Changes:        http://search.cpan.org/dist/MIME-Types/Changes
2010-09-23 19:23:56 +00:00
Sergey Skvortsov
6f46c75fa7 - Update to 1.30
- Change MAINTAINER to perl@

Changes:	http://search.cpan.org/src/MARKOV/MIME-Types-1.30/ChangeLog
2010-07-08 15:59:28 +00:00
Sergey Skvortsov
ba012becc0 Update to 1.29
Changes:	http://cpansearch.perl.org/src/MARKOV/MIME-Types-1.29/ChangeLog
PR:		ports/145345
Submitted by:	max
2010-04-05 10:36:54 +00:00
Sergey Skvortsov
a5c69dd055 Update to 1.28
Changes:	http://cpansearch.perl.org/src/MARKOV/MIME-Types-1.28/ChangeLog
Feature safe:	yes
2009-09-18 09:49:03 +00:00
Sergey Skvortsov
abe34fe6de Update to 1.27
Changes:	http://cpansearch.perl.org/src/MARKOV/MIME-Types-1.27/ChangeLog
2009-02-23 14:52:30 +00:00
Sergey Skvortsov
4b4902e77b Update to 1.26
Changes:	http://cpansearch.perl.org/src/MARKOV/MIME-Types-1.27/ChangeLog
PR:		ports/131395
Submitted by:	pgollucci
2009-02-14 21:39:14 +00:00
Sergey Skvortsov
64406f240d Update to 1.25
Changes:	http://search.cpan.org/src/MARKOV/MIME-Types-1.25/ChangeLog
2008-12-10 14:58:06 +00:00
Sergey Skvortsov
bd5626a621 Update to 1.24
PR:		ports/124368
Submitted by:	leeym
Changes:	http://search.cpan.org/src/MARKOV/MIME-Types-1.24/ChangeLog
2008-06-07 14:34:06 +00:00
Marcelo Araujo
4aaab89f57 - 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)
2008-04-17 14:30:31 +00:00
Sergey Skvortsov
41c8718f1e Update to 1.23
Changes:	http://search.cpan.org/src/MARKOV/MIME-Types-1.23/ChangeLog
2007-12-21 11:57:26 +00:00
Sergey Skvortsov
3d48274128 Update to 1.21
Changes:	http://search.cpan.org/src/MARKOV/MIME-Types-1.21/ChangeLog
2007-09-27 14:28:34 +00:00
Sergey Skvortsov
d7d327097b Update to 1.20
Changes:	http://search.cpan.org/src/MARKOV/MIME-Types-1.20/ChangeLog
PR:		ports/113758
Submitted by:	Nils Vogels <nivo+kw+ports.bfa274 xxx is-root.com>
2007-07-27 05:22:53 +00:00
Sergey Skvortsov
83bc4dc006 Update to 1.19 2007-05-27 19:13:20 +00:00
Sergey Skvortsov
851d269fb6 Update to 1.18
Changes:	http://search.cpan.org/src/MARKOV/MIME-Types-1.18/ChangeLog
2006-11-20 07:30:32 +00:00
Sergey Skvortsov
0ad67f2bde Update to 1.17
PR:		ports/101984
Submitted by:   Gea-Suan Lin <gslin xx gslin.org>
2006-09-03 20:34:02 +00:00