MD5 (libmpeg3-1.8-src.tar.bz2) = a9d0d34e8941a4437eb8e7dfe559eca1 SHA256 (libmpeg3-1.8-src.tar.bz2) = 656f50bef752463af06c6b131f67efef30a34978499e1fdee30e97cac1dea3c4 SIZE (libmpeg3-1.8-src.tar.bz2) = 2452350 amdmi3 amdmi3@FreeBSD.org 2016-05-19T10:21:23+00:00 e127cf2f03a87283f703b70f81a3e1891e56e7f5 Approved by: portmgr blanket
Approved by:	portmgr blanket
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g. 2016-04-01T14:00:51+00:00 mat mat@FreeBSD.org 2016-04-01T14:00:51+00:00 148314483d3098c0d6a33944f1190842e671502f With hat: portmgr Sponsored by: Absolight
With hat:	portmgr
Sponsored by:	Absolight
Change the way Perl modules are installed, update the default Perl to 5.18. 2014-11-26T13:08:24+00:00 mat mat@FreeBSD.org 2014-11-26T13:08:24+00:00 9debac461b7729b783ca5a0f5e46461ddac07173 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
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
Cleanup plist 2014-10-27T12:13:22+00:00 bapt bapt@FreeBSD.org 2014-10-27T12:13:22+00:00 320f6fababfe24806917f1d18d497ec8b4aee077

Remove more PORTDOCS, and another DOCS->EXAMPLES. 2014-07-03T21:57:31+00:00 adamw adamw@FreeBSD.org 2014-07-03T21:57:31+00:00 563975c1b3ff6f794c5f734e1e4a41ca7c8c2efb

Support STAGEDIR. 2013-11-03T07:46:27+00:00 vanilla vanilla@FreeBSD.org 2013-11-03T07:46:27+00:00 63a42ccd59b336bc2a54c131c29c27f5d12ae489

Add NO_STAGE all over the place in preparation for the staging support (cat: dns) 2013-09-20T16:31:57+00:00 bapt bapt@FreeBSD.org 2013-09-20T16:31:57+00:00 494950afdf4815f0afc9b468c1efa5e1f7e70467

- Convert to new perl framework 2013-08-02T18:52:07+00:00 mat mat@FreeBSD.org 2013-08-02T18:52:07+00:00 f47f83f9c8923b3b0f740482331aab0d0aa669e9 - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default.
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.