Commit graph

18 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
cac15a8201 - Fix *_DEPENDS: parent 0.225+ is already in all supported Perl releases
- Bump PORTREVISION for dependency change

With hat:	perl
2015-01-07 19:18:24 +00:00
Mathieu Arnold
eee58d187e Change the way Perl modules are installed, update the default Perl to 5.18.
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
2014-11-26 13:08:24 +00:00
Jun Kuriyama
5f576e4ea2 - Upgrade to 0.002212. 2014-11-20 06:00:46 +00:00
Jun Kuriyama
b9d8e8d3eb - Upgrade to 0.002209. 2014-01-12 02:34:26 +00:00
Jun Kuriyama
330423ca96 - Upgrade to 0.002208. 2013-10-27 07:48:26 +00:00
Baptiste Daroussin
36117d7097 Add NO_STAGE all over the place in preparation for the staging support (cat: databases) 2013-09-20 16:13:47 +00:00
Andrej Zverev
1a612a3da1 - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-10 12:14:21 +00:00
Jun Kuriyama
a930a2f86b - Upgrade to 0.002206. 2013-05-20 22:45:55 +00:00
Jun Kuriyama
86e8ef21c6 - Upgrade to 0.002205. 2013-03-03 10:14:17 +00:00
Jun Kuriyama
13d177cb1e - Upgrade to 0.002204. 2013-01-14 11:03:34 +00:00
Jun Kuriyama
3c835187db - Upgrade to 0.002202. 2012-09-13 13:43:23 +00:00
Jun Kuriyama
6baa110b8d - Upgrade to 0.002201. 2012-08-22 14:54:09 +00:00
Jun Kuriyama
4d2ef2d446 - Upgrade to 0.002115. 2012-07-22 10:47:25 +00:00
Steve Wills
63d09c9c9b - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:		ports/168208
Approved by:	portmgr (miwi)
2012-06-10 18:42:48 +00:00
Jun Kuriyama
403efe08e0 - Upgrade to 0.002114. 2012-06-02 09:44:54 +00:00
Jun Kuriyama
8ce26c234c - Upgrade to 0.002110.
Feature safe:	yes
2012-03-17 00:58:49 +00:00
Jun Kuriyama
51cc5f765c - Upgrade to 002100.
Submitted by:	swills
PR:	  	ports/165537
Feature safe:	yes
2012-03-11 05:28:19 +00:00
Jun Kuriyama
08e97ed27f DBIx::Class::DeploymentHandler is, as its name suggests, a tool for
deploying and upgrading databases with DBIx::Class.  It is designed to
be much more flexible than DBIx::Class::Schema::Versioned, hence the
use of Moose and lots of roles.

WWW: http://search.cpan.org/dist/DBIx-Class-DeploymentHandler/
2011-12-28 02:44:51 +00:00