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/py-MySQLdb/Makefile
SVNWeb

Number of commits found: 62

Thu, 24 Dec 2020
[ 10:09 antoine search for other commits by this committer ] Original commit   Revision:559059
Explicitely deprecate more python 2.7 ports
Fri, 26 Jul 2019
[ 20:46 gerald search for other commits by this committer ] Original commit   Revision:507372 (Only the first 10 of 3853 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
Fri, 5 Jul 2019
[ 15:03 pkubaj search for other commits by this committer ] Original commit   Revision:505901
databases/py-MySQLdb: fix build with GCC-based architectures

Add USES=compiler:c11:
/usr/bin/ld: cannot find -latomic

Approved by:	mentors (implicit approval)
Mon, 19 Feb 2018
[ 11:10 antoine search for other commits by this committer ] Original commit   Revision:462307 (Only the first 10 of 442 ports in this commit are shown above. View all ports for this commit)
Reduce dependency on the python2 metaport

PR:		225752
Submitted by:	Yasuhiro KIMURA
Sat, 5 Aug 2017
[ 23:11 sunpoet search for other commits by this committer ] Original commit   Revision:447420
Convert to options target helper

- Use PORTVERSION
- Sort USE_PYTHON and USES
Mon, 24 Jul 2017
[ 09:43 brnrd search for other commits by this committer ] Original commit   Revision:446515
bases/py-MySQLdb: Fix build with MariaDB 10.2.7

With MariaDB 10.2.6 the Connect/C is updated to ~3.0. This means the C interface
changed slightly and some functions are changed.

 - Replace direct struct access with accessor in _mysql.c
 - Add LICENSE/LICENSE_FILE
 - Strip Binaries
 - Remove conflict with itself

PR:		219797
Reviewed_by:	sunpoet, koobs, brnrd
Submitted by:	sirl33tname@gmail.com
Approved by:	koobs (python)
Differential Revision:	https://reviews.freebsd.org/D11054
Wed, 22 Jun 2016
[ 20:37 pawel search for other commits by this committer ] Original commit   Revision:417333
Register conflict with newly added databases/py-mysqlclient
Wed, 25 May 2016
[ 15:43 mat search for other commits by this committer ] Original commit   Revision:415839 (Only the first 10 of 83 ports in this commit are shown above. View all ports for this commit)
Remove useless WRKSRC definitions.

While there, correct DEV_WARNINGS when they occur.

Sponsored by:	Absolight
Tue, 29 Dec 2015
[ 14:30 mat search for other commits by this committer ] Original commit   Revision:404743 (Only the first 10 of 84 ports in this commit are shown above. View all ports for this commit)
Cleanup GH_* and variables order.

Sponsored by:	Absolight
Mon, 17 Aug 2015
[ 14:20 mat search for other commits by this committer ] Original commit   Revision:394508 (Only the first 10 of 271 ports in this commit are shown above. View all ports for this commit)
Remove UNIQUENAME and LATEST_LINK.

UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.

Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.

Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)

Reviewed by:	antoine, bapt
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3336
Mon, 18 May 2015
[ 17:07 mat search for other commits by this committer ] Original commit   Revision:386691 (Only the first 10 of 150 ports in this commit are shown above. View all ports for this commit)
Replace most occurences of github.com in MASTER_SITES with USE_GITHUB usage.

With hat:	portmgr
Sponsored by:	Absolight
Mon, 27 Apr 2015
[ 15:25 sunpoet search for other commits by this committer ] Original commit   Revision:384855
- Update to 1.2.5
- Update MASTER_SITES
- Remove DOCS from OPTIONS_DEFAULT
- Update WWW

Changes:	https://github.com/farcepest/MySQLdb1/blob/master/HISTORY
		https://github.com/farcepest/MySQLdb1/commits/master
Sun, 19 Oct 2014
[ 08:50 mva search for other commits by this committer ] Original commit   Revision:371173 (Only the first 10 of 110 ports in this commit are shown above. View all ports for this commit)
- Convert ports from databases/ and deskutils/ to new USES=python

Approved by:	portmgr (implicit)
Tue, 18 Mar 2014
[ 15:10 demon search for other commits by this committer ] Original commit   Revision:348573
Fix SSL support.

PR:		187666
Submitted by:	Michael Gmelin <freebsd@grem.de>
Fri, 21 Feb 2014
[ 21:42 tj search for other commits by this committer ] Original commit   Revision:345550
Back to python@
Sun, 9 Feb 2014
[ 14:15 rm search for other commits by this committer ] Original commit   Revision:343503
- make py*-MySQLdb ports actually conflict with each other [1]

while here:
- do not use easy_install and add stage support
- convert to auto-generated packing list
- bump PORTREVISION
- add py-MySQLdb56 port as a slave to py-MySQLdb

PR:		177620 [1] (based on)
Submitted by:	Craig Leres <leres@ee.lbl.gov>
Approved by:	maintainer timeout (10 months)
Wed, 15 Jan 2014
[ 23:48 bapt search for other commits by this committer ] Original commit   Revision:339870
Reduce over inclusion of bsd.port.mk
Mon, 13 Jan 2014
[ 21:00 rene search for other commits by this committer ] Original commit   Revision:339634 (Only the first 10 of 702 ports in this commit are shown above. View all ports for this commit)
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
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)
Wed, 18 Jul 2012
[ 00:59 db search for other commits by this committer ] Original commit 
- modify port to install the egg file as an unzipped archive
  otherwise www/google-appengine 1.7.0 will fail

Submitted by:	nivit
Reviewed by:	tj
Obtained from:	email via tj
Thu, 31 May 2012
[ 19:40 tj search for other commits by this committer ] Original commit  (Only the first 10 of 18 ports in this commit are shown above. View all ports for this commit)
Update my email address.

Approved by:    eadler (mentor)
Mon, 14 May 2012
[ 22:10 jlaffaye search for other commits by this committer ] Original commit 
- Pass maintainership to Tom Judge <tom@tomjudge.com> (discussed on IRC)
Fri, 3 Feb 2012
[ 02:30 wen search for other commits by this committer ] Original commit 
- Strict python version

PR:             ports/163826
Submitted by:   wen@(myself)
Wed, 1 Feb 2012
[ 15:53 tabthorpe search for other commits by this committer ] Original commit  (Only the first 10 of 38 ports in this commit are shown above. View all ports for this commit)
- Reassign to the heap
Sat, 19 Mar 2011
[ 13:15 ale search for other commits by this committer ] Original commit  (Only the first 10 of 131 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports linking to default libmysqlclient.
Thu, 7 Oct 2010
[ 14:39 mnag search for other commits by this committer ] Original commit 
- Update to 1.2.3

PR:             151159
Submitted by:   lwhsu
Sat, 22 Aug 2009
[ 00:18 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 417 ports in this commit are shown above. View all ports for this commit)
- Switch SourceForge ports to the new File Release System: categories starting
with D
Mon, 30 Jul 2007
[ 09:42 alexbl search for other commits by this committer ] Original commit  (Only the first 10 of 445 ports in this commit are shown above. View all ports for this commit)
 - Make Python 2.5.1 the default Python version
 - Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:      pointyhat runs
Approved by:    pav (portmgr)
Most work by:   perky
Thanks to:      pav
Fri, 6 Apr 2007
[ 03:06 mnag search for other commits by this committer ] Original commit 
- Update to 1.2.2
Sun, 23 Apr 2006
[ 00:28 mnag search for other commits by this committer ] Original commit 
- Install README too.
[ 00:25 mnag search for other commits by this committer ] Original commit 
- Update to 1.2.1_p2 [1]
- Use OPTIONS

PR:             96117 [1]
Submitted by:   Soeren Straarup <xride___x12.dk>
Fri, 16 Sep 2005
[ 17:58 mnag search for other commits by this committer ] Original commit  (Only the first 10 of 46 ports in this commit are shown above. View all ports for this commit)
Update my email

Approved by: pav (mentor)
Wed, 9 Feb 2005
[ 18:55 pav search for other commits by this committer ] Original commit 
- Change default mysql lib to libmysqlclient_r.
  WITHOUT_MYSQLCLIENT_R=yes use libmysqlclient.
- Update very old pkg-descr

PR:             ports/77284
Submitted by:   Marcus Grando <marcus@corp.grupos.com.br> (maintainer)
Tue, 8 Feb 2005
[ 22:14 pav search for other commits by this committer ] Original commit 
- Update to 1.2.0

PR:             ports/77245
Submitted by:   Marcus Grando <marcus@corp.grupos.com.br> (maintainer)
Wed, 12 Jan 2005
[ 22:13 edwin search for other commits by this committer ] Original commit 
INTAINER] Update port: databases/py-MySQLdb to 1.0.1

        Update port: databases/py-MySQLdb to 1.0.1

        - Change to 1.0.1
        - Rediff patch-_mysql.c
        - Install more docs

PR:             ports/75866
Submitted by:   Marcus Grando <marcus@corp.grupos.com.br>
Sat, 18 Dec 2004
[ 23:56 pav search for other commits by this committer ] Original commit 
- Convert hard py- into PKGNAMEPREFIX
- Convert OPTIONS to plain knobs
- Add conflict with devel version

PR:             ports/75220
Submitted by:   Marcus Grando <marcus@corp.grupos.com.br> (maintainer)
Sun, 28 Nov 2004
[ 21:43 clement search for other commits by this committer ] Original commit 
- Use OPTIONS and add various knob [1]
- Fix build with mysql-client-5.0.x [2]
- Pass maintainership to submitter of [1]

PRs:            ports/72656 [1],
                ports/70082 [2]
Submitted by:   Marcus Grando <marcus@corp.grupos.com.br> [1],
                Roman Bogorodskiy <bogorodskiy@inbox.ru> [2]
Fri, 9 Jul 2004
[ 08:34 clement search for other commits by this committer ] Original commit 
- Update to 1.0.0
Fri, 7 May 2004
[ 12:57 clement search for other commits by this committer ] Original commit 
oups I forgot Makefile in previous commit :/

- works with MySQL 4.1

Reported by:    Patrick Crosby <patrick@okcupid.com>
Thu, 18 Mar 2004
[ 16:39 clement search for other commits by this committer ] Original commit 
Make portlint happy (remove blank line @ the end of Makefile)

PR:             64393
Noticed by:     eik
Sun, 21 Dec 2003
[ 18:37 clement search for other commits by this committer ] Original commit 
- Update WWW
- Change my email address

Approved by:        erwin (mentor)
Mon, 6 Oct 2003
[ 12:52 edwin search for other commits by this committer ] Original commit 
[patch] databases/py-MySQLdb: take maintainership and misc improvement.

        * Use USE_MYSQL and BROKEN_WITH_MYSQL for 4.1.x since it doesn't work
        (thanks to Guy Middleton <guy@obstruction.com> for testing it with MySQL
4.0.x)
        * use %%DOCSDIR%%
        * take maintainership

PR:             ports/56579
Submitted by:   Clement Laforet <sheepkiller@cultdeadsheep.org>
Tue, 29 Jul 2003
[ 09:12 sobomax search for other commits by this committer ] Original commit  (Only the first 10 of 128 ports in this commit are shown above. View all ports for this commit)
Let be hohest: I really don't have a time now to properly maintain all
these great pieces of software, so that let others with more free time
to take over them.
Fri, 7 Mar 2003
[ 05:58 ade search for other commits by this committer ] Original commit  (Only the first 10 of 116 ports in this commit are shown above. View all ports for this commit)
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
Tue, 10 Sep 2002
[ 07:52 sobomax search for other commits by this committer ] Original commit 
Update to 0.9.2.
Mon, 29 Apr 2002
[ 13:33 ijliao search for other commits by this committer ] Original commit 
use USE_PYDISTUTILS
Mon, 28 Jan 2002
[ 10:36 sobomax search for other commits by this committer ] Original commit 
Update to 0.9.1.    
Thu, 12 Jul 2001
[ 12:24 sobomax search for other commits by this committer ] Original commit 
Update to 0.9.0.    
Thu, 29 Mar 2001
[ 22:48 sobomax search for other commits by this committer ] Original commit 
Update to 0.3.5.    
Mon, 12 Feb 2001
[ 10:41 sobomax search for other commits by this committer ] Original commit 
Update to 0.3.3.    
Thu, 1 Feb 2001
[ 13:38 sobomax search for other commits by this committer ] Original commit 
Update to 0.3.2.    
Fri, 26 Jan 2001
[ 14:01 sobomax search for other commits by this committer ] Original commit 
Update to 0.3.1.    
Sun, 21 Jan 2001
[ 15:40 dirk search for other commits by this committer ] Original commit  (Only the first 10 of 39 ports in this commit are shown above. View all ports for this commit)
Switch from mysql322-{client,server} to mysql323-{client,server}.    
Mon, 4 Dec 2000
[ 08:47 sobomax search for other commits by this committer ] Original commit 
Update to 0.3.0.    
Wed, 1 Nov 2000
[ 11:55 sobomax search for other commits by this committer ] Original commit 
Update to 0.3.0b2.    
Mon, 30 Oct 2000
[ 09:37 sobomax search for other commits by this committer ] Original commit 
Update to 0.3.0b1.    
Tue, 19 Sep 2000
[ 07:38 sobomax search for other commits by this committer ] Original commit 
Use USE_PYTHON.    
Fri, 15 Sep 2000
[ 14:59 sobomax search for other commits by this committer ] Original commit 
Update md5 and retire FETCH_BERORE_ARGS=-b.    
Fri, 8 Sep 2000
[ 13:24 tg search for other commits by this committer ] Original commit  (Only the first 10 of 26 ports in this commit are shown above. View all ports for this commit)
Don't break package building on Satoshi's cluster. Explicitly depend   on
python1.5:lang/python15.    
Sat, 24 Jun 2000
[ 16:39 sobomax search for other commits by this committer ] Original commit 
Update to 0.2.2.    
Fri, 2 Jun 2000
[ 10:02 sobomax search for other commits by this committer ] Original commit 
Add "-b" option for the fetch(1) to make distfile actually downloadable.    
Fri, 26 May 2000
[ 08:05 sobomax search for other commits by this committer ] Original commit 
Initial import of py-MySQLdb.    

Number of commits found: 62