aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBIx-Class-Helpers
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
* Update to 2.033003Tom Judge2017-04-062-4/+4
| | | | | | | Changes: http://cpansearch.perl.org/src/FREW/DBIx-Class-Helpers-2.033003/Changes Notes: svn path=/head/; revision=437853
* Update to 2.033002Tom Judge2016-12-022-4/+4
| | | | | | | Changes: http://cpansearch.perl.org/src/FREW/DBIx-Class-Helpers-2.033002/Changes Notes: svn path=/head/; revision=427562
* Update to 2.033001Tom Judge2016-10-053-4/+6
| | | | | | | Changes: http://cpansearch.perl.org/src/FREW/DBIx-Class-Helpers-2.033001/Changes Notes: svn path=/head/; revision=423358
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-16/+16
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Cleanup dependencies on lang/p5-Scalar-List-Utils.Mathieu Arnold2016-03-311-1/+1
| | | | | | | | | | | | | | | | | | The different cases are: - Only bring it if the one bundled with Perl is outdated. - The version bundled with all our Perl is sufficient. - Scalar-List-Util is not really needed by the port. (looking for /(Sub|Scalar|List)::Util/ returns nothing.) While there, do some minor cleanup that caught my eye. PR: 208378 With hat: perl@ Sponsored by: Absolight Notes: svn path=/head/; revision=412231
* Update to 2.032000Tom Judge2016-03-253-58/+89
| | | | | | | Changes: http://cpansearch.perl.org/src/FREW/DBIx-Class-Helpers-2.032000/Changes Notes: svn path=/head/; revision=411866
* databases/p5-DBIx-Class-Helpers: UNBREAKJohn Marino2015-02-033-4/+4
| | | | | | | | | | | | | | | I'm not sure what happened here. There was a good PR [1] to update this port that properly changed the Makefile, distinfo, and the pkg-plist, but tj@ updated the port independently but only changed the Makefile (and moved PORTREVISION to 2 instead of resetting it to 0). Use the changes outlined in the PR properly updates the version to 2.024001. PR: 195195 Submitted by: Geoffroy Desvernay Approved by: blanket (unbreak port) Notes: svn path=/head/; revision=378343
* - Unbreak INDEXAntoine Brodin2015-01-301-2/+4
| | | | | | | - Mark BROKEN: missing distinfo Notes: svn path=/head/; revision=378180
* Fix fallout of sorting.Tom Judge2015-01-301-3/+3
| | | | Notes: svn path=/head/; revision=378175
* Update to 2.024001.Tom Judge2015-01-301-6/+10
| | | | | | | Changes: http://cpansearch.perl.org/src/FREW/DBIx-Class-Helpers-2.024001/Changes Notes: svn path=/head/; revision=378160
* 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-11/+0
| | | | Notes: svn path=/head/; revision=371255
* UnbreakAntoine Brodin2014-06-131-1/+0
| | | | | | | Pointyhat: tj Notes: svn path=/head/; revision=357712
* Update to 2.022000Tom Judge2014-06-123-3/+17
| | | | | | | Changes: http://cpansearch.perl.org/src/FREW/DBIx-Class-Helpers-2.022000/Changes Notes: svn path=/head/; revision=357615
* Update to 2.019004.Tom Judge2014-02-212-3/+3
| | | | | | | | Changes: http://cpansearch.perl.org/src/FREW/DBIx-Class-Helpers-2.019004/Changes Notes: svn path=/head/; revision=345549
* * Update to 2.019000Tom Judge2013-11-013-53/+61
| | | | | | | | | * Update with stage dir support Change Log: http://cpansearch.perl.org/src/FREW/DBIx-Class-Helpers-2.019000/Changes Notes: svn path=/head/; revision=332386
* 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
* New port for databases/p5-DBIx-Class-HelpersTom Judge2013-08-134-0/+136
DBIx::Class::Helpers is a collection of tools to help simplify the common tasks in DBIx::Class. WWW: http://search.cpan.org/dist/DBIx-Class-Helpers/ Notes: svn path=/head/; revision=324673