aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBI
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - Update to 1.643Wen Heping2020-02-022-4/+4
| | | | Notes: svn path=/head/; revision=524817
* Update to 1.642Sunpoet Po-Chuan Hsieh2018-10-302-4/+4
| | | | | | | Changes: https://metacpan.org/changes/distribution/DBI Notes: svn path=/head/; revision=483527
* Update WWWSunpoet Po-Chuan Hsieh2018-05-271-1/+1
| | | | | | | | | | search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl Notes: svn path=/head/; revision=470993
* Update to 1.641Sunpoet Po-Chuan Hsieh2018-03-212-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/DBI/Changes Notes: svn path=/head/; revision=465216
* Update to 1.640Sunpoet Po-Chuan Hsieh2018-01-292-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/DBI/Changes Notes: svn path=/head/; revision=460272
* Update to 1.639Sunpoet Po-Chuan Hsieh2017-12-293-4/+6
| | | | | | | Changes: http://search.cpan.org/dist/DBI/Changes Notes: svn path=/head/; revision=457524
* 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 1.637Sunpoet Po-Chuan Hsieh2017-08-172-6/+5
| | | | | | | | | | - Add LICENSE_FILE - Remove CONFLICTS Changes: http://search.cpan.org/dist/DBI/Changes Notes: svn path=/head/; revision=448117
* Strip shared librarySunpoet Po-Chuan Hsieh2017-01-091-0/+4
| | | | | | | - Bump PORTREVISION for package change Notes: svn path=/head/; revision=430959
* databases/p5-DBI: 1.634 -> 1.636Kurt Jaeger2016-04-253-5/+3
| | | | | | | | Changes: http://search.cpan.org/~timb/DBI-1.636/Changes Notes: svn path=/head/; revision=414000
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - Sort PLISTSunpoet Po-Chuan Hsieh2015-11-151-3/+3
| | | | Notes: svn path=/head/; revision=401633
* Make it so that the default Perl is always called perl5.Mathieu Arnold2015-09-141-3/+3
| | | | | | | | | | | | | | | | | | | - 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
* - Update to 1.634Sunpoet Po-Chuan Hsieh2015-08-132-4/+3
| | | | | | | Changes: http://search.cpan.org/dist/DBI/Changes Notes: svn path=/head/; revision=394107
* - Remove DOCS optionSunpoet Po-Chuan Hsieh2015-06-291-8/+2
| | | | | | | - Bump PORTREVISION for package change Notes: svn path=/head/; revision=390901
* Some OCD cleanups on some of the perl@ ports.Adam Weinberger2015-03-121-8/+2
| | | | | | | | | | | | | | | | - 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
* - Update to 1.633Sunpoet Po-Chuan Hsieh2015-01-133-4/+4
| | | | | | | | | - Sort PLIST Changes: http://search.cpan.org/dist/DBI/Changes Notes: svn path=/head/; revision=376958
* - Update to 1.632Wen Heping2014-12-072-4/+3
| | | | | | | Changes: http://search.cpan.org/dist/DBI/Changes#Changes_in_DBI_1.632 Notes: svn path=/head/; revision=374169
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-64/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-19/+0
| | | | Notes: svn path=/head/; revision=371255
* Remove all the bootstrap files (.bs) from the plists.Mathieu Arnold2014-06-101-1/+0
| | | | | | | | | | | | | Starting with perl 5.20, they're not installed any more if empty, and on FreeBSD, they're (always ?) empty. PR: 190681 Submitted by: mat Exp-Run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=357300
* - Update to 1.631 [1]Frederic Culot2014-02-032-4/+4
| | | | | | | | | | | - Simplify COMMENT Changes: http://search.cpan.org/~timb/DBI-1.631/Changes#Changes_in_DBI_1.631 PR: ports/186303 [1] Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> Notes: svn path=/head/; revision=342461
* - Wrap up cd && foo in parenthesis, it'd break with bmake -jMathieu Arnold2013-11-241-2/+2
| | | | | | | - Replace some FIND ... CPIO with COPYTREE_SHARE. Notes: svn path=/head/; revision=334748
* - Update to 1.630Sunpoet Po-Chuan Hsieh2013-11-023-57/+60
| | | | | | | | | - Support STAGEDIR Changes: http://search.cpan.org/dist/DBI/Changes Notes: svn path=/head/; revision=332534
* Try and be consistent with what commands are silent and not in *install.Mathieu Arnold2013-10-221-1/+1
| | | | | | | | | | | | | | - MKDIR is silent - ECHO is silent - INSTALL_* are not silent - CP/FIND/... are not silent I fixed a few PORTDOCS misusage, I'll do a second pass. With Hat: perl@ Notes: svn path=/head/; revision=331301
* 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 1.628Frederic Culot2013-07-302-3/+3
| | | | | | | | | Changes: http://search.cpan.org/dist/DBI/Changes#Changes_in_DBI_1.628_-_22nd_July_2013 PR: ports/180902 Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> Notes: svn path=/head/; revision=323951
* Update to 1.627.Anton Berezin2013-05-172-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/DBI/Changes Notes: svn path=/head/; revision=318366
* Update to 1.626.Anton Berezin2013-05-162-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/DBI/Changes Notes: svn path=/head/; revision=318291
* - Update to 1.625Martin Wilke2013-03-302-3/+3
| | | | | | | | PR: 177474 Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> Notes: svn path=/head/; revision=315595
* - Update to 1.624Sunpoet Po-Chuan Hsieh2013-03-232-8/+7
| | | | | | | | | - Cosmetic change Changes: http://search.cpan.org/dist/DBI/Changes Notes: svn path=/head/; revision=315071
* Update to 1.623.Anton Berezin2013-01-032-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/DBI/Changes Notes: svn path=/head/; revision=309858
* Finish converting perl@ ports to new Options FrameworkBaptiste Daroussin2012-10-051-8/+5
| | | | Notes: svn path=/head/; revision=305301
* - Update to 1.622Sunpoet Po-Chuan Hsieh2012-06-062-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/DBI/Changes Notes: svn path=/head/; revision=298628
* - Update to 1.621Sunpoet Po-Chuan Hsieh2012-05-232-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/DBI/Changes Notes: svn path=/head/; revision=297279
* - Update to 1.620Sunpoet Po-Chuan Hsieh2012-04-252-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/DBI/Changes Notes: svn path=/head/; revision=295514
* - Update to 1.619Sunpoet Po-Chuan Hsieh2012-04-242-4/+4
| | | | | | | | | - Fix LICENSE Changes: http://search.cpan.org/dist/DBI/Changes Notes: svn path=/head/; revision=295422
* - Update to 1.618Sunpoet Po-Chuan Hsieh2012-02-282-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/DBI/Changes Notes: svn path=/head/; revision=292374
* - Update to 1.617Sunpoet Po-Chuan Hsieh2012-01-302-13/+9
| | | | | | | | | - Use OPTIONS Changes: http://search.cpan.org/dist/DBI/Changes Notes: svn path=/head/; revision=290124
* - Remove p5-Storable from *_DEPENDS: all supported Perl releases have it alreadySunpoet Po-Chuan Hsieh2011-09-151-5/+5
| | | | | | | | - Pet portlint - Bump PORTREVISION for dependency change Notes: svn path=/head/; revision=281805
* - update to 1.616Baptiste Daroussin2011-03-173-4/+8
| | | | | | | | - add licenses - changes: http://search.cpan.org/dist/DBI/Changes Notes: svn path=/head/; revision=271177
* - DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.Philip M. Gollucci2010-12-291-1/+0
| | | | | | | | | | PR: ports/153292 Submitted by: myself (pgollucci) Tested by: -exp run by pav Approved by: portmgr (pav) Notes: svn path=/head/; revision=267133
* - 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
* - Update to 1.615Philippe Audeoud2010-09-232-4/+4
| | | | | | | | | | - Changelog : http://search.cpan.org/dist/DBI/Changes PR: ports/150875 Submitted by: Frederic Culot <frederic _AT_ culot.org> Notes: svn path=/head/; revision=261696
* - Update to 1.614Wen Heping2010-09-203-10/+12
| | | | | | | | PR: ports/150729 Submitted by: Frederic Culot <frederic@culot.org> Notes: svn path=/head/; revision=261455
* Update to 1.613Sergey Skvortsov2010-07-293-5/+12
| | | | | | | | | Changes: http://search.cpan.org/~timb/DBI-1.613/Changes#Changes_in_DBI_1.613_%28svn_r14271%29_22nd_July_2010 PR: ports/148947 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> Notes: svn path=/head/; revision=258438
* Update to 1.61(.?)1.Anton Berezin2010-04-292-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/DBI/Changes Notes: svn path=/head/; revision=253443
* Update to 1.60(.?)9.Anton Berezin2009-08-312-4/+4
| | | | | | | | Changes: http://search.cpan.org/dist/DBI/Changes PR: 137237 Notes: svn path=/head/; revision=240598