aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBD-ODBC
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - Update to 1.61Wen Heping2020-02-022-4/+4
| | | | Notes: svn path=/head/; revision=524816
* Update to 1.60Sunpoet Po-Chuan Hsieh2018-11-012-5/+7
| | | | | | | | | | - Sort *_DEPENDS - Add TEST_DEPENDS Changes: https://metacpan.org/changes/distribution/DBD-ODBC Notes: svn path=/head/; revision=483718
* 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
* Update to 1.59Sunpoet Po-Chuan Hsieh2018-08-132-4/+4
| | | | | | | Changes: https://metacpan.org/changes/distribution/DBD-ODBC Notes: svn path=/head/; revision=477096
* 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.58Sunpoet Po-Chuan Hsieh2018-03-212-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/DBD-ODBC/Changes Notes: svn path=/head/; revision=465215
* Update to 1.57Sunpoet Po-Chuan Hsieh2018-03-022-5/+7
| | | | | | | | | | - Convert to options target helper Changes: http://search.cpan.org/dist/DBD-ODBC/Changes https://github.com/perl5-dbi/DBD-ODBC/blob/master/Changes Notes: svn path=/head/; revision=463431
* 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.56.Adam Weinberger2016-10-082-3/+4
| | | | | | | Changes: https://metacpan.org/changes/distribution/DBD-ODBC Notes: svn path=/head/; revision=423518
* 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
* Start removing MASTER_SITE_SUBDIR=CPAN:username where possible. TheAdam Weinberger2015-06-241-1/+0
| | | | | | | | | downside to having this set is that portscout cannot find new releases when the username changes (which happens often in large projects with multiple maintainers). Notes: svn path=/head/; revision=390487
* - Update to 0.52Sunpoet Po-Chuan Hsieh2015-04-173-7/+6
| | | | | | | | | - Regenerate patch file Changes: http://search.cpan.org/dist/DBD-ODBC/Changes Notes: svn path=/head/; revision=384176
* Some OCD cleanups on some of the perl@ ports.Adam Weinberger2015-03-122-2/+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
* - Remove deprecated PTHREAD_*Sunpoet Po-Chuan Hsieh2015-01-011-6/+4
| | | | | | | | | - Use REINPLACE_CMD instead of PERL - Add PORTSCOUT - Simplify Makefile Notes: svn path=/head/; revision=375943
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-4/+0
| | | | Notes: svn path=/head/; revision=371255
* databases/p5-DBD-ODBC: 1.45_1 -> 1.50Kurt Jaeger2014-07-253-5/+16
| | | | | | | | | http://cpansearch.perl.org/src/MJEVANS/DBD-ODBC-1.50/Changes - This release removes the odbc_old_unicode attribute Notes: svn path=/head/; revision=362894
* 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
* UnbreakAntoine Brodin2014-05-061-0/+1
| | | | Notes: svn path=/head/; revision=353117
* Fix unixODBC vs libiodbc conflictsBaptiste Daroussin2014-05-051-23/+1
| | | | | | | | | | | | | | | | | | | Always rely on unixODBC each time a port is looking for libodbc.so Remove odbc compat from libiodbc This allows to install both kde and gnome at the same time While here: - Convert libiodbc to USES=libtool - Convert a bunch of libiodbc dependencies to USES=libtool - Chase libiodbc.so shlib change - Stagify some ports - Convert some ports to USES=pgsql Discussed with: rakuco (kde) With hat: portmgr Notes: svn path=/head/; revision=353029
* Reduce over inclusion of bsd.port.mkBaptiste Daroussin2014-01-151-3/+1
| | | | Notes: svn path=/head/; revision=339866
* - Wrap up cd && foo in parenthesis, it'd break with bmake -jMathieu Arnold2013-11-241-4/+4
| | | | | | | - Replace some FIND ... CPIO with COPYTREE_SHARE. Notes: svn path=/head/; revision=334748
* - Update to 1.45Sunpoet Po-Chuan Hsieh2013-11-052-6/+8
| | | | | | | | | | - Convert to new options helper - Support STAGEDIR Changes: http://search.cpan.org/dist/DBD-ODBC/Changes Notes: svn path=/head/; revision=332880
* Support STAGEDIR.Vanilla I. Shu2013-11-032-7/+5
| | | | 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.43.Anton Berezin2013-03-072-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/DBD-ODBC/Changes Notes: svn path=/head/; revision=313580
* - Update to 1.41Philippe Audeoud2013-01-252-8/+4
| | | | | | | - Changelog: http://search.cpan.org/dist/DBD-ODBC/Changes#Changes_in_DBD::ODBC_1.41_October_23_2012 Notes: svn path=/head/; revision=310979
* Cleanup supporting perl version 5.8 and 5.10,Andrej Zverev2012-12-171-4/+0
| | | | | | | lang/perl5.8 and lang/5.10 will be removed from ports tree soon. Notes: svn path=/head/; revision=309071
* - Update to 1.39Sunpoet Po-Chuan Hsieh2012-07-082-24/+35
| | | | | | | | | - Convert to new options framework Changes: http://search.cpan.org/dist/DBD-ODBC/Changes Notes: svn path=/head/; revision=300628
* - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} orSteve Wills2012-06-101-1/+1
| | | | | | | | | | | RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi) Notes: svn path=/head/; revision=298970
* SITE_PERL --> package dependencies, chunks 2-3Chris Rees2012-06-031-1/+1
| | | | | | | Submitted by: az Notes: svn path=/head/; revision=298118
* - Update to 1.37Wen Heping2012-04-092-3/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=294414
* - Update to 1.35Wen Heping2012-03-072-4/+3
| | | | Notes: svn path=/head/; revision=292858
* - Chase unixODBC shlib bumpMartin Wilke2012-02-061-1/+2
| | | | Notes: svn path=/head/; revision=290490
* - Update to 1.33Sunpoet Po-Chuan Hsieh2011-12-022-3/+4
| | | | | | | | Changes: http://search.cpan.org/dist/DBD-ODBC/Changes Feature safe: yes Notes: svn path=/head/; revision=286756
* - Fix LICENSE (Artistic 1 instead of Artistic 2)Frederic Culot2011-10-071-3/+3
| | | | | | | | | | - Pet portlint(1) PR: ports/161336 Submitted by: Simon Olofsson <simon@olofsson.de> Notes: svn path=/head/; revision=283112
* - Update to 1.31Philippe Audeoud2011-07-152-3/+3
| | | | | | | - Changes: http://search.cpan.org/dist/DBD-ODBC/Changes#Changes_in_DBD::ODBC_1.31_June_21,_2011 Notes: svn path=/head/; revision=277738
* - Update to 1.29Philippe Audeoud2011-05-243-3/+7
| | | | | | | - Add LICENSE info Notes: svn path=/head/; revision=274567
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Update to 1.25Wen Heping2010-09-262-4/+4
| | | | Notes: svn path=/head/; revision=261865
* - 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.24Baptiste Daroussin2010-08-282-4/+4
| | | | | | | Approved by: mentors (implicit) Notes: svn path=/head/; revision=260136
* - fix BUILD_DEPENDSYen-Ming Lee2009-11-091-1/+1
| | | | Notes: svn path=/head/; revision=244004
* - update to 1.23Yen-Ming Lee2009-11-092-10/+7
| | | | Notes: svn path=/head/; revision=244000
* Reset mat@FreeBSD.org due to maintainer-timeouts and no response to email.Mark Linimon2009-08-161-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=239641
* Update to 1.19Mathieu Arnold2009-04-062-4/+4
| | | | Notes: svn path=/head/; revision=231714
* Update to 1.18Mathieu Arnold2009-02-132-5/+5
| | | | Notes: svn path=/head/; revision=228201
* - Remove conditional checks relevant only on FreeBSD 5.x and olderPav Lucistnik2009-01-051-4/+0
| | | | Notes: svn path=/head/; revision=225288