aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Catalyst-Model-DBIC-Schema/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, exceptDag-Erling Smørgrav2018-10-061-2/+2
| | | | | | | | | | for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw) Notes: svn path=/head/; revision=481365
* Remove an unnecessary dependency and assume maintainership.Dag-Erling Smørgrav2018-05-031-2/+2
| | | | Notes: svn path=/head/; revision=468927
* Fix license information for portgs that use "the same license as Perl".Mathieu Arnold2017-09-151-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=449893
* Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.Mathieu Arnold2016-04-011-23/+23
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412351
* - Update to 0.65Sunpoet Po-Chuan Hsieh2015-01-111-2/+4
| | | | | | | | | | - Add LICENSE - Sort PLIST Changes: http://search.cpan.org/dist/Catalyst-Model-DBIC-Schema/Changes Notes: svn path=/head/; revision=376772
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=373448
* www/p5-Catalyst-Model-DBIC-Schema: 0.62_1 -> 0.64Kurt Jaeger2014-07-241-2/+1
| | | | Notes: svn path=/head/; revision=362783
* Add missing dependencies (technically a no-op because they were alreadyDag-Erling Smørgrav2014-01-301-0/+3
| | | | | | | indirect dependencies, but this adds a version requirement) Notes: svn path=/head/; revision=341810
* Update to 0.62 (fixed to work with Moose 2.1202)Dag-Erling Smørgrav2014-01-291-1/+1
| | | | Notes: svn path=/head/; revision=341758
* support STAGEDIR.Vanilla I. Shu2013-11-071-12/+0
| | | | Notes: svn path=/head/; revision=333070
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | www) Notes: svn path=/head/; revision=327776
* - Update to 0.61Sunpoet Po-Chuan Hsieh2013-09-071-4/+5
| | | | | | | | | | - Remove perl from extract dependency - Cleanup Makefile Changes: http://search.cpan.org/dist/Catalyst-Model-DBIC-Schema/Changes Notes: svn path=/head/; revision=326605
* - Convert to new Uses/perl5.mk frameworkAndrej Zverev2013-07-311-1/+2
| | | | | | | | | | | - Resolve issues with implicit lang/perl in extract and patch dependencies - Trim Makefile header Reviewed by: bapt@ (exp-run) Approved by: bapt@ (portmrg@) Notes: svn path=/head/; revision=324007
* - Trim Makefile headerAndrej Zverev2013-05-241-12/+2
| | | | | | | - Remove unnecessary depend on PERL_LEVEL < 5.12 Notes: svn path=/head/; revision=318955
* - Update to 0.60Sunpoet Po-Chuan Hsieh2012-06-131-2/+1
| | | | | | | Changes: http://search.cpan.org/dist/Catalyst-Model-DBIC-Schema/Changes Notes: svn path=/head/; revision=299180
* - Revert ports/165605 as requested by portmgr@Philip M. Gollucci2012-03-131-1/+7
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=293247
* - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, ↵Philip M. Gollucci2012-03-081-7/+1
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=292977
* - Add missing BUILD_DEPENDS to silence build warningsSteve Wills2012-01-091-1/+2
| | | | Notes: svn path=/head/; revision=288849
* - Update to 0.59Sunpoet Po-Chuan Hsieh2011-11-021-2/+3
| | | | | | | Changes: http://search.cpan.org/dist/Catalyst-Model-DBIC-Schema/Changes Notes: svn path=/head/; revision=284924
* - Update to 0.58Sunpoet Po-Chuan Hsieh2011-10-261-1/+1
| | | | | | | Changes: http://search.cpan.org/dist/Catalyst-Model-DBIC-Schema/Changes Notes: svn path=/head/; revision=284362
* - Update to 0.57Sunpoet Po-Chuan Hsieh2011-10-231-1/+3
| | | | | | | Changes: http://search.cpan.org/dist/Catalyst-Model-DBIC-Schema/Changes Notes: svn path=/head/; revision=284152
* - Update to 0.55Sunpoet Po-Chuan Hsieh2011-09-201-2/+4
| | | | | | | Changes: http://search.cpan.org/dist/Catalyst-Model-DBIC-Schema/Changes Notes: svn path=/head/; revision=282039
* - Change PERL_CONFIGURE to "yes" for all values between 5.8.1+ and 5.8.9+Sunpoet Po-Chuan Hsieh2011-09-171-1/+1
| | | | | | | | Suggested by: az With hat: perl Notes: svn path=/head/; revision=281882
* - Update to 0.54Sunpoet Po-Chuan Hsieh2011-08-271-3/+11
| | | | | | | Changes: http://search.cpan.org/dist/Catalyst-Model-DBIC-Schema/Changes Notes: svn path=/head/; revision=280579
* - Update to 0.52Sunpoet Po-Chuan Hsieh2011-08-011-1/+1
| | | | | | | Changes: http://search.cpan.org/dist/Catalyst-Model-DBIC-Schema/Changes Notes: svn path=/head/; revision=278667
* - Update to 0.50Sunpoet Po-Chuan Hsieh2011-06-141-10/+17
| | | | | | | | | - Add missing dependencies Changes: http://search.cpan.org/dist/Catalyst-Model-DBIC-Schema/Changes Notes: svn path=/head/; revision=275569
* - Update to 0.48Wen Heping2010-12-241-1/+1
| | | | | | | ChangeLog: http://cpansearch.perl.org/src/RKITOVER/Catalyst-Model-DBIC-Schema-0.48/Changes Notes: svn path=/head/; revision=266828
* - Update to 0.47Wen Heping2010-12-091-1/+1
| | | | | | | ChangeLog: http://search.cpan.org/src/RKITOVER/Catalyst-Model-DBIC-Schema-0.47/Changes Notes: svn path=/head/; revision=265911
* Update to 0.43Andrej Zverev2010-09-251-1/+1
| | | | | | | Changes: http://search.cpan.org/dist/Catalyst-Model-DBIC-Schema/Changes Notes: svn path=/head/; revision=261852
* Update to 0.41Andrej Zverev2010-05-061-1/+1
| | | | | | | Changes: http://search.cpan.org/dist/Catalyst-Model-DBIC-Schema/Changes Notes: svn path=/head/; revision=253812
* Update to 0.40.Anton Berezin2010-02-041-1/+1
| | | | | | | Changes: http://search.cpan.org/dist/Catalyst-Model-DBIC-Schema/Changes Notes: svn path=/head/; revision=249224
* Update to 0.39.Anton Berezin2010-02-031-6/+3
| | | | | | | | | Changes: http://search.cpan.org/dist/Catalyst-Model-DBIC-Schema/Changes PR: 143476 Submitted by: Andrey Kostenko <andrey@kostenko.name> Notes: svn path=/head/; revision=249177
* - Update to 0.37Wen Heping2010-01-151-1/+1
| | | | Notes: svn path=/head/; revision=247912
* - update to 0.35Yen-Ming Lee2010-01-091-14/+13
| | | | Notes: svn path=/head/; revision=247432
* - Update to 0.34Wen Heping2009-12-271-2/+3
| | | | Notes: svn path=/head/; revision=246756
* - Update to 0.32Wen Heping2009-12-231-1/+1
| | | | Notes: svn path=/head/; revision=246494
* - Update to 0.31Philip M. Gollucci2009-12-151-1/+1
| | | | Notes: svn path=/head/; revision=245844
* Update to version 0.29Andrej Zverev2009-09-091-2/+2
| | | | | | | Changelog: http://cpansearch.perl.org/src/RKITOVER/Catalyst-Model-DBIC-Schema-0.29/Changes Notes: svn path=/head/; revision=241076
* - Update to 0.28Martin Wilke2009-09-061-1/+1
| | | | Notes: svn path=/head/; revision=240948
* Update to 0.26Andrej Zverev2009-08-181-2/+1
| | | | | | | Changelog: http://cpansearch.perl.org/src/MSTROUT/Catalyst-Model-DBIC-Schema-0.26/Changes Notes: svn path=/head/; revision=239829
* Reset lbr@FreeBSD.org due to maintainer-timeouts and no response to email.Mark Linimon2009-08-161-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=239640
* Unbreak port: fix dependencies.Sergey Skvortsov2009-07-291-9/+11
| | | | Notes: svn path=/head/; revision=238624
* - Update to 0.25Philip M. Gollucci2009-07-231-4/+6
| | | | | | | | | PR: ports/136573 Approved by: maintainer timeout (lbr; 14 days) Submitted by: myself (pgollucci@) Notes: svn path=/head/; revision=238286
* Update to 0.23Lars Balker Rasmussen2009-03-231-2/+5
| | | | Notes: svn path=/head/; revision=230733
* Update to 0.21Lars Balker Rasmussen2008-08-241-3/+3
| | | | Notes: svn path=/head/; revision=219109
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo Araujo2008-04-171-2/+1
| | | | | | | | | | | | ${MASTER_SITE_PERL_CPAN} to CPAN. PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav) Notes: svn path=/head/; revision=211450
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-6/+2
| | | | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069
* Update to 0.20Lars Balker Rasmussen2007-05-251-3/+6
| | | | Notes: svn path=/head/; revision=191751
* Update to 0.18Lars Balker Rasmussen2006-08-081-4/+3
| | | | Notes: svn path=/head/; revision=170083
* Update all users of p5-Catalyst to use p5-Catalyst-Runtime, and possiblyLars Balker Rasmussen2006-07-111-1/+2
| | | | | | | p5-Catalyst-Devel as well (if they have Helper modules). Notes: svn path=/head/; revision=167513