Commit graph

13 commits

Author SHA1 Message Date
Frederic Culot
f74bdd55d2 - Update to 1.14
Changes:	http://search.cpan.org/dist/JavaScript-Minifier/Changes
2015-04-24 13:46:21 +00:00
Frederic Culot
837d0e8951 - Update to 1.13
Changes:	http://search.cpan.org/dist/JavaScript-Minifier/Changes
2015-03-20 08:01:40 +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
4996c92a05 - Update to 1.12
Changes:	http://search.cpan.org/dist/JavaScript-Minifier/Changes
2014-10-17 14:09:33 +00:00
Frederic Culot
af3dcea92a - Update to 1.11
Changes:	http://search.cpan.org/dist/JavaScript-Minifier/Changes
2014-02-07 10:19:59 +00:00
Sunpoet Po-Chuan Hsieh
eda6b53a8a - Update to 1.08
- Update LICENSE

Changes:	http://search.cpan.org/dist/JavaScript-Minifier/Changes
2014-01-23 03:28:04 +00:00
Sunpoet Po-Chuan Hsieh
a7165eff4f - Update to 1.06
- Update LICENSE

Changes:	http://search.cpan.org/dist/JavaScript-Minifier/Changes
2014-01-20 17:03:27 +00:00
Vanilla I. Shu
fb2d5da4eb Support STAGEDIR. 2013-11-07 03:52:41 +00:00
Baptiste Daroussin
0068f2d47f Add NO_STAGE all over the place in preparation for the staging support (cat: textproc) 2013-09-20 23:17:30 +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
Sunpoet Po-Chuan Hsieh
74531d274b - Add LICENSE
- Cleanup Makefile header
- Use single space after WWW:
2013-04-26 03:08:36 +00:00
Emanuel Haupt
33fcf400f8 End WWW CPAN URL with a "/" 2011-12-28 08:20:20 +00:00
Steve Wills
0294c37226 Strip whitespace and comments from JavaScript code
WWW:	http://search.cpan.org/dist/JavaScript-Minifier

PR:		ports/159632
Submitted by:	Kurt Lidl <kurt.lidl@cello.com>
2011-08-13 22:32:54 +00:00