notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: databases/p5-DBD-mysql/Makefile
SVNWeb

Number of commits found: 93

Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 20 Jul 2022
[ 14:21 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:d076ad94e206dda108061fe99ddb860d93cc6d16  commit hash:d076ad94e206dda108061fe99ddb860d93cc6d16  commit hash:d076ad94e206dda108061fe99ddb860d93cc6d16  d076ad9  (Only the first 10 of 718 ports in this commit are shown above. View all ports for this commit)
databases: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Choe, Cheng-Dae" whitekid
  *  "Mahdi Mokhtari <mokhi64@gmail.com>"
  *  "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
  *  <hvo.pm@xs4all.nl>
  *  <jsmith@resonatingmedia.com>
  *  <ports@c0decafe.net>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alan Snelson <Alan@Wave2.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 23 Nov 2021
[ 22:11 Stefan Eßer (se) search for other commits by this committer ]    commit hash:5933ac0b099d61d98eb531d373cf57a8927bc7af  commit hash:5933ac0b099d61d98eb531d373cf57a8927bc7af  commit hash:5933ac0b099d61d98eb531d373cf57a8927bc7af  5933ac0  (Only the first 10 of 157 ports in this commit are shown above. View all ports for this commit)
*/*: Remove redundant '-[0-9]*' from CONFLICTS_INSTALL

The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Approved by: portmgr (blanket)
Fri, 16 Apr 2021
[ 14:11 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:2ce09943e35acc23226f18e9020dab2752281450  commit hash:2ce09943e35acc23226f18e9020dab2752281450  commit hash:2ce09943e35acc23226f18e9020dab2752281450  2ce0994 
databases/p5-DBD-mysql: portline & portclippy

Also, this is not a slave port any more.
[ 14:11 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:2ef2d943eec51c95c26a8aeda9d51286c38c86be  commit hash:2ef2d943eec51c95c26a8aeda9d51286c38c86be  commit hash:2ef2d943eec51c95c26a8aeda9d51286c38c86be  2ef2d94 
databases/p5-DBD-mysql: Enable SSL by default.

MySQL always has SSL enabled, and DBD::mysql has the knob on by default,
make sense to follow the trend.

Reported by:	Ryan Perry (email to perl@)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Mon, 29 Jul 2019
[ 19:15 pkubaj search for other commits by this committer ] Original commit   Revision:507586
databases/p5-DBD-mysql: fix build on GCC architectures

--libs needs -L/usr/local/lib/gcc9 to find libatomic (needed since MySQL 5.7) on
GCC architectures.

PR:		239505
Approved by:	mat (mentor, maintainer)
Sat, 6 Jul 2019
[ 15:14 antoine search for other commits by this committer ] Original commit   Revision:505998
Revert r505994 and dependency loop

Pointy hat:	pkubaj
With hat:	portmgr
[ 13:21 pkubaj search for other commits by this committer ] Original commit   Revision:505994
databases/p5-DBD-mysql: fix build with GCC architectures

Add USES=compiler:c11 (also to lang/perl5* ports) since it's necessary:
Can't link/include C library 'atomic', aborting.

Approved by:    mentors (implicit approval)
Wed, 16 Jan 2019
[ 06:35 pi search for other commits by this committer ] Original commit   Revision:490454
databases/p5-DBD-mysql: update 4.048 -> 4.050

Relnotes:	https://metacpan.org/changes/distribution/DBD-mysql
Sat, 6 Oct 2018
[ 13:06 des search for other commits by this committer ] Original commit   Revision:481365 (Only the first 10 of 2492 ports in this commit are shown above. View all ports for this commit)
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.

Approved by:	portmgr (adamw)
Sun, 16 Sep 2018
[ 00:07 sunpoet search for other commits by this committer ] Original commit   Revision:479858
Update to 4.048

Changes:	https://metacpan.org/changes/distribution/DBD-mysql
Mon, 10 Sep 2018
[ 20:27 sunpoet search for other commits by this committer ] Original commit   Revision:479466
Update to 4.047

Changes:	https://metacpan.org/changes/distribution/DBD-mysql
Fri, 9 Feb 2018
[ 14:07 sunpoet search for other commits by this committer ] Original commit   Revision:461301
Update to 4.046

Changes:	http://search.cpan.org/dist/DBD-mysql/Changes
Thu, 8 Feb 2018
[ 13:00 sunpoet search for other commits by this committer ] Original commit   Revision:461225
Update to 4.045

Changes:	http://search.cpan.org/dist/DBD-mysql/Changes
Sat, 27 Jan 2018
[ 10:24 sunpoet search for other commits by this committer ] Original commit   Revision:460092
Update to 4.044

Changes:	http://search.cpan.org/dist/DBD-mysql/Changes
Fri, 15 Sep 2017
[ 08:58 mat search for other commits by this committer ] Original commit   Revision:449893 (Only the first 10 of 2495 ports in this commit are shown above. View all ports for this commit)
Fix license information for portgs that use "the same license as Perl".

Sponsored by:	Absolight
Fri, 30 Jun 2017
[ 13:05 sunpoet search for other commits by this committer ] Original commit   Revision:444724
Update to 4.043

Changes:	http://search.cpan.org/dist/DBD-mysql/Changes
Thu, 9 Mar 2017
[ 16:12 sunpoet search for other commits by this committer ] Original commit   Revision:435768
Update to 4.042

- Complete SSL option

Changes:	http://search.cpan.org/dist/DBD-mysql/Changes
Fri, 2 Dec 2016
[ 11:58 mat search for other commits by this committer ] Original commit   Revision:427552 (Only the first 10 of 119 ports in this commit are shown above. View all ports for this commit)
Do not use post-stage.  Use post-install instead.

The only reason to use post-stage is because the port needs to do
"things" at a later time, like some plist manipulation.
While there, fold post-install in do-install targets when they are
defined.

PR:		214780
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Tue, 29 Nov 2016
[ 18:51 sunpoet search for other commits by this committer ] Original commit   Revision:427391
- Update to 4.041

Changes:	http://search.cpan.org/dist/DBD-mysql/Changes
Mon, 21 Nov 2016
[ 17:36 sunpoet search for other commits by this committer ] Original commit   Revision:426743
- Update to 4.040

Changes:	http://search.cpan.org/dist/DBD-mysql/Changes
Sat, 19 Nov 2016
[ 17:08 sunpoet search for other commits by this committer ] Original commit   Revision:426463
- Update to 4.039

Changes:	http://search.cpan.org/dist/DBD-mysql/Changes
Mon, 3 Oct 2016
[ 09:26 pi search for other commits by this committer ] Original commit   Revision:423178
databases/p5-DBD-mysql: 4.036 -> 4.037

Security release to patch possible buffer overflow in prepared
statements. Reported and fixed by Pali Rohar. This vulnerability
is present in all releases at least back to versions 3.0 of the
driver, which were released in 2005.

Security:	CVE-2016-1246
Changes:	http://cpansearch.perl.org/src/MICHIELB/DBD-mysql-4.037/Changes
MFH:		2016Q3
Mon, 12 Sep 2016
[ 02:07 wen search for other commits by this committer ] Original commit   Revision:421895
- Update to 4.036
Changes: http://cpansearch.perl.org/src/MICHIELB/DBD-mysql-4.036/Changes
Sun, 10 Jul 2016
[ 03:20 wen search for other commits by this committer ] Original commit   Revision:418297
- Update to 4.035
Changes: http://cpansearch.perl.org/src/MICHIELB/DBD-mysql-4.035/Changes
Sun, 26 Jun 2016
[ 17:24 sunpoet search for other commits by this committer ] Original commit   Revision:417591
- Use USES=mysql
Mon, 30 May 2016
[ 15:33 mat search for other commits by this committer ] Original commit   Revision:416157 (Only the first 10 of 56 ports in this commit are shown above. View all ports for this commit)
Starting at ExtUtils::MakeMaker 7.06 and Perl 5.25.1, the base
README.pod is no longer manified into a README.3, as the README.pod is
installed and can be read with perldoc, remove the README.3 files that
may be generated.

With hat:	perl@
Sponsored by:	Absolight
Fri, 1 Apr 2016
[ 14:00 mat search for other commits by this committer ] Original commit   Revision:412346 (Only the first 10 of 5103 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Tue, 27 Oct 2015
[ 15:50 sunpoet search for other commits by this committer ] Original commit   Revision:400272
- Update to 4.033

Changes:	http://search.cpan.org/dist/DBD-mysql/ChangeLog
Wed, 22 Jul 2015
[ 11:04 pi search for other commits by this committer ] Original commit   Revision:392673
databases/p5-DBD-mysql: 4.031 -> 4.032

http://cpansearch.perl.org/src/CAPTTOFU/DBD-mysql-4.032/ChangeLog
- Added support for utf8mb4 by Daniel van Eeden and Eric Herman (Booking.com)
- Added patch for connection attributes in MySQL 5.6.6+, by Daniel 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>
Mon, 29 Jun 2015
[ 04:58 sunpoet search for other commits by this committer ] Original commit   Revision:390880
- Cleanup CONFLICTS_INSTALL
Fri, 6 Mar 2015
[ 22:43 adamw search for other commits by this committer ] Original commit   Revision:380654
Update to 4.031.

Changes: https://metacpan.org/changes/distribution/DBD-mysql
Fri, 12 Dec 2014
[ 23:04 pi search for other commits by this committer ] Original commit   Revision:374610
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>
Wed, 26 Nov 2014
[ 13:08 mat search for other commits by this committer ] Original commit   Revision:373448 (Only the first 10 of 10077 ports in this commit are shown above. View all ports for this commit)
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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sat, 2 Aug 2014
[ 12:56 pi search for other commits by this committer ] Original commit   Revision:363812
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)
Tue, 25 Mar 2014
[ 19:34 sunpoet search for other commits by this committer ] Original commit   Revision:349178
- Update to 4.027

Changes:	http://search.cpan.org/dist/DBD-mysql/ChangeLog
Tue, 21 Jan 2014
[ 07:17 mat search for other commits by this committer ] Original commit   Revision:340557
Update to 4.026

PR:		ports/185887
Submitted by:	Kurt Jaeger
Sponsored by:	Absolight
Tue, 5 Nov 2013
[ 19:04 sunpoet search for other commits by this committer ] Original commit   Revision:332896
- Update to 4.025

Changes:	http://search.cpan.org/dist/DBD-mysql/ChangeLog
Sun, 3 Nov 2013
[ 06:53 vanilla search for other commits by this committer ] Original commit   Revision:332592 (Only the first 10 of 228 ports in this commit are shown above. View all ports for this commit)
Support STAGEDIR.
Sat, 21 Sep 2013
[ 15:17 sunpoet search for other commits by this committer ] Original commit   Revision:327825
- 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
Fri, 20 Sep 2013
[ 16:13 bapt search for other commits by this committer ] Original commit   Revision:327717 (Only the first 10 of 927 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases)
Fri, 2 Aug 2013
[ 18:52 mat search for other commits by this committer ] Original commit   Revision:324174 (Only the first 10 of 1871 ports in this commit are shown above. View all ports for this commit)
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
Wed, 5 Jun 2013
[ 09:13 mat search for other commits by this committer ] Original commit   Revision:319967
Update to 4.023.
Mon, 22 Apr 2013
[ 12:53 bapt search for other commits by this committer ] Original commit   Revision:316227
Reassign p5-* ports from skv to perl@
While here trim headers

Feature safe:	yes
Thu, 21 Mar 2013
[ 17:43 bapt search for other commits by this committer ] Original commit   Revision:314856 (Only the first 10 of 22 ports in this commit are shown above. View all ports for this commit)
Convert to new options framework left unconverted ports in databases category
Mon, 7 May 2012
[ 15:22 skv search for other commits by this committer ] Original commit 
Update to 4.021

Changes:       
http://cpansearch.perl.org/src/CAPTTOFU/DBD-mysql-4.021/ChangeLog
Thu, 22 Mar 2012
[ 21:03 skv search for other commits by this committer ] Original commit 
Update to 4.020

Changes:       
http://cpansearch.perl.org/src/CAPTTOFU/DBD-mysql-4.020/ChangeLog
Feature safe:   yes
Wed, 29 Feb 2012
[ 23:35 pgollucci search for other commits by this committer ] Original commit 
- fix an obvious typo in the RUN_DEPENDS spotted by pkgng

With Hat:   perl@
Fri, 20 May 2011
[ 13:06 skv search for other commits by this committer ] Original commit 
Update to 4.019

Changes:       
http://cpansearch.perl.org/src/CAPTTOFU/DBD-mysql-4.019/ChangeLog
Submitted by:   flo
Sat, 26 Feb 2011
[ 16:20 skv search for other commits by this committer ] Original commit 
- 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>
Fri, 10 Dec 2010
[ 23:05 pgollucci search for other commits by this committer ] Original commit 
- OPTIONally support SSL

PR:             ports/152230
Submitted by:   Emanuel Haupt <ehaupt@freebsd.org>
Approved by:    maintainer timeout (skv ; 24 days)
Wed, 1 Sep 2010
[ 09:43 skv search for other commits by this committer ] Original commit 
Update to 4.017

Changes:       
http://cpansearch.perl.org/src/CAPTTOFU/DBD-mysql-4.017/ChangeLog
Fri, 23 Jul 2010
[ 13:53 skv search for other commits by this committer ] Original commit 
Update to 4.016

Changes:       
http://cpansearch.perl.org/src/CAPTTOFU/DBD-mysql-4.016/ChangeLog
Thu, 8 Jul 2010
[ 16:11 skv search for other commits by this committer ] Original commit 
Update to 4.014

Changes:       
http://cpansearch.perl.org/src/CAPTTOFU/DBD-mysql-4.014/ChangeLog
Mon, 11 Jan 2010
[ 11:58 ale search for other commits by this committer ] Original commit  (Only the first 10 of 43 ports in this commit are shown above. View all ports for this commit)
As announced, remove MySQL 6.0 (dead development branch) and update CONFLICTS.
Sat, 9 Jan 2010
[ 23:33 pgollucci search for other commits by this committer ] Original commit 
- Update to 4.013

PR:             ports/141476
Approved by:    maintainer timeout (skv; 25 days)
Submitted by:   myself (pgollucci@)
Fri, 3 Jul 2009
[ 14:32 skv search for other commits by this committer ] Original commit 
Update to 4.012

Changes:       
http://cpansearch.perl.org/src/CAPTTOFU/DBD-mysql-4.012/ChangeLog
PR:             ports/135724
Submitted by:   pgollucci
Mon, 23 Feb 2009
[ 14:48 skv search for other commits by this committer ] Original commit 
Update to 4.010

Changes:       
http://cpansearch.perl.org/src/CAPTTOFU/DBD-mysql-4.010/ChangeLog
PR:             ports/131387
Submitted by:   pgollucci
Sat, 26 Jul 2008
[ 08:38 ale search for other commits by this committer ] Original commit 
Update CONFLICTS.
Thu, 17 Apr 2008
[ 14:30 araujo search for other commits by this committer ] Original commit  (Only the first 10 of 2168 ports in this commit are shown above. View all ports for this commit)
- 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)
Thu, 7 Feb 2008
[ 14:16 skv search for other commits by this committer ] Original commit 
Update to 4.006
Wed, 13 Jun 2007
[ 05:41 skv search for other commits by this committer ] Original commit 
Update to 4.005

Changes:        http://search.cpan.org/src/CAPTTOFU/DBD-mysql-4.005/ChangeLog
Wed, 21 Mar 2007
[ 13:07 skv search for other commits by this committer ] Original commit 
Update to 4.003

Changes:        http://search.cpan.org/src/CAPTTOFU/DBD-mysql-4.003/ChangeLog
Tue, 6 Feb 2007
[ 18:32 skv search for other commits by this committer ] Original commit 
* update to 4.001
* remove support of perl < 5.6

Changes:        http://search.cpan.org/src/CAPTTOFU/DBD-mysql-4.001/ChangeLog
Mon, 25 Dec 2006
[ 14:37 skv search for other commits by this committer ] Original commit 
Update to 4.00

Changes:        http://search.cpan.org/src/CAPTTOFU/DBD-mysql-4.00/ChangeLog
Thu, 2 Nov 2006
[ 14:08 skv search for other commits by this committer ] Original commit 
Update to 3.0008

Changes:        http://search.cpan.org/src/CAPTTOFU/DBD-mysql-3.0008/ChangeLog
Thu, 14 Sep 2006
[ 17:31 mnag search for other commits by this committer ] Original commit 
- portlint(1) in PORTREVISION
- Fix build with 4.x

Approved by:    skv
Tue, 12 Sep 2006
[ 11:45 skv search for other commits by this committer ] Original commit 
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>
Mon, 12 Jun 2006
[ 11:35 skv search for other commits by this committer ] Original commit 
Update to 3.0006

Changes:        http://search.cpan.org/src/CAPTTOFU/DBD-mysql-3.0006/ChangeLog
Wed, 24 May 2006
[ 07:09 skv search for other commits by this committer ] Original commit 
Update to 3.0004

Changes:        http://search.cpan.org/src/CAPTTOFU/DBD-mysql-3.0004/ChangeLog
PR:             ports/97677
Submitted by:   leeym
Fri, 5 May 2006
[ 11:10 skv search for other commits by this committer ] Original commit 
Update to 3.0003

Changes:        http://search.cpan.org/src/CAPTTOFU/DBD-mysql-3.0003_1/ChangeLog
Fri, 22 Jul 2005
[ 10:11 skv search for other commits by this committer ] Original commit 
* update to to 3.0002
* tune CONFLICTS

Submitted by:   leeym
PR:             ports/83561
Mon, 11 Jul 2005
[ 07:45 skv search for other commits by this committer ] Original commit 
Fix build for mysql < 4.0103
Fri, 8 Jul 2005
[ 08:46 skv search for other commits by this committer ] Original commit 
Update to 3.0001
Mon, 6 Jun 2005
[ 08:39 skv search for other commits by this committer ] Original commit 
Update to 2.9008
Wed, 27 Apr 2005
[ 09:02 skv search for other commits by this committer ] Original commit 
Update to 2.9007
Fri, 8 Apr 2005
[ 14:18 skv search for other commits by this committer ] Original commit 
Update to 2.9006
Sat, 2 Apr 2005
[ 15:34 skv search for other commits by this committer ] Original commit 
Update to 2.9005
Tue, 19 Oct 2004
[ 08:48 skv search for other commits by this committer ] Original commit 
Unbreak p5-DBD-mysql50 build.

PR:             ports/70804
Submitted by:   Robert G. Melson <melsonr@earthlink.net>
Wed, 11 Aug 2004
[ 13:52 skv search for other commits by this committer ] Original commit 
Updated to 2.9004
Sun, 18 Jan 2004
[ 15:22 skv search for other commits by this committer ] Original commit 
Add compatibility with perl-5.00503 to DBD::mysql::GetInfo

PR:             ports/60638
Submitted by:   Sergey Matveychuk <sem@ciam.ru>
Fri, 26 Dec 2003
[ 17:05 nork search for other commits by this committer ] Original commit 
add CONFLICTS, make a MASTER port, use USE_MYSQL.

PR:             ports/60559
Submitted by:   Alex Dupre <sysadmin@alexdupre.com>
Sun, 16 Nov 2003
[ 13:39 skv search for other commits by this committer ] Original commit 
Updated to 2.9003
Fri, 17 Oct 2003
[ 07:48 skv search for other commits by this committer ] Original commit 
Updated to 2.9002

PR:             ports/58048
Submitted by:   Philip M. Gollucci <philip@p6m7g8.com>
Tue, 16 Sep 2003
[ 05:43 erwin search for other commits by this committer ] Original commit  (Only the first 10 of 50 ports in this commit are shown above. View all ports for this commit)
Conditionalise dependencies on databases/p5-DBI: for perl
5.005_03 use databases/p5-DBI-137 as newer versions do not
support the old perl.

Note that for some port, I merely removed the explicit
dependency as they already have implicit dependencies
via other ports.

Approved by:    portmgr (marcus)
Sat, 19 Apr 2003
[ 13:00 nork search for other commits by this committer ] Original commit 
Add support for MySQL 4.1 client libraries.

PR;             ports/50831
Submitted by:   Alex Dupre <sysadmin@alexdupre.com> (maintainer)
Fri, 4 Apr 2003
[ 05:21 nork search for other commits by this committer ] Original commit 
o Move USE_PERL5_RUN into server part.
o Switch from p5-Mysql to p5-DBD-mysql.
o Add MySQL 4 support (and set it as default) to p5-DBD-mysql.
o Bump PORTREVISION accordingly.

PR:             ports/50315
Submitted by:   Alex Dupre <sysadmin@alexdupre.com> (mysql40 maintainer)
Approved by:    skv (p5-DBD-myql maintainer)
Tue, 4 Mar 2003
[ 14:57 skv search for other commits by this committer ] Original commit 
Updated to 2.1026
Wed, 5 Feb 2003
[ 12:11 skv search for other commits by this committer ] Original commit 
Update to 2.1024

PR:     47615
Wed, 14 Aug 2002
[ 13:11 skv search for other commits by this committer ] Original commit 
Updated to 2.1018
Fri, 8 Feb 2002
[ 13:23 skv search for other commits by this committer ] Original commit 
Updated to 2.1010    
Tue, 27 Nov 2001
[ 17:51 jedgar search for other commits by this committer ] Original commit 
Add (after repo-copy) p5-DBD-mysql, a perl DBD driver for   MySQL.  This port
will supercede p5-Mysql after verifying   there are no problems with existing
ports/applications.    

Number of commits found: 93