aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-Jifty-DBI
Commit message (Collapse)AuthorAgeFilesLines
* - Add NO_ARCHSunpoet Po-Chuan Hsieh2015-11-091-0/+1
| | | | Notes: svn path=/head/; revision=401143
* - Update to 0.78Sunpoet Po-Chuan Hsieh2015-05-012-4/+3
| | | | | | | Changes: http://search.cpan.org/dist/Jifty-DBI/Changes Notes: svn path=/head/; revision=385110
* Some OCD cleanups on some of the perl@ ports.Adam Weinberger2015-03-121-34/+34
| | | | | | | | | | | | | | | | - 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
* 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-8/+0
| | | | Notes: svn path=/head/; revision=371255
* - Update to 0.77Sunpoet Po-Chuan Hsieh2013-12-032-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Jifty-DBI/Changes Notes: svn path=/head/; revision=335562
* Support STAGEDIR.Vanilla I. Shu2013-11-032-40/+37
| | | | 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.76Cheng-Lung Sung2013-06-282-3/+3
| | | | Notes: svn path=/head/; revision=321947
* - Do not try to remove dirs. not created by the portMartin Wilke2013-05-311-1/+0
| | | | | | | Reported by: pkg (DEVELOPER_MODE) Notes: svn path=/head/; revision=319501
* Update to 0.75.Anton Berezin2013-01-312-8/+4
| | | | | | | Changes: http://search.cpan.org/dist/Jifty-DBI/Changes Notes: svn path=/head/; revision=311299
* Cleanup supporting perl version 5.8 and 5.10,Andrej Zverev2012-12-171-8/+1
| | | | | | | lang/perl5.8 and lang/5.10 will be removed from ports tree soon. Notes: svn path=/head/; revision=309074
* - Revert ports/165605 as requested by portmgr@Philip M. Gollucci2012-03-131-1/+8
| | | | | | | | | | | | 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-8/+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.74Sunpoet Po-Chuan Hsieh2012-01-262-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Jifty-DBI/Changes Notes: svn path=/head/; revision=289854
* - Test::More (>=0.52) was in core since 5.8.7Cheng-Lung Sung2011-10-241-2/+1
| | | | | | | - besides, it's in p5-Test-Simple Notes: svn path=/head/; revision=284252
* - Update to 0.72Sunpoet Po-Chuan Hsieh2011-10-182-28/+28
| | | | | | | | | | | - Sort *_DEPENDS - Add TEST_DEPENDS - Remove outdated PERL_LEVEL check Changes: http://search.cpan.org/dist/Jifty-DBI/Changes Notes: svn path=/head/; revision=283830
* - Fix LICENSE (Artistic 1 instead of Artistic 2)Frederic Culot2011-10-071-2/+2
| | | | | | | | | | - Pet portlint(1) PR: ports/161336 Submitted by: Simon Olofsson <simon@olofsson.de> Notes: svn path=/head/; revision=283112
* - 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.69Baptiste Daroussin2011-05-312-3/+3
| | | | | | | - changes: http://cpansearch.perl.org/src/SARTAK/Jifty-DBI-0.69/Changes Notes: svn path=/head/; revision=274887
* - update to 0.68Baptiste Daroussin2011-04-182-4/+7
| | | | | | | | - add licenses - changes: http://cpansearch.perl.org/src/SARTAK/Jifty-DBI-0.68/Changes Notes: svn path=/head/; revision=272858
* - make fetchableCheng-Lung Sung2011-02-161-0/+1
| | | | Notes: svn path=/head/; revision=269218
* - Update to 0.66Cheng-Lung Sung2011-02-152-3/+4
| | | | Notes: svn path=/head/; revision=269182
* - Update to 0.64Wen Heping2010-12-092-6/+5
| | | | | | | ChangeLog: http://search.cpan.org/src/SARTAK/Jifty-DBI-0.64/Changes Notes: svn path=/head/; revision=265912
* With portmgr hat, reassign some ports from clsung to perl, since clsungMark Linimon2010-12-071-1/+1
| | | | | | | is apparently having some trouble with email. Notes: svn path=/head/; revision=265814
* - why does cvs hate me ?Philip M. Gollucci2010-01-311-2/+1
| | | | | | | | | these Makefile s were meant to be committed before PR: 142631, 142641, 142674, 142681 Notes: svn path=/head/; revision=248907
* - Update to 0.60Philip M. Gollucci2010-01-311-3/+3
| | | | | | | | | PR: ports/142631 Submitted by: myself (pgollucci@) Approved by: maintainer timeout (clsung; > 2 weeks) Notes: svn path=/head/; revision=248882
* - Remove unneeded dependencies which is in perl-5.8.9 distJun Kuriyama2010-01-291-1/+1
| | | | | | | | | (part 17). Approved by: portmgr (itetcu) Notes: svn path=/head/; revision=248784
* - Update to 0.59Cheng-Lung Sung2009-11-202-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Jifty-DBI/Changes Notes: svn path=/head/; revision=244530
* - Update to 0.58Cheng-Lung Sung2009-07-292-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Jifty-DBI/Changes Notes: svn path=/head/; revision=238579
* - Update to .057Cheng-Lung Sung2009-06-122-4/+4
| | | | | | | | PR: ports/135493 Submitted by: Wen Heping <wenheping_AT_gmail dot com> Notes: svn path=/head/; revision=235638
* - Update to 0.53Cheng-Lung Sung2009-03-302-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Jifty-DBI/Changes Notes: svn path=/head/; revision=231286
* - Update to 0.49Cheng-Lung Sung2008-04-093-4/+12
| | | | | | | Changes: http://search.cpan.org/dist/Jifty-DBI/Changes Notes: svn path=/head/; revision=210898
* - Update to 0.48Cheng-Lung Sung2007-12-223-10/+9
| | | | | | | | | | | | - take the maintainship Changes: http://search.cpan.org/dist/Jifty-DBI/Changes PR: ports/118924 Submitted by: clsung Approved by: tobez Notes: svn path=/head/; revision=204326
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-5/+1
| | | | | | | | | | | 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.41.Anton Berezin2007-04-203-8/+20
| | | | Notes: svn path=/head/; revision=190443
* Update to 0.34.Anton Berezin2007-01-292-4/+4
| | | | Notes: svn path=/head/; revision=183623
* Update to 0.30.Anton Berezin2007-01-192-4/+4
| | | | Notes: svn path=/head/; revision=182790
* Update to 0.29.Anton Berezin2006-12-212-5/+5
| | | | Notes: svn path=/head/; revision=180342
* Update to 0.25.Anton Berezin2006-09-293-4/+8
| | | | Notes: svn path=/head/; revision=174110
* Update to 0.23.Anton Berezin2006-06-162-5/+5
| | | | Notes: svn path=/head/; revision=165542
* - Move to better categoryPav Lucistnik2006-05-271-2/+2
| | | | | | | | | | | devel/p5-Encode -> converters/p5-Encode devel/p5-Encode-compat -> converters/p5-Encode-compat PR: ports/97644 Submitted by: Rong-En Fan <rafan@infor.org> (maintainer) Notes: svn path=/head/; revision=163629
* Update to 0.21.Anton Berezin2006-05-043-4/+9
| | | | Notes: svn path=/head/; revision=161321
* Update to 0.20.Anton Berezin2006-04-222-4/+5
| | | | Notes: svn path=/head/; revision=160128
* Update to 0.19.Anton Berezin2006-04-072-6/+6
| | | | Notes: svn path=/head/; revision=159047
* Update to 0.16.Anton Berezin2006-03-223-18/+22
| | | | Notes: svn path=/head/; revision=157952
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-8/+8
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154109
* Update to 0.11.Anton Berezin2006-01-162-4/+4
| | | | Notes: svn path=/head/; revision=153629
* Update to 0.10.Anton Berezin2006-01-092-4/+4
| | | | Notes: svn path=/head/; revision=153114