/x11-fm/FSViewer/

-mgmt/p5-FreeBSD-Pkgs: Does not support pkgng 2015-01-06 ports-mgmt/p5-App-Pm2Port: Does not know about USES=perl, generates incorrect pkg-plist 2015-01-06 ports-mgmt/bpkg: Does not support pkgng
2015-01-06 ports-mgmt/portcheckout: Uses ports cvs repo, which is long gone
2015-01-06 ports-mgmt/pkg_trackinst: Does not support pkgng, generates incorrect pkg-plist
2015-01-06 ports-mgmt/pkg_remove: Does not support pkgng
2015-01-06 ports-mgmt/pkg-orphan: Does not support pkgng
2015-01-06 ports-mgmt/p5-FreeBSD-Pkgs-FindUpdates: Depends on ports-mgmt/p5-FreeBSD-Pkgs
2015-01-06 ports-mgmt/p5-FreeBSD-Pkgs: Does not support pkgng
2015-01-06 ports-mgmt/p5-App-Pm2Port: Does not know about USES=perl, generates incorrect pkg-plist
2015-01-06 ports-mgmt/bpkg: Does not support pkgng
- Deprecate ports and set expiration date to 2015-01-06: 2014-12-06T20:38:44+00:00 ak ak@FreeBSD.org 2014-12-06T20:38:44+00:00 86e014b128c9b4f280fcd369f60afb9155ec6d2c ports-mgmt/bpkg: Does not support pkgng ports-mgmt/p5-App-Pm2Port: Does not know about USES=perl, generates incorrect pkg-plist ports-mgmt/p5-FreeBSD-Pkgs: Does not support pkgng ports-mgmt/p5-FreeBSD-Pkgs-FindUpdates: Depends on ports-mgmt/p5-FreeBSD-Pkgs ports-mgmt/pkg-orphan: Does not support pkgng ports-mgmt/pkg_remove: Does not support pkgng ports-mgmt/pkg_trackinst: Does not support pkgng, generates incorrect pkg-plist ports-mgmt/portcheckout: Uses ports cvs repo, which is long gone
ports-mgmt/bpkg: Does not support pkgng
ports-mgmt/p5-App-Pm2Port: Does not know about USES=perl, generates incorrect pkg-plist
ports-mgmt/p5-FreeBSD-Pkgs: Does not support pkgng
ports-mgmt/p5-FreeBSD-Pkgs-FindUpdates: Depends on ports-mgmt/p5-FreeBSD-Pkgs
ports-mgmt/pkg-orphan: Does not support pkgng
ports-mgmt/pkg_remove: Does not support pkgng
ports-mgmt/pkg_trackinst: Does not support pkgng, generates incorrect pkg-plist
ports-mgmt/portcheckout: Uses ports cvs repo, which is long gone
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 stage support 2014-01-06T14:40:31+00:00 az az@FreeBSD.org 2014-01-06T14:40:31+00:00 b079a0f070d0d58176ea88bdfc8553c9a7b12e32 Approved by: portmgr (blanket infrastructure)
Approved by:	portmgr (blanket infrastructure)
Add NO_STAGE all over the place in preparation for the staging support (cat: ports-mgmt) 2013-09-20T22:36:49+00:00 bapt bapt@FreeBSD.org 2013-09-20T22:36:49+00:00 cbee5eb19f280eff9c4086b3ca433aee1b375672

- convert to the new perl5 framework 2013-09-06T17:55:21+00:00 az az@FreeBSD.org 2013-09-06T17:55:21+00:00 3a670fd576d40ac28d44b8bd43bc2ea54e917cd8 Approved by: portmgr (bapt@, blanket)
Approved by:	portmgr (bapt@, blanket)
- Update to 0.3.0 2012-06-03T09:55:03+00:00 sunpoet sunpoet@FreeBSD.org 2012-06-03T09:55:03+00:00 2a8995b6c6bc0c77e4cfa3e858011bb0296f3856 - Add BUILD_DEPENDS - Sort *_DEPENDS Changes: http://search.cpan.org/dist/FreeBSD-Pkgs-FindUpdates/Changes PR: ports/168585 Submitted by: sunpoet (myself) Approved by: Zane C. B-H. <vvelox@vvelox.net> (maintainer)
- Add BUILD_DEPENDS
- Sort *_DEPENDS

Changes:	http://search.cpan.org/dist/FreeBSD-Pkgs-FindUpdates/Changes
PR:		ports/168585
Submitted by:	sunpoet (myself)
Approved by:	Zane C. B-H. <vvelox@vvelox.net> (maintainer)