SHA256 (kripp-0.6.1.tar.gz) = d9109f90c943f3dad9cc4dd96265f52164a54bcf21fa430a94d5e2f3db63ad40 SIZE (kripp-0.6.1.tar.gz) = 11179 every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except 2018-10-06T13:06:42+00:00 des des@FreeBSD.org 2018-10-06T13:06:42+00:00 091caf4661b26a5f70d9b8e0409821418f5afdbb 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)
Add LICENSE 2018-06-04T18:05:07+00:00 sunpoet sunpoet@FreeBSD.org 2018-06-04T18:05:07+00:00 5c8b5c1db98f3ba54660f642da53f06104368458 - Fix and update WWW
- Fix and update WWW
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g. 2016-04-01T14:00:51+00:00 mat mat@FreeBSD.org 2016-04-01T14:00:51+00:00 148314483d3098c0d6a33944f1190842e671502f 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
Cleanup plist 2014-10-27T10:55:56+00:00 bapt bapt@FreeBSD.org 2014-10-27T10:55:56+00:00 f1ff8b62dabefdc28a84cc859e497155561b775f

Support STAGEDIR. 2013-10-31T06:20:32+00:00 vanilla vanilla@FreeBSD.org 2013-10-31T06:20:32+00:00 2152d22168b949a406dec8e48f4ab041d64d4232

Add NO_STAGE all over the place in preparation for the staging support (cat: devel part 3) 2013-09-20T17:13:42+00:00 bapt bapt@FreeBSD.org 2013-09-20T17:13:42+00:00 3ff0383d3a2fb21cdb1e80822419f4aac7fd522f

- Convert to new perl framework 2013-08-02T18:52:07+00:00 mat mat@FreeBSD.org 2013-08-02T18:52:07+00:00 f47f83f9c8923b3b0f740482331aab0d0aa669e9 - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default.
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.