/audio/mp3encode/

ac461b7729b783ca5a0f5e46461ddac07173 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
Support STAGEDIR. 2013-11-03T06:53:54+00:00 vanilla vanilla@FreeBSD.org 2013-11-03T06:53:54+00:00 31601bee64524e5180224d316be00466b026fbcb

Add NO_STAGE all over the place in preparation for the staging support (cat: databases) 2013-09-20T16:13:47+00:00 bapt bapt@FreeBSD.org 2013-09-20T16:13:47+00:00 94d8a4430550bbc2a7bf95ad142ad7d14215cf8b

- 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.
Update to 2.05. 2013-02-21T21:32:38+00:00 tobez tobez@FreeBSD.org 2013-02-21T21:32:38+00:00 faa571d0c0da5fc698325cb610ee05be211ddd97 Changes: http://search.cpan.org/dist/MLDBM/Changes
Changes:	http://search.cpan.org/dist/MLDBM/Changes
- Remove SITE_PERL from *_DEPENDS 2012-06-03T19:44:26+00:00 az az@FreeBSD.org 2012-06-03T19:44:26+00:00 2f8ba43cb367fdd87f57e2b1c5acb4f65dde30ea

At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450 2012-01-21T17:40:15+00:00 eadler eadler@FreeBSD.org 2012-01-21T17:40:15+00:00 e9db6e5787c03eac4b5310b1b5abeee5eea88e8c ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr