aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-SQL-Abstract
Commit message (Collapse)AuthorAgeFilesLines
* Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, exceptDag-Erling Smørgrav2018-10-061-2/+2
| | | | | | | | | | for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw) Notes: svn path=/head/; revision=481365
* - Fix LICENSE_FILEWen Heping2018-08-231-3/+2
| | | | | | | Spotted by: sunpoet@ Notes: svn path=/head/; revision=477847
* - Add LICENSE_FILE_*Wen Heping2018-08-221-1/+6
| | | | | | | | | | - Update DEPENDS PR: 229695 Submitted by: svysh.fbsd@gmail.com Notes: svn path=/head/; revision=477768
* - Update to 1.86Wen Heping2018-07-162-4/+4
| | | | | | | Changes: https://metacpan.org/release/SQL-Abstract Notes: svn path=/head/; revision=474762
* 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.85Sunpoet Po-Chuan Hsieh2018-01-282-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/SQL-Abstract/Changes Notes: svn path=/head/; revision=460201
* 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.84Sunpoet Po-Chuan Hsieh2017-04-042-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/SQL-Abstract/Changes Notes: svn path=/head/; revision=437692
* Update to 1.82Sunpoet Po-Chuan Hsieh2017-03-222-5/+6
| | | | | | | Changes: http://search.cpan.org/dist/SQL-Abstract/Changes Notes: svn path=/head/; revision=436736
* Fix *_DEPENDSSunpoet Po-Chuan Hsieh2017-01-081-4/+4
| | | | | | | | | - Bump PORTREVISION for dependency change SQL::Abstract::Test requires Test::Deep. Notes: svn path=/head/; revision=430894
* Fix *_DEPENDSSunpoet Po-Chuan Hsieh2017-01-011-4/+5
| | | | | | | | | | | | - Move p5-Moo from TEST_DEPENDS to {BUILD|RUN}_DEPENDS - Bump PORTREVISION for dependency change - While I'm here, add NO_ARCH PR: 215685 Submitted by: Sergei Vyshenski <svysh.fbsd@gmail.com> Notes: svn path=/head/; revision=430228
* - Fix trailing whitespace in pkg-descrs, categories [a-f]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415498
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-5/+5
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Some OCD cleanups on some of the perl@ ports.Adam Weinberger2015-03-121-4/+4
| | | | | | | | | | | | | | | | - 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
* - Update to 1.81Frederic Culot2014-10-312-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/SQL-Abstract/Changes Notes: svn path=/head/; revision=371788
* Cleanup plistBaptiste Daroussin2014-10-201-8/+0
| | | | Notes: svn path=/head/; revision=371255
* - Update to 1.80Frederic Culot2014-10-152-7/+5
| | | | | | | | | - Remove unneeded dependencies Changes: http://search.cpan.org/dist/SQL-Abstract/Changes Notes: svn path=/head/; revision=370898
* - update to 1.78Yen-Ming Lee2014-07-153-5/+5
| | | | Notes: svn path=/head/; revision=361861
* - Update to 1.77Frederic Culot2014-02-052-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/SQL-Abstract/Changes Notes: svn path=/head/; revision=342641
* - Update to 1.75Sunpoet Po-Chuan Hsieh2013-12-312-5/+6
| | | | | | | | | - Add missing TEST_DEPENDS Changes: http://search.cpan.org/dist/SQL-Abstract/Changes Notes: svn path=/head/; revision=338202
* Support STAGEDIR.Vanilla I. Shu2013-11-032-6/+4
| | | | 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 1.74.Mathieu Arnold2013-06-062-8/+4
| | | | Notes: svn path=/head/; revision=320068
* Cleanup supporting perl version 5.8 and 5.10,Andrej Zverev2012-12-171-7/+1
| | | | | | | lang/perl5.8 and lang/5.10 will be removed from ports tree soon. Notes: svn path=/head/; revision=309074
* - Update to 1.73Sunpoet Po-Chuan Hsieh2012-07-113-17/+22
| | | | | | | | | | - Add LICENSE - Sort MAN3 and PLIST Changes: http://search.cpan.org/dist/SQL-Abstract/Changes Notes: svn path=/head/; revision=300761
* - Update TEST_DEPENDSSteve Wills2011-09-221-1/+2
| | | | Notes: svn path=/head/; revision=282154
* - Update to 1.72Wen Heping2010-12-232-4/+4
| | | | | | | ChangeLog: http://cpansearch.perl.org/src/FREW/SQL-Abstract-1.72/Changes Notes: svn path=/head/; revision=266756
* - Update to 1.71Wen Heping2010-11-102-4/+3
| | | | | | | Changelog: http://search.cpan.org/src/RIBASUSHI/SQL-Abstract-1.71/Changes Notes: svn path=/head/; revision=264344
* - Update to 1.69Frederic Culot2010-10-263-5/+9
| | | | | | | | | | - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/SQL-Abstract/Changes Approved by: sahil@ (mentor) Notes: svn path=/head/; revision=263601
* - Update to 1.68Wen Heping2010-09-203-5/+17
| | | | | | | | | | - Add missing depends PR: ports/150639 Submitted by: Frederic Culot <frederic@culot.org> Notes: svn path=/head/; revision=261456
* - Update to 1.67Wen Heping2010-06-012-4/+4
| | | | Notes: svn path=/head/; revision=255428
* Update to 1.66Andrej Zverev2010-05-062-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/SQL-Abstract/Changes Notes: svn path=/head/; revision=253811
* - Update to 1.65Wen Heping2010-04-112-4/+4
| | | | Notes: svn path=/head/; revision=252569
* Update to 1.63.Anton Berezin2010-03-242-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/SQL-Abstract/Changes Notes: svn path=/head/; revision=251437
* Update to 1.62.Anton Berezin2010-03-152-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/SQL-Abstract/Changes Notes: svn path=/head/; revision=251077
* Update to 1.61.Anton Berezin2010-02-052-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/SQL-Abstract/Changes Notes: svn path=/head/; revision=249313
* Update to 1.60.Anton Berezin2009-09-222-4/+4
| | | | | | | | Changes: http://search.cpan.org/dist/SQL-Abstract/Changes Feature safe: yes Notes: svn path=/head/; revision=241913
* Update to 1.58.Anton Berezin2009-09-042-6/+4
| | | | | | | Changes: http://search.cpan.org/dist/SQL-Abstract/Changes Notes: svn path=/head/; revision=240874
* Update to 1.57.Anton Berezin2009-09-032-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/SQL-Abstract/Changes Notes: svn path=/head/; revision=240811
* Reset lbr@FreeBSD.org due to maintainer-timeouts and no response to email.Mark Linimon2009-08-161-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=239640
* - Update to 1.56Philip M. Gollucci2009-06-192-4/+4
| | | | | | | | | PR: ports/135730 Approved by: maintainer (lbr) Submitted by: myself (pgollucci@) Notes: svn path=/head/; revision=236306
* - Update to 1.55Philip M. Gollucci2009-06-152-4/+4
| | | | | | | | | PR: ports/135101 Approved by: maintainer timeout (lbr; 2 weeks 1 day) Submitted by: pgollucci@ (myself) Notes: svn path=/head/; revision=235935
* Update to 1.53Lars Balker Rasmussen2009-05-042-7/+6
| | | | Notes: svn path=/head/; revision=233180
* Update to 1.51Lars Balker Rasmussen2009-03-292-6/+4
| | | | Notes: svn path=/head/; revision=231237
* Update to 1.50Lars Balker Rasmussen2009-03-223-7/+18
| | | | | | | | PR: 132617 Submitted by: Wen Heping <wenheping@gmail.com> Notes: svn path=/head/; revision=230617
* Update to 1.24 (apparantly 1.23 was FUBAR: ↵Lars Balker Rasmussen2008-07-092-5/+4
| | | | | | | http://search.cpan.org/src/MSTROUT/SQL-Abstract-1.24/Changes) Notes: svn path=/head/; revision=216642
* Update to 1.23Lars Balker Rasmussen2008-07-092-4/+4
| | | | Notes: svn path=/head/; revision=216634
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo 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) Notes: svn path=/head/; revision=211450