Commit graph

16 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
f0802b9f25 - Update to 0.004001
Changes:	http://search.cpan.org/dist/DBIx-Class-Candy/Changes
2015-07-02 17:38:57 +00:00
Sunpoet Po-Chuan Hsieh
2e8f043d2b - Update to 0.004000
- Use := for RUN_DEPENDS
- Add NO_ARCH

Changes:	http://search.cpan.org/dist/DBIx-Class-Candy/Changes
2015-06-06 18:09:12 +00:00
Sunpoet Po-Chuan Hsieh
057baf6ae4 - Update to 0.003001
- Add LICENSE
- Sort *_DEPENDS

Changes:	http://search.cpan.org/dist/DBIx-Class-Candy/Changes
2015-04-17 19:58:59 +00:00
Adam Weinberger
9e00ce3f62 Some OCD cleanups on some of the perl@ ports.
- Remove dependencies in core
- Put testing depends in TEST_DEPENDS
- Remove unnecessary bsd.port.options.mk inclusions
- Remove checks for Perl versions that no longer exist in the ports tree
- Sort plists, some of which were so jumbled that I have to assume
  the plist was randomized before committing

A lot of the plist changes in this commit are moving PERL5_MAN3 after
SITE_PERL. It's repo churn now, but it makes updating the ports later
far easier.
2015-03-12 23:00:02 +00:00
Wen Heping
f23e396a16 - Update to 0.002107
Changes: http://cpansearch.perl.org/src/FREW/DBIx-Class-Candy-0.002107/Changes
2014-12-07 07:42:56 +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
Baptiste Daroussin
3edc030b9f Cleanup plist 2014-10-20 10:41:12 +00:00
Philippe Audeoud
ebfb110350 - Update to 0.002105 2014-05-16 14:11:33 +00:00
Vanilla I. Shu
2bf8c2e6f0 Support STAGEDIR. 2013-11-03 06:53:54 +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
Mathieu Arnold
4819ca343b - Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
2013-08-02 18:52:07 +00:00
Anton Berezin
b9565b66d3 Update to 0.002104.
Changes:	http://search.cpan.org/dist/DBIx-Class-Candy/Changes
2013-05-14 09:29:12 +00:00
Anton Berezin
527f8681bb Update to 0.002103.
Changes:	http://search.cpan.org/dist/DBIx-Class-Candy/Changes
2013-01-21 09:15:26 +00:00
Wen Heping
0a479b69d1 - Update to 0.002102
Changes: http://cpansearch.perl.org/src/FREW/DBIx-Class-Candy-0.002102/Changes
- Trim Makefile headers
- Reset maintainer to perl@
2012-12-22 13:05:25 +00:00
Steve Wills
7b09509d31 - Update to 0.002101
PR:		ports/171054
Approved by:	web heping <wenheping@gmail.com> (maintainer)
2012-08-26 00:09:34 +00:00
Wen Heping
08ef42c655 DBIx::Class::Candy is a simple sugar layer for definition of DBIx::Class
results. Note that it may later be expanded to add sugar for more
DBIx::Class related things.

WWW: http://search.cpan.org/dist/DBIx-Class-Candy/
2012-06-14 01:27:50 +00:00