MD5 (apache2/httpd-2.0.63.tar.bz2) = c7924ebe95f9f66c9f80c0f9d4012152 SHA256 (apache2/httpd-2.0.63.tar.bz2) = bbe879d82f347a6082a1fe11a94ea1e5d4c2c8ecfe1fbec9c514a9a7b82eba7a SIZE (apache2/httpd-2.0.63.tar.bz2) = 4587670 MD5 (apache2/powerlogo.gif) = 0f106073b3c7844cf22d4df126b27c62 SHA256 (apache2/powerlogo.gif) = 0144675a80761b9660bdb652d331d9ba3bebdff89c0fa35a56aa463662a53254 SIZE (apache2/powerlogo.gif) = 5279 .org/~lantw44/cgit/cgit.cgi/freebsd-ports-gnome/commit/?id=c60c1d09235abbfd733e901b1872b86adc82027c'/> c60c1d09235abbfd733e901b1872b86adc82027c 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
- support STAGEDIR 2013-11-03T08:05:18+00:00 az az@FreeBSD.org 2013-11-03T08:05:18+00:00 ee8f52de5cb5abe05084e8eeed84fcfad1fffa51

Add NO_STAGE all over the place in preparation for the staging support (cat: news) 2013-09-20T22:31:15+00:00 bapt bapt@FreeBSD.org 2013-09-20T22:31:15+00:00 93bc1929f67e6ebd1f07b8ea98a4360ba47ff3eb

- Convert to new perl framework 2013-07-31T11:56:17+00:00 az az@FreeBSD.org 2013-07-31T11:56:17+00:00 bdf441a301bf87d593e86acea1f474e6232479c1 - Trim Makefile header
- Trim Makefile header
- switch simple inline replacement from perl to sed 2013-07-26T10:46:37+00:00 az az@FreeBSD.org 2013-07-26T10:46:37+00:00 425a912423003f8cf48eb9dc516a4d77b8a20cf2 and remove where is no need in this anymore. - trim Makefile header Approved by: bapt@ (portmrg@)
  and remove where is no need in this anymore.
- trim Makefile header

Approved by:  bapt@ (portmrg@)
Update to 1.11 2013-04-18T14:28:13+00:00 eadler eadler@FreeBSD.org 2013-04-18T14:28:13+00:00 10e5dd636ed41d0393fb2a567213fb5370aa474c Feature safe: yes
Feature safe:	yes
- Remove SITE_PERL from *_DEPENDS 2012-06-04T06:17:03+00:00 az az@FreeBSD.org 2012-06-04T06:17:03+00:00 9e83f9f0f8eaec7073d853de2861d62ce189c650 - Reassign maintainership from ports@ to perl@
- Reassign maintainership from ports@ to perl@