aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBIx-Class
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Add LICENSE_FILESunpoet Po-Chuan Hsieh2017-07-151-0/+1
| | | | Notes: svn path=/head/; revision=445900
* Remove Perl core modulesSunpoet Po-Chuan Hsieh2017-06-301-1/+2
| | | | | | | | - Add NO_ARCH - Bump PORTREVISION for dependency change Notes: svn path=/head/; revision=444734
* Use real PORTVERSION and update dependent portsSunpoet Po-Chuan Hsieh2017-02-281-1/+1
| | | | | | | | | | | - Add LICENSE - Sort *_DEPENDS - Add NO_ARCH - Remove post-extract: - Sort PLIST Notes: svn path=/head/; revision=435014
* Update to 0.082840.Mathieu Arnold2016-06-212-3/+4
| | | | | | | | Changes: https://metacpan.org/source/RIBASUSHI/DBIx-Class-0.082840/Changes Sponsored by: Absolight Notes: svn path=/head/; revision=417212
* - Fix trailing whitespace in pkg-descrs, categories [a-f]*Dmitry Marakasov2016-05-191-2/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415498
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-44/+44
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - Update to 0.082821Wen Heping2016-02-122-3/+3
| | | | | | | Changes: http://cpansearch.perl.org/src/RIBASUSHI/DBIx-Class-0.082821/Changes Notes: svn path=/head/; revision=408715
* Make it so that the default Perl is always called perl5.Mathieu Arnold2015-09-141-1/+1
| | | | | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=396892
* Start removing MASTER_SITE_SUBDIR=CPAN:username where possible. TheAdam Weinberger2015-06-241-1/+0
| | | | | | | | | 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). Notes: svn path=/head/; revision=390487
* - Update to 0.082820Sunpoet Po-Chuan Hsieh2015-03-212-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/DBIx-Class/Changes Notes: svn path=/head/; revision=381828
* Some OCD cleanups on some of the perl@ ports.Adam Weinberger2015-03-121-118/+118
| | | | | | | | | | | | | | | | - 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. Notes: svn path=/head/; revision=381151
* - Add PORTSCOUTSunpoet Po-Chuan Hsieh2015-03-051-0/+2
| | | | Notes: svn path=/head/; revision=380524
* - Update to 0.082810Wen Heping2014-12-073-11/+13
| | | | | | | | Changes: http://search.cpan.org/src/RIBASUSHI/DBIx-Class-0.082810/Changes - Update DEPENDS Notes: svn path=/head/; revision=374170
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-1/+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
* Cleanup plistBaptiste Daroussin2014-10-201-43/+0
| | | | Notes: svn path=/head/; revision=371255
* - Update to 0.08270Sunpoet Po-Chuan Hsieh2014-02-163-5/+11
| | | | | | | | | | - Add LICENSE - Add more TEST_DEPENDS Changes: http://search.cpan.org/dist/DBIx-Class/Changes Notes: svn path=/head/; revision=344513
* Reduce over inclusion of bsd.port.mkBaptiste Daroussin2014-01-151-12/+2
| | | | Notes: svn path=/head/; revision=339867
* Support STAGEDIR.Vanilla I. Shu2013-11-032-122/+120
| | | | Notes: svn path=/head/; revision=332592
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | databases) Notes: svn path=/head/; revision=327717
* - Convert to new perl frameworkMathieu Arnold2013-08-021-1/+2
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* Update to 0.08250.Anton Berezin2013-04-303-6/+11
| | | | | | | Changes: http://search.cpan.org/dist/DBIx-Class/Changes Notes: svn path=/head/; revision=316908
* Update to 0.08209.Anton Berezin2013-03-012-3/+4
| | | | | | | Changes: http://search.cpan.org/dist/DBIx-Class/Changes Notes: svn path=/head/; revision=313154
* Update to 0.08208.Anton Berezin2013-02-202-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/DBIx-Class/Changes Notes: svn path=/head/; revision=312625
* Update to 0.08206.Anton Berezin2013-02-112-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/DBIx-Class/Changes Notes: svn path=/head/; revision=312079
* Update to 0.08205.Anton Berezin2013-01-243-8/+12
| | | | | | | Changes: http://search.cpan.org/dist/DBIx-Class/Changes Notes: svn path=/head/; revision=310923
* Cleanup supporting perl version 5.8 and 5.10,Andrej Zverev2012-12-171-9/+0
| | | | | | | lang/perl5.8 and lang/5.10 will be removed from ports tree soon. Notes: svn path=/head/; revision=309074
* - Update to 0.08204Wen Heping2012-11-153-11/+5
| | | | | | | | | | Changes: http://cpansearch.perl.org/src/GETTY/DBIx-Class-0.08204/Changes - Trim Makefile headers Feature safe: yes Notes: svn path=/head/; revision=307437
* - Update to 0.08198Sunpoet Po-Chuan Hsieh2012-07-113-124/+138
| | | | | | | | | - Pet portlint Changes: http://search.cpan.org/dist/DBIx-Class/Changes Notes: svn path=/head/; revision=300780
* Convert to new options frameworkBaptiste Daroussin2012-05-311-2/+3
| | | | Notes: svn path=/head/; revision=297871
* - Revert ports/165605 as requested by portmgr@Philip M. Gollucci2012-03-131-1/+12
| | | | | | | | | | | | 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-12/+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
* - Update to 0.08196Sunpoet Po-Chuan Hsieh2011-11-303-9/+15
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=286668
* - 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.08195Sunpoet Po-Chuan Hsieh2011-07-312-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/DBIx-Class/Changes Notes: svn path=/head/; revision=278609
* - Update to 0.08194Sunpoet Po-Chuan Hsieh2011-07-253-85/+89
| | | | | | | | | - Sort MAN3 Changes: http://search.cpan.org/dist/DBIx-Class/Changes Notes: svn path=/head/; revision=278280
* - Add missing dependenciesSteve Wills2011-05-201-8/+51
| | | | | | | | | | - 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 Notes: svn path=/head/; revision=274344
* - Update to 0.08127Martin Wilke2011-02-122-6/+6
| | | | | | | | PR: 154622 Submitted by: Jonathan Chu <milki@rescomp.berkeley.edu> Notes: svn path=/head/; revision=268967
* Update to 0.08126Mathieu Arnold2010-12-302-3/+4
| | | | | | | Changes: http://search.cpan.org/dist/DBIx-Class/Changes Notes: svn path=/head/; revision=267165
* - update to 0.08124Baptiste Daroussin2010-10-303-10/+16
| | | | | | | - changes: http://cpansearch.perl.org/src/FREW/DBIx-Class-0.08124/Changes Notes: svn path=/head/; revision=263810
* - only 13% of the p5- ports embed @comment $FreeBSD$:Philip M. Gollucci2010-09-241-1/+0
| | | | | | | | | so standarize and remove it With Hat: perl@ Notes: svn path=/head/; revision=261743
* Fix dependenciesAndrej Zverev2010-06-181-1/+3
| | | | Notes: svn path=/head/; revision=256658
* Update to 0.08123.Anton Berezin2010-06-142-6/+7
| | | | | | | Changes: http://search.cpan.org/dist/DBIx-Class/Changes Notes: svn path=/head/; revision=256517
* - DBD::SQLite is a 'test' only depends.Philip M. Gollucci2010-06-101-1/+0
| | | | | | | Reported by: az@ Notes: svn path=/head/; revision=256304
* - Fix DependsPhilip M. Gollucci2010-06-101-14/+16
| | | | | | | | - add TEST_DEPENDS - cleanup makefile Notes: svn path=/head/; revision=256271
* Update to 0.08122Andrej Zverev2010-06-083-8/+13
| | | | | | | Changes: http://search.cpan.org/dist/DBIx-Class/Changes Notes: svn path=/head/; revision=256075
* Fix dependencies.Sergey Skvortsov2010-05-131-0/+2
| | | | Notes: svn path=/head/; revision=254258
* Update to 0.08121Andrej Zverev2010-05-063-5/+12
| | | | | | | Changes: http://search.cpan.org/dist/DBIx-Class/Changes Notes: svn path=/head/; revision=253808
* Update to 0.08120.Anton Berezin2010-03-013-6/+6
| | | | | | | | Changes: http://search.cpan.org/dist/DBIx-Class/Changes Feature safe: yes Notes: svn path=/head/; revision=250449
* Update to 0.08119.Anton Berezin2010-02-153-4/+12
| | | | | | | Changes: http://search.cpan.org/dist/DBIx-Class/Changes Notes: svn path=/head/; revision=249890