aboutsummaryrefslogtreecommitdiffstats
path: root/databases/p5-Class-DBI
Commit message (Collapse)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.mat2016-04-011-7/+7
| | | | | With hat: portmgr Sponsored by: Absolight
* Some OCD cleanups on some of the perl@ ports.adamw2015-03-132-18/+18
| | | | | | | | | | | | | - 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.
* Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-11-262-2/+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
* Cleanup plistbapt2014-10-201-9/+0
|
* Support STAGEDIR.vanilla2013-11-032-15/+19
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | databases)
* - Convert to new perl frameworkmat2013-08-031-6/+3
| | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default.
* SITE_PERL --> package dependencies, chunks 2-3crees2012-06-041-7/+7
| | | | Submitted by: az
* Pass maintainership of almost of my "p5-*" ports to "perl@".skv2012-05-071-1/+1
| | | | (I hope updating of them will be improved).
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450eadler2012-01-221-1/+1
| | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* - Remove unneeded dependencies which is in perl-5.8.9 distkuriyama2010-01-291-3/+1
| | | | | | (part 17). Approved by: portmgr (itetcu)
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵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)
* Update to 3.0.17skv2008-01-162-4/+4
|
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.linimon2007-09-081-7/+1
| | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr
* Update to 3.0.16skv2006-11-202-4/+4
| | | | Changes: http://search.cpan.org/src/TMTM/Class-DBI-v3.0.16/Changes
* Update to 3.0.15skv2006-08-232-6/+6
| | | | | PR: ports/102330 Submitted by: Gea-Suan Lin <gslin xx gslin.org>
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-9/+9
| | | | | Approved by: krion@ PR: ports/88711 (related)
* Update to 3.0.14skv2006-01-182-5/+4
| | | | Changes: http://search.cpan.org/src/TMTM/Class-DBI-v3.0.14/Changes
* Add missed dependency: devel/p5-Clone.skv2005-12-291-0/+2
| | | | Pointed by: kuriyama [by email], fenner [PR 90991]
* Update to 3.0.13skv2005-12-162-4/+4
| | | | Changes: http://search.cpan.org/src/TMTM/Class-DBI-v3.0.13/Changes
* Update to 3.0.12skv2005-11-092-3/+4
| | | | Changes: http://search.cpan.org/src/TMTM/Class-DBI-v3.0.12/Changes
* Update to 3.0.10skv2005-10-123-5/+5
| | | | | | Changes: http://search.cpan.org/src/TMTM/Class-DBI-v3.0.10/Changes PR: ports/87252 Submitted by: Gabor Kovesdan <gabor.kovesdan * t-hosting.hu>
* BROKEN: Incomplete pkg-plistkris2005-10-111-0/+2
|
* Update to 3.0.9skv2005-10-062-3/+3
| | | | Changes: http://search.cpan.org/src/TMTM/Class-DBI-v3.0.9/Changes
* - backout previous commitleeym2005-09-281-1/+0
|
* - fix plistleeym2005-09-271-0/+1
|
* Update to 3.0.8skv2005-09-263-6/+5
| | | | Changes: http://search.cpan.org/src/TMTM/Class-DBI-v3.0.8/Changes
* Fix plist.skv2005-09-161-0/+10
| | | | Pointed by: pointyhat (kris)
* Upgrade to 3.0.5, drop support for obsolete perl-5.00503skv2005-09-154-37/+14
| | | | Changes: http://search.cpan.org/src/TMTM/Class-DBI-v3.0.5/Changes
* Remove 'use warnings' if perl < 5.6.0skv2004-10-251-1/+6
| | | | | PR: 73086 Submitted by: lth
* After devel/p5-File-Temp has gained an IGNORE for PERL_LEVEL > 500800, allmat2004-08-121-1/+3
| | | | | these ports were broken because they always depended on it. I've rearranged all the dependencies to fit the new scheme.
* Add missing manpageskv2004-08-112-5/+3
| | | | | PR: ports/70288 Submitted by: Yen-Ming Lee <leeym@utopia.leeym.com>
* Update to 0.96lth2004-07-123-3/+8
| | | | | | PR: 68291 Submitted by: lth Approved by: maintainer
* Add 2 patches for 5.005.mat2004-03-303-1/+23
| | | | Approved by: maintainer timeout
* Updated to 0.95skv2004-03-012-3/+10
|
* Update to 0.94skv2003-09-023-4/+6
|
* Updated to 0.93skv2003-07-122-6/+4
| | | | | PR: ports/54265 Submitted by: Mathieu Arnold <m@absolight.net>
* Updated to 0.92skv2003-04-304-6/+9
| | | | PR: ports/51578
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Update to 0.90skv2003-02-053-17/+17
|
* Updated to 0.89skv2002-06-263-10/+11
|
* Add p5-Class-DBI 0.86, simple Database Abstraction.skv2002-05-275-0/+60