Commit graph

118 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
01ed807eb6 - Update to 4.033
Changes:	http://search.cpan.org/dist/DBD-mysql/ChangeLog
2015-10-27 15:50:35 +00:00
Kurt Jaeger
c6cfc3974c databases/p5-DBD-mysql: 4.031 -> 4.032
http://cpansearch.perl.org/src/CAPTTOFU/DBD-mysql-4.032/ChangeLog
- Added support for utf8mb4 by Daniël van Eeden and Eric Herman (Booking.com)
- Added patch for connection attributes in MySQL 5.6.6+, by Daniël van Eeden
  and Eric Herman (Booking.com).
- Fixed test rt88006-bit-prepare on MyISAM storage
  (Reported both in RT102657 and by Scimon on github)
- Fix for https://rt.cpan.org/Public/Bug/Display.html?id=102717
  "Fritz" Friedrich Haubensak (hsk AT fli-leibniz DOT de)
- Corrected name of INSTALL.pm in POD
  David Farrell <davidnmfarrell AT gmail DOT com>
2015-07-22 11:04:24 +00:00
Sunpoet Po-Chuan Hsieh
a03705a4ac - Cleanup CONFLICTS_INSTALL 2015-06-29 04:58:00 +00:00
Adam Weinberger
9e00ce3f62 Some OCD cleanups on some of the perl@ ports.
- 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.
2015-03-12 23:00:02 +00:00
Adam Weinberger
b9a8e857ba Update to 4.031.
Changes: https://metacpan.org/changes/distribution/DBD-mysql
2015-03-06 22:43:28 +00:00
Kurt Jaeger
3760d7547a databases/p5-DBD-mysql: 4.028 -> 4.029
- Added fix to tests to create test database if not exists (constant
  failure on Travis) (CaptTofu)
- Support the fraction of (Oracle) MySQL Fabric that is supported by the
  most recent Connector/C (Steffen Mueller smueller@cpan.org)
- Milan Sorm <sorm@is4u.cz> for work on statistics_info
- Fix for RT 97625, use after free()
  Reini Urban rurban@cpan.org and Giovanni Bechis <giovanni@bigio.snb.it>
2014-12-12 23:04:14 +00:00
Mathieu Arnold
eee58d187e Change the way Perl modules are installed, update the default Perl to 5.18.
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
2014-11-26 13:08:24 +00:00
Baptiste Daroussin
3edc030b9f Cleanup plist 2014-10-20 10:41:12 +00:00
Kurt Jaeger
69a6b9fc21 databases/p5-DBD-mysql: 4.027 -> 4.028
http://cpansearch.perl.org/src/CAPTTOFU/DBD-mysql-4.028/ChangeLog

- Fixed bug in mysql.xs where dbh was being used as error code
- RT #97570: fix wrong salloc free in mysql_st_internal_execute
  (Reini Urban, cPanel)
- Fix RT #97625 use-after-free in mysql_dr_error, and #86153
  (Reini Urban, cPanel)
- find mysql.h for MariaDB on Win32 (Graham Ollis)
- Update mysql.pm to work with ipv6 and ipv4 addresses (katyavoid)
2014-08-02 12:56:23 +00:00
Mathieu Arnold
61de712f46 Remove all the bootstrap files (.bs) from the plists.
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
2014-06-10 12:14:12 +00:00
Sunpoet Po-Chuan Hsieh
9593682e2b - Update to 4.027
Changes:	http://search.cpan.org/dist/DBD-mysql/ChangeLog
2014-03-25 19:34:13 +00:00
Mathieu Arnold
6d1dc5774d Update to 4.026
PR:		ports/185887
Submitted by:	Kurt Jaeger
Sponsored by:	Absolight
2014-01-21 07:17:09 +00:00
Sunpoet Po-Chuan Hsieh
7d04af6d39 - Use %%PERL_ARCH%% instead of mach
- Sort PLIST
2013-12-13 02:02:53 +00:00
Philippe Audeoud
03d0cbf324 - Add missing files for p5-DBD-mysql51, p5-DBD-mysql52, p5-DBD-mysql55 with staging 2013-12-10 15:55:29 +00:00
Sunpoet Po-Chuan Hsieh
3c1462fe14 - Update to 4.025
Changes:	http://search.cpan.org/dist/DBD-mysql/ChangeLog
2013-11-05 19:04:49 +00:00
Vanilla I. Shu
2bf8c2e6f0 Support STAGEDIR. 2013-11-03 06:53:54 +00:00
Sunpoet Po-Chuan Hsieh
93981ceb01 - Update to 4.024
- Remove unnecessary DISTNAME
- Use CONFLICTS_INSTALL instead of CONFLICTS
- Add TEST_DEPENDS
- Convert to new OPTIONS simplifier
- Sort PLIST

Changes:	http://search.cpan.org/dist/DBD-mysql/ChangeLog
2013-09-21 15:17:31 +00:00
Baptiste Daroussin
36117d7097 Add NO_STAGE all over the place in preparation for the staging support (cat: databases) 2013-09-20 16:13:47 +00:00
Mathieu Arnold
4819ca343b - Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
2013-08-02 18:52:07 +00:00
Mathieu Arnold
60b3520df4 Update to 4.023. 2013-06-05 09:13:25 +00:00
Baptiste Daroussin
43d6c31649 Reassign p5-* ports from skv to perl@
While here trim headers

Feature safe:	yes
2013-04-22 12:53:58 +00:00
Baptiste Daroussin
14bc5a6c11 Convert to new options framework left unconverted ports in databases category 2013-03-21 17:43:46 +00:00
Sergey Skvortsov
5b93e57dbe Update to 4.021
Changes:	http://cpansearch.perl.org/src/CAPTTOFU/DBD-mysql-4.021/ChangeLog
2012-05-07 15:22:10 +00:00
Sergey Skvortsov
2676b395c6 Update to 4.020
Changes:	http://cpansearch.perl.org/src/CAPTTOFU/DBD-mysql-4.020/ChangeLog
Feature safe:	yes
2012-03-22 21:03:01 +00:00
Philip M. Gollucci
9b9b7ae711 - fix an obvious typo in the RUN_DEPENDS spotted by pkgng
With Hat:   perl@
2012-02-29 23:35:54 +00:00
Sergey Skvortsov
cb0d61548e Update to 4.019
Changes:	http://cpansearch.perl.org/src/CAPTTOFU/DBD-mysql-4.019/ChangeLog
Submitted by:	flo
2011-05-20 13:06:02 +00:00
Sergey Skvortsov
5141f5a5ce - Update to 4.018
- Set LICENSE

Changes:	http://search.cpan.org/src/CAPTTOFU/DBD-mysql-4.018/ChangeLog
PR:		ports/153571
Submitted by:	Steve Wills <steve@mouf.net>
2011-02-26 16:20:09 +00:00
Philip M. Gollucci
ec6430a49f - OPTIONally support SSL
PR:             ports/152230
Submitted by:   Emanuel Haupt <ehaupt@freebsd.org>
Approved by:    maintainer timeout (skv ; 24 days)
2010-12-10 23:05:36 +00:00
Sergey Skvortsov
3eb6d9d26a Update to 4.017
Changes:	http://cpansearch.perl.org/src/CAPTTOFU/DBD-mysql-4.017/ChangeLog
2010-09-01 09:43:55 +00:00
Sergey Skvortsov
90b68bf93b Update to 4.016
Changes:	http://cpansearch.perl.org/src/CAPTTOFU/DBD-mysql-4.016/ChangeLog
2010-07-23 13:53:22 +00:00
Sergey Skvortsov
ed7fdfe068 Update to 4.014
Changes:	http://cpansearch.perl.org/src/CAPTTOFU/DBD-mysql-4.014/ChangeLog
2010-07-08 16:11:54 +00:00
Alex Dupre
02deaaf2a7 As announced, remove MySQL 6.0 (dead development branch) and update CONFLICTS. 2010-01-11 11:58:42 +00:00
Philip M. Gollucci
50efa78c6f - Update to 4.013
PR:             ports/141476
Approved by:    maintainer timeout (skv; 25 days)
Submitted by:   myself (pgollucci@)
2010-01-09 23:33:54 +00:00
Sergey Skvortsov
e23b803a87 Update to 4.012
Changes:	http://cpansearch.perl.org/src/CAPTTOFU/DBD-mysql-4.012/ChangeLog
PR:		ports/135724
Submitted by:	pgollucci
2009-07-03 14:32:48 +00:00
Sergey Skvortsov
428a152569 Update to 4.010
Changes:	http://cpansearch.perl.org/src/CAPTTOFU/DBD-mysql-4.010/ChangeLog
PR:		ports/131387
Submitted by:	pgollucci
2009-02-23 14:48:24 +00:00
Alex Dupre
53bc007260 Update CONFLICTS. 2008-07-26 08:38:03 +00:00
Alex Dupre
b3b01af94f Remove unneeded patch. MySQL 5.1.24 reverted to original API. 2008-04-23 05:48:44 +00:00
Marcelo Araujo
4aaab89f57 - Take advantage of CPAN macro from bsd.sites.mk, change ${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)
2008-04-17 14:30:31 +00:00
Alex Dupre
8dae7d08c8 Fix build with mysql 5.1.23. 2008-02-17 21:42:05 +00:00
Sergey Skvortsov
476874b4e7 Update to 4.006 2008-02-07 14:16:07 +00:00
Sergey Skvortsov
5e078d5a44 Update to 4.005
Changes:	http://search.cpan.org/src/CAPTTOFU/DBD-mysql-4.005/ChangeLog
2007-06-13 05:41:04 +00:00
Peter Pentchev
9928d15daf Unbreak DBD::mysql for MySQL 4.0.x - remove all the mysql_sqlstate()
ifdef's from dbdimp.c and dbdimp.h, as upstream apparently intended in
4.003, but did not quite catch them all.

Approved by:	skv (maintainer)
2007-03-22 15:46:26 +00:00
Sergey Skvortsov
b55ee2f6da Update to 4.003
Changes:	http://search.cpan.org/src/CAPTTOFU/DBD-mysql-4.003/ChangeLog
2007-03-21 13:07:07 +00:00
Sergey Skvortsov
d4c0c0970f * update to 4.001
* remove support of perl < 5.6

Changes:	http://search.cpan.org/src/CAPTTOFU/DBD-mysql-4.001/ChangeLog
2007-02-06 18:32:16 +00:00
Sergey Skvortsov
8500c0402b Update to 4.00
Changes:	http://search.cpan.org/src/CAPTTOFU/DBD-mysql-4.00/ChangeLog
2006-12-25 14:37:40 +00:00
Sergey Skvortsov
043109952f Update to 3.0008
Changes:	http://search.cpan.org/src/CAPTTOFU/DBD-mysql-3.0008/ChangeLog
2006-11-02 14:08:19 +00:00
Marcus Alves Grando
0dc1587de9 - portlint(1) in PORTREVISION
- Fix build with 4.x

Approved by:	skv
2006-09-14 17:31:34 +00:00
Sergey Skvortsov
5fcd360fce Update to 3.0007
Changes:	http://search.cpan.org/src/CAPTTOFU/DBD-mysql-3.0007/ChangeLog
PR:		ports/103071
Submitted by:	Jin-Shan Tseng <tjs xx cdpa.nsysu.edu.tw>
2006-09-12 11:45:26 +00:00
Sergey Skvortsov
8c88427820 Update to 3.0006
Changes:	http://search.cpan.org/src/CAPTTOFU/DBD-mysql-3.0006/ChangeLog
2006-06-12 11:35:34 +00:00
Sergey Skvortsov
6ff36bce8f Update to 3.0004
Changes:	http://search.cpan.org/src/CAPTTOFU/DBD-mysql-3.0004/ChangeLog
PR:		ports/97677
Submitted by:	leeym
2006-05-24 07:09:03 +00:00