/audio/protracker/

ent type='text'>

Cosmetic change 2019-05-19T21:53:21+00:00 Sunpoet Po-Chuan Hsieh sunpoet@FreeBSD.org 2019-05-19T21:53:21+00:00 7e5fc2c97c6868fd3a1494ad839ffdbc0599c406

Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except 2018-10-06T13:06:42+00:00 Dag-Erling Smørgrav des@FreeBSD.org 2018-10-06T13:06:42+00:00 9dff3523203bdda7ae358dcff3eb5a5ef3e54d33 for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw)
for where it resulted in a change in output from build-depends-list or
run-depends-list.

Approved by:	portmgr (adamw)
Fix license information for portgs that use "the same license as Perl". 2017-09-15T08:58:46+00:00 Mathieu Arnold mat@FreeBSD.org 2017-09-15T08:58:46+00:00 cb41fc662313ab27e3a613a60d4b23ce1729fe98 Sponsored by: Absolight
Sponsored by:	Absolight
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c. 2016-04-01T13:29:15+00:00 Mathieu Arnold mat@FreeBSD.org 2016-04-01T13:29:15+00:00 7f4572eae4327c4403d9ef714cb6de917650662a With hat: portmgr Sponsored by: Absolight
With hat:	portmgr
Sponsored by:	Absolight
- Add LICENSE 2015-09-17T17:10:21+00:00 Sunpoet Po-Chuan Hsieh sunpoet@FreeBSD.org 2015-09-17T17:10:21+00:00 16825ef9234a452272e25aab55030f871b7b6442 - Add NO_ARCH
- Add NO_ARCH
Change the way Perl modules are installed, update the default Perl to 5.18. 2014-11-26T13:08:24+00:00 Mathieu Arnold mat@FreeBSD.org 2014-11-26T13:08:24+00:00 eee58d187e2c55fca6f53b9e482d33cf5346fe81 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