aboutsummaryrefslogtreecommitdiffstats
path: root/databases/p5-SQL-Abstract
Commit message (Collapse)AuthorAgeFilesLines
* Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, exceptdes2018-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)
* - Fix LICENSE_FILEwen2018-08-231-3/+2
| | | | Spotted by: sunpoet@
* - Add LICENSE_FILE_*wen2018-08-221-1/+6
| | | | | | | - Update DEPENDS PR: 229695 Submitted by: svysh.fbsd@gmail.com
* - Update to 1.86wen2018-07-172-4/+4
| | | | Changes: https://metacpan.org/release/SQL-Abstract
* Update WWWsunpoet2018-05-281-1/+1
| | | | | | | search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
* Update to 1.85sunpoet2018-01-282-4/+4
| | | | Changes: http://search.cpan.org/dist/SQL-Abstract/Changes
* Fix license information for portgs that use "the same license as Perl".mat2017-09-151-1/+1
| | | | Sponsored by: Absolight
* Update to 1.84sunpoet2017-04-042-4/+4
| | | | Changes: http://search.cpan.org/dist/SQL-Abstract/Changes
* Update to 1.82sunpoet2017-03-232-5/+6
| | | | Changes: http://search.cpan.org/dist/SQL-Abstract/Changes
* Fix *_DEPENDSsunpoet2017-01-091-4/+4
| | | | | | - Bump PORTREVISION for dependency change SQL::Abstract::Test requires Test::Deep.
* Fix *_DEPENDSsunpoet2017-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>
* - Fix trailing whitespace in pkg-descrs, categories [a-f]*amdmi32016-05-191-1/+1
| | | | Approved by: portmgr blanket
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.mat2016-04-011-5/+5
| | | | | With hat: portmgr Sponsored by: Absolight
* Some OCD cleanups on some of the perl@ ports.adamw2015-03-131-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.
* Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-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
* - Update to 1.81culot2014-10-312-3/+3
| | | | Changes: http://search.cpan.org/dist/SQL-Abstract/Changes
* Cleanup plistbapt2014-10-201-8/+0
|
* - Update to 1.80culot2014-10-152-7/+5
| | | | | | - Remove unneeded dependencies Changes: http://search.cpan.org/dist/SQL-Abstract/Changes
* - update to 1.78leeym2014-07-153-5/+5
|
* - Update to 1.77culot2014-02-052-4/+4
| | | | Changes: http://search.cpan.org/dist/SQL-Abstract/Changes
* - Update to 1.75sunpoet2013-12-312-5/+6
| | | | | | - Add missing TEST_DEPENDS Changes: http://search.cpan.org/dist/SQL-Abstract/Changes
* Support STAGEDIR.vanilla2013-11-032-6/+4
|
* 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-1/+2
| | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default.
* Update to 1.74.mat2013-06-062-8/+4
|
* Cleanup supporting perl version 5.8 and 5.10,az2012-12-171-7/+1
| | | | lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
* - Update to 1.73sunpoet2012-07-113-17/+22
| | | | | | | - Add LICENSE - Sort MAN3 and PLIST Changes: http://search.cpan.org/dist/SQL-Abstract/Changes
* - Update TEST_DEPENDSswills2011-09-221-1/+2
|
* - Update to 1.72wen2010-12-232-4/+4
| | | | ChangeLog: http://cpansearch.perl.org/src/FREW/SQL-Abstract-1.72/Changes
* - Update to 1.71wen2010-11-102-4/+3
| | | | Changelog: http://search.cpan.org/src/RIBASUSHI/SQL-Abstract-1.71/Changes
* - Update to 1.69culot2010-10-263-5/+9
| | | | | | | - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/SQL-Abstract/Changes Approved by: sahil@ (mentor)
* - Update to 1.68wen2010-09-203-5/+17
| | | | | | | - Add missing depends PR: ports/150639 Submitted by: Frederic Culot <frederic@culot.org>
* - Update to 1.67wen2010-06-012-4/+4
|
* Update to 1.66az2010-05-062-4/+4
| | | | Changes: http://search.cpan.org/dist/SQL-Abstract/Changes
* - Update to 1.65wen2010-04-122-4/+4
|
* Update to 1.63.tobez2010-03-242-4/+4
| | | | Changes: http://search.cpan.org/dist/SQL-Abstract/Changes
* Update to 1.62.tobez2010-03-152-4/+4
| | | | Changes: http://search.cpan.org/dist/SQL-Abstract/Changes
* Update to 1.61.tobez2010-02-062-4/+4
| | | | Changes: http://search.cpan.org/dist/SQL-Abstract/Changes
* Update to 1.60.tobez2009-09-222-4/+4
| | | | | Changes: http://search.cpan.org/dist/SQL-Abstract/Changes Feature safe: yes
* Update to 1.58.tobez2009-09-052-6/+4
| | | | Changes: http://search.cpan.org/dist/SQL-Abstract/Changes
* Update to 1.57.tobez2009-09-042-4/+4
| | | | Changes: http://search.cpan.org/dist/SQL-Abstract/Changes
* Reset lbr@FreeBSD.org due to maintainer-timeouts and no response to email.linimon2009-08-161-1/+1
| | | | Hat: portmgr
* - Update to 1.56pgollucci2009-06-202-4/+4
| | | | | | PR: ports/135730 Approved by: maintainer (lbr) Submitted by: myself (pgollucci@)
* - Update to 1.55pgollucci2009-06-162-4/+4
| | | | | | PR: ports/135101 Approved by: maintainer timeout (lbr; 2 weeks 1 day) Submitted by: pgollucci@ (myself)
* Update to 1.53lbr2009-05-042-7/+6
|
* Update to 1.51lbr2009-03-292-6/+4
|
* Update to 1.50lbr2009-03-223-7/+18
| | | | | PR: 132617 Submitted by: Wen Heping <wenheping@gmail.com>
* Update to 1.24 (apparantly 1.23 was FUBAR: ↵lbr2008-07-102-5/+4
| | | | http://search.cpan.org/src/MSTROUT/SQL-Abstract-1.24/Changes)
* Update to 1.23lbr2008-07-102-4/+4
|
* - 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)
* 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 1.22lbr2007-01-062-4/+5
|
* Changing email-address on my 80 ports.lbr2006-05-011-1/+1
| | | | Approved by: erwin (mental)
* - Update to 1.21sem2006-03-272-4/+4
| | | | | PR: ports/94965 Submitted by: maintainer
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-2/+2
| | | | | Approved by: krion@ PR: ports/88711 (related)
* Update to 1.20mnag2005-10-022-3/+3
| | | | | | PR: 86786 Submitted by: Emanuel Haupt <ehaupt@critical.ch> Approved by: lars@balker.org (maintainer), pav (mentor)
* search.cpan.org redirect reduction canonicalization project, pass 1:fenner2005-09-221-1/+1
| | | | | | | | URLs automatically rewritten from /search?dist=Foo or /dist/Foo to /dist/Foo/ (note trailing slash). After a 2002(!) reorganization, this is the preferred way to refer to modules on search.cpan.org. This pass brought to you by http://people.freebsd.org/~fenner/fix-search
* Mark IGNORE for old perl versions.novel2005-07-101-1/+7
| | | | Reported by: pointyhat via kris
* - update to 1.19novel2005-07-072-4/+4
| | | | | | | - pass maintainership to Lars Balker Rasmussen (lars@balker.dk) PR: 83072 Submitted by: Dominic Mitchell (former maintainer)
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
|
* Update to 1.13erwin2003-11-042-2/+2
| | | | | | PR: 58077 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Approved by: maintainer timeout (almost 3 weeks)
* utilize SITE_PERLijliao2003-10-242-6/+5
| | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
* Add p5-SQL-Abstract 1.10,erwin2003-06-194-0/+40
perl extension to generate SQL from Perl data structures. PR: 48411 Submitted by: Dominic Mitchell <dom@happygiraffe.net>