aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-SQL-Abstract/Makefile
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-161-1/+1
| | | | | | | Changes: https://metacpan.org/release/SQL-Abstract Notes: svn path=/head/; revision=474762
* Update to 1.85Sunpoet Po-Chuan Hsieh2018-01-281-1/+1
| | | | | | | 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-041-1/+1
| | | | | | | Changes: http://search.cpan.org/dist/SQL-Abstract/Changes Notes: svn path=/head/; revision=437692
* Update to 1.82Sunpoet Po-Chuan Hsieh2017-03-221-3/+3
| | | | | | | 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
* 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
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-261-0/+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-311-1/+1
| | | | | | | Changes: http://search.cpan.org/dist/SQL-Abstract/Changes Notes: svn path=/head/; revision=371788
* - Update to 1.80Frederic Culot2014-10-151-5/+3
| | | | | | | | | - 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-151-2/+3
| | | | Notes: svn path=/head/; revision=361861
* - Update to 1.77Frederic Culot2014-02-051-2/+2
| | | | | | | Changes: http://search.cpan.org/dist/SQL-Abstract/Changes Notes: svn path=/head/; revision=342641
* - Update to 1.75Sunpoet Po-Chuan Hsieh2013-12-311-3/+4
| | | | | | | | | - 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-031-6/+0
| | | | 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-061-6/+2
| | | | 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-111-10/+15
| | | | | | | | | | - 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-231-2/+2
| | | | | | | ChangeLog: http://cpansearch.perl.org/src/FREW/SQL-Abstract-1.72/Changes Notes: svn path=/head/; revision=266756
* - Update to 1.71Wen Heping2010-11-101-1/+1
| | | | | | | Changelog: http://search.cpan.org/src/RIBASUSHI/SQL-Abstract-1.71/Changes Notes: svn path=/head/; revision=264344
* - Update to 1.69Frederic Culot2010-10-261-2/+5
| | | | | | | | | | - 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-201-2/+8
| | | | | | | | | | - 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-011-1/+1
| | | | Notes: svn path=/head/; revision=255428
* Update to 1.66Andrej Zverev2010-05-061-1/+1
| | | | | | | Changes: http://search.cpan.org/dist/SQL-Abstract/Changes Notes: svn path=/head/; revision=253811
* - Update to 1.65Wen Heping2010-04-111-1/+1
| | | | Notes: svn path=/head/; revision=252569
* Update to 1.63.Anton Berezin2010-03-241-1/+1
| | | | | | | Changes: http://search.cpan.org/dist/SQL-Abstract/Changes Notes: svn path=/head/; revision=251437
* Update to 1.62.Anton Berezin2010-03-151-1/+1
| | | | | | | Changes: http://search.cpan.org/dist/SQL-Abstract/Changes Notes: svn path=/head/; revision=251077
* Update to 1.61.Anton Berezin2010-02-051-1/+1
| | | | | | | Changes: http://search.cpan.org/dist/SQL-Abstract/Changes Notes: svn path=/head/; revision=249313
* Update to 1.60.Anton Berezin2009-09-221-1/+1
| | | | | | | | 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-041-3/+1
| | | | | | | Changes: http://search.cpan.org/dist/SQL-Abstract/Changes Notes: svn path=/head/; revision=240874
* Update to 1.57.Anton Berezin2009-09-031-1/+1
| | | | | | | 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-191-1/+1
| | | | | | | | | PR: ports/135730 Approved by: maintainer (lbr) Submitted by: myself (pgollucci@) Notes: svn path=/head/; revision=236306
* - Update to 1.55Philip M. Gollucci2009-06-151-1/+1
| | | | | | | | | 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-041-4/+3
| | | | Notes: svn path=/head/; revision=233180
* Update to 1.51Lars Balker Rasmussen2009-03-291-3/+1
| | | | Notes: svn path=/head/; revision=231237
* Update to 1.50Lars Balker Rasmussen2009-03-221-2/+11
| | | | | | | | 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-091-2/+1
| | | | | | | http://search.cpan.org/src/MSTROUT/SQL-Abstract-1.24/Changes) Notes: svn path=/head/; revision=216642
* Update to 1.23Lars Balker Rasmussen2008-07-091-1/+1
| | | | 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
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-7/+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 1.22Lars Balker Rasmussen2007-01-051-1/+2
| | | | Notes: svn path=/head/; revision=181538
* Changing email-address on my 80 ports.Lars Balker Rasmussen2006-05-011-1/+1
| | | | | | | Approved by: erwin (mental) Notes: svn path=/head/; revision=161060
* - Update to 1.21Sergey Matveychuk2006-03-261-1/+1
| | | | | | | | PR: ports/94965 Submitted by: maintainer Notes: svn path=/head/; revision=158180