Commit graph

96 commits

Author SHA1 Message Date
Adam Weinberger
34ed372f38 Start removing MASTER_SITE_SUBDIR=CPAN:username where possible. The
downside to having this set is that portscout cannot find new releases
when the username changes (which happens often in large projects with
multiple maintainers).
2015-06-24 15:16:23 +00:00
Sunpoet Po-Chuan Hsieh
4659d1ce30 - Update to 0.082820
Changes:	http://search.cpan.org/dist/DBIx-Class/Changes
2015-03-21 19:39:32 +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
Sunpoet Po-Chuan Hsieh
a8f46ef472 - Add PORTSCOUT 2015-03-05 17:27:57 +00:00
Wen Heping
bc13faca44 - Update to 0.082810
Changes: http://search.cpan.org/src/RIBASUSHI/DBIx-Class-0.082810/Changes
- Update DEPENDS
2014-12-07 04:09:31 +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
Sunpoet Po-Chuan Hsieh
44b94b5435 - Update to 0.08270
- Add LICENSE
- Add more TEST_DEPENDS

Changes:	http://search.cpan.org/dist/DBIx-Class/Changes
2014-02-16 10:37:04 +00:00
Baptiste Daroussin
56843f344a Reduce over inclusion of bsd.port.mk 2014-01-15 23:43:52 +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
5ecbf1f744 Update to 0.08250.
Changes:	http://search.cpan.org/dist/DBIx-Class/Changes
2013-04-30 10:04:34 +00:00
Anton Berezin
c3b583022e Update to 0.08209.
Changes:	http://search.cpan.org/dist/DBIx-Class/Changes
2013-03-01 14:10:21 +00:00
Anton Berezin
2c822cb0f8 Update to 0.08208.
Changes:	http://search.cpan.org/dist/DBIx-Class/Changes
2013-02-20 11:12:25 +00:00
Anton Berezin
40331d515b Update to 0.08206.
Changes:	http://search.cpan.org/dist/DBIx-Class/Changes
2013-02-11 20:17:57 +00:00
Anton Berezin
20e79ad852 Update to 0.08205.
Changes: http://search.cpan.org/dist/DBIx-Class/Changes
2013-01-24 10:37:30 +00:00
Andrej Zverev
ceb9a290db Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
2012-12-17 09:38:59 +00:00
Wen Heping
1a48effe72 - Update to 0.08204
Changes: http://cpansearch.perl.org/src/GETTY/DBIx-Class-0.08204/Changes
- Trim Makefile headers

Feature safe:	yes
2012-11-15 07:39:47 +00:00
Sunpoet Po-Chuan Hsieh
b3731c8bb6 - Update to 0.08198
- Pet portlint

Changes:	http://search.cpan.org/dist/DBIx-Class/Changes
2012-07-11 19:01:27 +00:00
Baptiste Daroussin
0cb47f7753 Convert to new options framework 2012-05-31 11:19:32 +00:00
Philip M. Gollucci
b59621d3ae - Revert ports/165605 as requested by portmgr@
Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.

PR:             ports/165605
Approved by:    portmgr (bapt)
Feature safe:   yes (I sure hope so)
2012-03-13 16:15:36 +00:00
Philip M. Gollucci
2cf4c1e2c8 - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
  RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}

PR:             ports/165605
Submitted by:   pgollucci (myself)
Approved by:    portmgr (linimon)
Exp Run by:     linimon
Tested by:      make index
2012-03-08 18:45:38 +00:00
Sunpoet Po-Chuan Hsieh
e0d23de03e - Update to 0.08196
- Add BUILD_DEPENDS
- Sort TEST_DEPENDS
- Add a blank line between {BUILD|RUN}_DEPENDS and TEST_DEPENDS

Changes:	http://search.cpan.org/dist/DBIx-Class/Changes
Feature safe:	yes
2011-11-30 12:18:25 +00:00
Sunpoet Po-Chuan Hsieh
00ca886ed4 - Change PERL_CONFIGURE to "yes" for all values between 5.8.1+ and 5.8.9+
Suggested by:	az
With hat:	perl
2011-09-17 07:06:45 +00:00
Sunpoet Po-Chuan Hsieh
6b89a47687 - Update to 0.08195
Changes:	http://search.cpan.org/dist/DBIx-Class/Changes
2011-07-31 06:43:15 +00:00
Sunpoet Po-Chuan Hsieh
98bc05a5ff - Update to 0.08194
- Sort MAN3

Changes:	http://search.cpan.org/dist/DBIx-Class/Changes
2011-07-25 02:38:07 +00:00
Steve Wills
043655fee5 - Add missing dependencies
- Remove no longer needed dependencies
- Add build dependencies to match run dependencies to silence build warnings
- Add many missing test dependencies
- Convert to using CPAN:ID macro
2011-05-20 00:20:10 +00:00
Martin Wilke
e7d218322a - Update to 0.08127
PR:		154622
Submitted by:	Jonathan Chu <milki@rescomp.berkeley.edu>
2011-02-12 04:59:01 +00:00
Mathieu Arnold
af955ce271 Update to 0.08126
Changes: http://search.cpan.org/dist/DBIx-Class/Changes
2010-12-30 15:32:05 +00:00
Baptiste Daroussin
c8e68781af - update to 0.08124
- changes: http://cpansearch.perl.org/src/FREW/DBIx-Class-0.08124/Changes
2010-10-30 21:31:38 +00:00
Philip M. Gollucci
6564a2589c - only 13% of the p5- ports embed @comment $FreeBSD$:
so standarize and remove it

With Hat:   perl@
2010-09-24 02:03:44 +00:00
Andrej Zverev
b6902c4503 Fix dependencies 2010-06-18 09:50:46 +00:00
Anton Berezin
922b3e09dc Update to 0.08123.
Changes:	http://search.cpan.org/dist/DBIx-Class/Changes
2010-06-14 11:46:28 +00:00
Philip M. Gollucci
7488c00674 - DBD::SQLite is a 'test' only depends.
Reported by:    az@
2010-06-10 07:41:06 +00:00
Philip M. Gollucci
6de513c5b2 - Fix Depends
- add TEST_DEPENDS
- cleanup makefile
2010-06-10 01:39:36 +00:00
Andrej Zverev
e7aab69975 Update to 0.08122
Changes: http://search.cpan.org/dist/DBIx-Class/Changes
2010-06-08 05:57:51 +00:00
Sergey Skvortsov
79f2f3924e Fix dependencies. 2010-05-13 11:13:10 +00:00
Andrej Zverev
0cbb89ba9d Update to 0.08121
Changes:	http://search.cpan.org/dist/DBIx-Class/Changes
2010-05-06 06:23:00 +00:00
Anton Berezin
d1de8181db Update to 0.08120.
Changes:	http://search.cpan.org/dist/DBIx-Class/Changes
Feature safe:	yes
2010-03-01 10:34:46 +00:00
Anton Berezin
34c8955bb6 Update to 0.08119.
Changes:	http://search.cpan.org/dist/DBIx-Class/Changes
2010-02-15 16:15:35 +00:00
Anton Berezin
1671c20d77 Update to 0.08118.
Changes:	http://search.cpan.org/dist/DBIx-Class/Changes
2010-02-08 15:13:00 +00:00
Anton Berezin
a210de9452 Update to 0.08117.
Changes:	http://search.cpan.org/dist/DBIx-Class/Changes
2010-02-06 00:36:23 +00:00
Wen Heping
fee15bfa7a - Update to 0.08115 2009-12-11 13:11:40 +00:00
Wen Heping
83853e5c93 - Add missing dependence
PR:		ports/140846
Submitted by:	Christopher Key <cjk32@cam.ac.uk>
2009-11-25 06:00:17 +00:00
Mathieu Arnold
f4a0d8e295 Update to 0.08114 2009-11-23 13:50:56 +00:00
Anton Berezin
2218900897 Update to 0.08112.
Changes:	http://search.cpan.org/dist/DBIx-Class/Changes
Feature safe:	yes
2009-09-21 14:13:55 +00:00
Andrej Zverev
364be5e8c7 Update to version 0.08111
Changelog: http://cpansearch.perl.org/src/RIBASUSHI/DBIx-Class-0.08111/Changes
2009-09-09 06:35:28 +00:00
Andrej Zverev
2d78565d63 - Remove databases/p5-DBD-SQLite as dependency, since it only required for testing.
- bump portrevision
2009-09-04 10:11:22 +00:00
Anton Berezin
d7d5e3d03c Update to 0.08109.
Changes: http://search.cpan.org/dist/DBIx-Class/Changes
2009-08-19 10:10:25 +00:00