/irc/ircII/files/

mat mat@FreeBSD.org 2017-09-15T08:58:46+00:00 407f6fae593d4b4fcc69334b1031155412f34b91 Sponsored by: Absolight
Sponsored by:	Absolight
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z. 2016-04-01T14:33:55+00:00 mat mat@FreeBSD.org 2016-04-01T14:33:55+00:00 6126a9c5a826afdbe6ebfd5bf6d02c6e2be2a700 With hat: portmgr Sponsored by: Absolight
With hat:	portmgr
Sponsored by:	Absolight
Change my non-FreeBSD MAINTAINER mail to bofh@ 2014-12-24T00:14:11+00:00 bofh bofh@FreeBSD.org 2014-12-24T00:14:11+00:00 613151e2837e8095a37e3a001957da0fda0235ef Approved by: bapt
Approved by:	bapt
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
- Add LICENSE 2014-04-06T05:48:04+00:00 sunpoet sunpoet@FreeBSD.org 2014-04-06T05:48:04+00:00 734ef29fc1592f86c64543a461116c1e7e91b38b - Pass maintainership to submitter - While I'm here, sort *_DEPENDS PR: 188113 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
- Pass maintainership to submitter
- While I'm here, sort *_DEPENDS

PR:		188113
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
Support STAGEDIR. 2013-11-07T16:38:13+00:00 vanilla vanilla@FreeBSD.org 2013-11-07T16:38:13+00:00 2f48da2df0b2960b44204f4f2361c2427e1d2d1a

Add NO_STAGE all over the place in preparation for the staging support (cat: www) 2013-09-20T23:36:50+00:00 bapt bapt@FreeBSD.org 2013-09-20T23:36:50+00:00 e598d34341b62529b9ef63db27d571f9bcb8c766

- Convert to new perl framework 2013-08-02T21:38:09+00:00 mat mat@FreeBSD.org 2013-08-02T21:38:09+00:00 2705230b44322223d2223a1efa852bd2986be440 - Trim Makefile header
- Trim Makefile header
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