/editors/apel-mule/

r> 2016-04-01T13:29:15+00:00 96cd8e4bc2d30db4bc3bbbf3fcdcc98121c879e0 With hat: portmgr Sponsored by: Absolight
With hat:	portmgr
Sponsored by:	Absolight
Fixes to r399104. Don't use hard coded /usr/local in patch files, and 2015-10-11T21:51:28+00:00 flo flo@FreeBSD.org 2015-10-11T21:51:28+00:00 27890a8f4718099427df43db1f42f9f424d56f00 replace the correct variables. Pointy hat to: flo
replace the correct variables.

Pointy hat to:	flo
Update wbxml2 to 0.11.2 2015-10-11T21:34:11+00:00 flo flo@FreeBSD.org 2015-10-11T21:34:11+00:00 902fec17484169eb35826e18a77a87b38b8586c0 PR: 203551 Submitted by: Martin Waschbuesch <martin@waschbuesch.de>
PR:		203551
Submitted by:	Martin Waschbuesch <martin@waschbuesch.de>
After r390893, chmod u+w/u-w for stripping perl XS modules is unnecessary, 2015-06-29T15:47:44+00:00 adamw adamw@FreeBSD.org 2015-06-29T15:47:44+00:00 e7fc5f1c94dfecb3142340a33be0d452c8201cfe and in fact now leads to incorrect permissions. Remove all instances of it from perl@ ports.
and in fact now leads to incorrect permissions.

Remove all instances of it from perl@ ports.
- Update to 0.09 2015-05-24T00:04:50+00:00 sunpoet sunpoet@FreeBSD.org 2015-05-24T00:04:50+00:00 413da418d147db941ffe4b832db2ae1ee06398a1 Changes: http://search.cpan.org/dist/XML-WBXML/Changes
Changes:	http://search.cpan.org/dist/XML-WBXML/Changes
- Update to 0.08 2015-05-22T17:34:52+00:00 sunpoet sunpoet@FreeBSD.org 2015-05-22T17:34:52+00:00 76925c0db758f2cf8983429e8087f69e8a4a1d81 - Add LICENSE - Update patch file to respect LOCALBASE Changes: http://search.cpan.org/dist/XML-WBXML/Changes
- Add LICENSE
- Update patch file to respect LOCALBASE

Changes:	http://search.cpan.org/dist/XML-WBXML/Changes
Reassign converters/ perl modules to perl@. 2015-05-09T16:16:23+00:00 adamw adamw@FreeBSD.org 2015-05-09T16:16:23+00:00 e27c16e6b5af33c80e6fa852208c39a2bd973279 Also: - Sort plists - Fix p5-Convert-BER's bizarre pkg-descr - p5-Unicode-Map8 fails make test (and did so before) - p5-XML-WBXML fails make test (and did so before)
Also:
- Sort plists
- Fix p5-Convert-BER's bizarre pkg-descr
- p5-Unicode-Map8 fails make test (and did so before)
- p5-XML-WBXML fails make test (and did so before)
- Strip library 2015-03-13T13:26:06+00:00 amdmi3 amdmi3@FreeBSD.org 2015-03-13T13:26:06+00:00 779157c8ed6c845affc052f3dea461d028c91356

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