Commit graph

89 commits

Author SHA1 Message Date
Dag-Erling Smørgrav
29021410b1 Upgrade to 0.07049. 2018-03-31 21:34:34 +00:00
Mathieu Arnold
cb41fc6623 Fix license information for portgs that use "the same license as Perl".
Sponsored by:	Absolight
2017-09-15 08:58:46 +00:00
Sunpoet Po-Chuan Hsieh
687d3b48bf Remove outdated PERL_LEVEL check
- While I'm here, move *_DEPENDS together

With hat:	perl
2017-06-05 23:24:02 +00:00
Rene Ladan
b82815261e Remove optional dependency on expired databases/p5-DBD-Oracle 2017-03-08 12:19:46 +00:00
Sunpoet Po-Chuan Hsieh
596c9fc233 Use real PORTVERSION and update dependent ports
- Add LICENSE
- Sort *_DEPENDS
- Add NO_ARCH
- Remove post-extract:
- Sort PLIST
2017-02-28 09:45:00 +00:00
Mathieu Arnold
21bc5c0345 Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.
While there replace USE_SQLITE=x by USES=sqlite:x.

PR:		208971
Submitted by:	mat
Exp-run by:	antoine
With hat:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D5951
2016-04-25 16:13:38 +00:00
Mathieu Arnold
4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00
Dag-Erling Smørgrav
cd37a6d040 NO_ARCH 2015-10-19 14:01:13 +00:00
Mathieu Arnold
afae652a2a Make it so that the default Perl is always called perl5.
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
  Though you should note that only the default version can be used to
  install Perl modules, and the non default Perl versions cannot use the
  modules installed via ports if they contain .so as they are installed
  in a version specific directory.

Reviewed by:	bapt (the Mk bits)
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3542
2015-09-14 12:19:48 +00:00
Dag-Erling Smørgrav
05a4e0881b Upgrade to 0.07043. 2015-09-04 13:00:21 +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
Chris Rees
1e94b6fb2f Switch to USES=pgsql 2014-11-22 19:13:49 +00:00
Baptiste Daroussin
3edc030b9f Cleanup plist 2014-10-20 10:41:12 +00:00
Dag-Erling Smørgrav
76f0558283 Upgrade to 0.07042. 2014-08-21 12:19:54 +00:00
Tijl Coosemans
ec94e4d5eb Bump more ports that depend on libsqlite3.so:
- ports that set USE_SQLITE with the *_USE option helper
- ports that depend on libsqlite3 indirectly as reported by pkg rquery

Approved by:	portmgr (implicit)
2014-07-05 12:19:32 +00:00
Dag-Erling Smørgrav
c1b4c17b3b Upgrade to 0.07040 and take over maintainership.
Approved by:	perl (bapt)
2014-05-27 23:04:12 +00:00
Sunpoet Po-Chuan Hsieh
d4cae09480 - Update to 0.07039
Changes:	http://search.cpan.org/dist/DBIx-Class-Schema-Loader/Changes
2014-01-20 17:25:01 +00:00
Sunpoet Po-Chuan Hsieh
9ef1a00def - Update to 0.07038
- Convert to new options helper

Changes:	http://search.cpan.org/dist/DBIx-Class-Schema-Loader/Changes
2013-11-22 08:57:53 +00:00
Sunpoet Po-Chuan Hsieh
134ed4defb - Update to 0.07037
- Support STAGEDIR

Changes:	http://search.cpan.org/dist/DBIx-Class-Schema-Loader/Changes
2013-11-05 17:55:56 +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
dc6de4e2cf Update to 0.07036. 2013-08-20 12:17:29 +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
Andrej Zverev
139b6343a5 - Remove unnecessary depend on PERL_LEVEL < 5.12 2013-05-24 08:42:15 +00:00
Anton Berezin
059763ba52 Update to 0.07035.
Changes:	http://search.cpan.org/dist/DBIx-Class-Schema-Loader/Changes
2013-02-27 09:30:58 +00:00
Anton Berezin
840a0070c2 Update to 0.07033.
Changes: http://search.cpan.org/dist/DBIx-Class-Schema-Loader/Changes
2013-01-21 10:49:54 +00:00
Sunpoet Po-Chuan Hsieh
b9d4112b09 - Update to 0.07025
Changes:	http://search.cpan.org/dist/DBIx-Class-Schema-Loader/Changes
2012-06-10 07:49:25 +00:00
Baptiste Daroussin
0cb47f7753 Convert to new options framework 2012-05-31 11:19:32 +00:00
Sunpoet Po-Chuan Hsieh
9848a7f13e - Update to 0.07024
Changes:	http://search.cpan.org/dist/DBIx-Class-Schema-Loader/Changes
2012-05-09 09:44:27 +00:00
Sunpoet Po-Chuan Hsieh
0fda5744a1 - Update to 0.07022
Changes:	http://search.cpan.org/dist/DBIx-Class-Schema-Loader/Changes
Feature safe:	yes
2012-04-09 17:35:20 +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
9ec7b69ec2 - Update to 0.07017
Changes:	http://search.cpan.org/dist/DBIx-Class-Schema-Loader/Changes
2012-02-08 02:31:35 +00:00
Sunpoet Po-Chuan Hsieh
bd891c898d - Update to 0.07015
Changes:	http://search.cpan.org/dist/DBIx-Class-Schema-Loader/Changes
Feature safe:	yes
2011-12-09 20:46:23 +00:00
Sunpoet Po-Chuan Hsieh
13e9b663c6 - Add missing {BUILD|RUN}_DEPENDS [1]
- Add BUILD_DEPENDS
- Add missing TEST_DEPENDS and remove bundled ones in Perl releases
- Sort *_DEPENDS and OPTIONS
- Cosmetic change
- Bump PORTREVISION for dependency change

Reported by:	Rasmus Skaarup <mlist@gal.dk> [1]
Feature safe:	yes
2011-12-05 14:19:37 +00:00
Sunpoet Po-Chuan Hsieh
fede1334bc - Update to 0.07014
Changes:	http://search.cpan.org/dist/DBIx-Class-Schema-Loader/Changes
Feature safe:	yes
2011-11-19 20:23:06 +00:00
Sunpoet Po-Chuan Hsieh
fad9aa9cb2 - Update to 0.07013
Changes:	http://search.cpan.org/dist/DBIx-Class-Schema-Loader/Changes
Feature safe:	yes
2011-11-19 05:58:28 +00:00
Sunpoet Po-Chuan Hsieh
93cc5a0629 - Update to 0.07012
Changes:	http://search.cpan.org/dist/DBIx-Class-Schema-Loader/Changes
2011-11-10 05:11:09 +00:00
Cheng-Lung Sung
831fbd29b4 - Update to 0.07011 2011-11-05 01:44:10 +00:00
Steve Wills
aae77d5e51 - Fix syntax on TEST_DEPENDS 2011-09-22 03:07:04 +00:00
Sunpoet Po-Chuan Hsieh
6fb6597c89 - Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+
With hat:	perl
2011-09-17 06:49:29 +00:00
Andrej Zverev
78b693b711 - Update to 0.07010 2011-03-07 13:38:41 +00:00
Andrej Zverev
3b1e567e6d * Remove Digest::MD5 dep. (already coremodule) and
--skipdeps from CONFIGURE_ARGS since such magic already inside bsd.perl.mk
* BUMP PORTREVISION
2011-02-27 17:57:40 +00:00
Martin Wilke
3f71b880a4 - Update to 0.07009
PR:		155048
Submitted by:	milki <milki@rescomp.berkeley.edu>
2011-02-27 13:45:17 +00:00
Jun Kuriyama
969ada21ac - Upgrade to 0.07007 (0.07008 was out, but not yet mirrored widely). 2011-02-25 04:07:37 +00:00
Andrej Zverev
9f2f775526 Update to 0.07002 2010-10-17 12:03:40 +00:00
Philippe Audeoud
159843b58d - Update to 0.07001
- Changelog: http://search.cpan.org/dist/DBIx-Class-Schema-Loader/Changes

PR:		ports/149796
Submitted by:	Andrej Zverev <andrej.zverev _AT_ gmail.com>
2010-08-25 10:27:53 +00:00
Philip M. Gollucci
b2e8e4b22c - here's a better idea: use the USE_* macros.
- Bump PORTREVISION
2010-06-10 02:23:40 +00:00
Philip M. Gollucci
be2052e5ce - DBD* depend on DBI. This doesn't actually change the RUN_DEPENDS 2010-06-10 02:20:44 +00:00
Philip M. Gollucci
bf2bfd57c2 - Convert PG -> PGSQL ports KNOB variant 2010-06-10 02:14:40 +00:00