aboutsummaryrefslogtreecommitdiff
path: root/databases/py-MySQLdb
Commit message (Collapse)AuthorAgeFilesLines
* Fix SSL support.Dmitry Sivachenko2014-03-182-1/+14
| | | | | | | | PR: 187666 Submitted by: Michael Gmelin <freebsd@grem.de> Notes: svn path=/head/; revision=348573
* Back to python@Tom Judge2014-02-211-1/+1
| | | | Notes: svn path=/head/; revision=345550
* - make py*-MySQLdb ports actually conflict with each other [1]Ruslan Makhmatkhanov2014-02-092-69/+8
| | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=343503
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340671
* Reduce over inclusion of bsd.port.mkBaptiste Daroussin2014-01-151-3/+1
| | | | Notes: svn path=/head/; revision=339870
* Python cleanup:Rene Ladan2014-01-131-1/+1
| | | | | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat) Notes: svn path=/head/; revision=339634
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | databases) Notes: svn path=/head/; revision=327717
* - modify port to install the egg file as an unzipped archiveDiane Bruce2012-07-182-5/+66
| | | | | | | | | | | otherwise www/google-appengine 1.7.0 will fail Submitted by: nivit Reviewed by: tj Obtained from: email via tj Notes: svn path=/head/; revision=301054
* Update my email address.Tom Judge2012-05-311-1/+1
| | | | | | | Approved by: eadler (mentor) Notes: svn path=/head/; revision=297898
* - Pass maintainership to Tom Judge <tom@tomjudge.com> (discussed on IRC)Julien Laffaye2012-05-141-1/+1
| | | | Notes: svn path=/head/; revision=296620
* - Strict python versionWen Heping2012-02-031-1/+1
| | | | | | | | PR: ports/163826 Submitted by: wen@(myself) Notes: svn path=/head/; revision=290332
* - Reassign to the heapThomas Abthorpe2012-02-011-1/+1
| | | | Notes: svn path=/head/; revision=290231
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Bump PORTREVISION for ports linking to default libmysqlclient.Alex Dupre2011-03-191-0/+1
| | | | Notes: svn path=/head/; revision=271309
* - Update to 1.2.3Marcus Alves Grando2010-10-074-64/+8
| | | | | | | | PR: 151159 Submitted by: lwhsu Notes: svn path=/head/; revision=262562
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with D Notes: svn path=/head/; revision=240068
* - Make Python 2.5.1 the default Python versionAlexander Botero-Lowry2007-07-301-0/+2
| | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=196700
* - Update to 1.2.2Marcus Alves Grando2007-04-063-5/+18
| | | | Notes: svn path=/head/; revision=189322
* - Install README too.Marcus Alves Grando2006-04-231-1/+2
| | | | Notes: svn path=/head/; revision=160186
* - Update to 1.2.1_p2 [1]Marcus Alves Grando2006-04-233-89/+61
| | | | | | | | | | - Use OPTIONS PR: 96117 [1] Submitted by: Soeren Straarup <xride___x12.dk> Notes: svn path=/head/; revision=160185
* Add SHA256Marcus Alves Grando2005-11-091-0/+1
| | | | Notes: svn path=/head/; revision=147666
* Update my emailMarcus Alves Grando2005-09-161-1/+1
| | | | | | | Approved by: pav (mentor) Notes: svn path=/head/; revision=142945
* - Change default mysql lib to libmysqlclient_r.Pav Lucistnik2005-02-092-15/+18
| | | | | | | | | | | WITHOUT_MYSQLCLIENT_R=yes use libmysqlclient. - Update very old pkg-descr PR: ports/77284 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> (maintainer) Notes: svn path=/head/; revision=128397
* - Update to 1.2.0Pav Lucistnik2005-02-084-42/+18
| | | | | | | | PR: ports/77245 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> (maintainer) Notes: svn path=/head/; revision=128322
* INTAINER] Update port: databases/py-MySQLdb to 1.0.1Edwin Groothuis2005-01-123-19/+16
| | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=126267
* - Convert hard py- into PKGNAMEPREFIXPav Lucistnik2004-12-181-8/+14
| | | | | | | | | | | - Convert OPTIONS to plain knobs - Add conflict with devel version PR: ports/75220 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> (maintainer) Notes: svn path=/head/; revision=124435
* - Use OPTIONS and add various knob [1]Clement Laforet2004-11-282-3/+30
| | | | | | | | | | | | | - 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] Notes: svn path=/head/; revision=122701
* - Fix build with MySQL < 4.1.3Clement Laforet2004-08-021-1/+1
| | | | | | | | | Submitted by: Claudiu Bosioc <claudiu at casi dot ro> PR: 69871 Pointy hat to: clement Notes: svn path=/head/; revision=115236
* - Fix build with MySQL 4.1.3Clement Laforet2004-07-311-0/+21
| | | | | | | | | Reported by: crappy, thierry Submitted by: thierry Obtained from: http://sourceforge.net/tracker/index.php?func=detail&aid=998151&group_id=22307&atid=374934 Notes: svn path=/head/; revision=115175
* - Update to 1.0.0Clement Laforet2004-07-094-40/+14
| | | | Notes: svn path=/head/; revision=113261
* oups I forgot Makefile in previous commit :/Clement Laforet2004-05-071-1/+0
| | | | | | | | | - works with MySQL 4.1 Reported by: Patrick Crosby <patrick@okcupid.com> Notes: svn path=/head/; revision=108615
* - works with MySQL 4.1 [1]Clement Laforet2004-05-071-1/+1
| | | | | | | | | - add trailing "/" to url Reported by: Patrick Crosby <patrick@okcupid.com> [1] Notes: svn path=/head/; revision=108614
* Make portlint happy (remove blank line @ the end of Makefile)Clement Laforet2004-03-181-1/+0
| | | | | | | | PR: 64393 Noticed by: eik Notes: svn path=/head/; revision=104491
* - SIZEify distinfoClement Laforet2004-02-071-0/+1
| | | | Notes: svn path=/head/; revision=100265
* - Update WWWClement Laforet2003-12-212-2/+2
| | | | | | | | | - Change my email address Approved by: erwin (mentor) Notes: svn path=/head/; revision=96339
* [patch] databases/py-MySQLdb: take maintainership and misc improvement.Edwin Groothuis2003-10-062-18/+19
| | | | | | | | | | | | | * 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> Notes: svn path=/head/; revision=90444
* Let be hohest: I really don't have a time now to properly maintain allMaxim Sobolev2003-07-291-1/+1
| | | | | | | | these great pieces of software, so that let others with more free time to take over them. Notes: svn path=/head/; revision=85841
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Update to 0.9.2.Maxim Sobolev2002-09-103-20/+25
| | | | Notes: svn path=/head/; revision=66017
* use USE_PYDISTUTILSYing-Chieh Liao2002-04-291-7/+2
| | | | Notes: svn path=/head/; revision=58311
* Update to 0.9.1.Maxim Sobolev2002-01-284-28/+13
| | | | | | | | Prompted by: many Submitted by: Anders Nordby <anders@fix.no> Notes: svn path=/head/; revision=53899
* Unbroke with python 2.2.Maxim Sobolev2002-01-091-0/+17
| | | | Notes: svn path=/head/; revision=52810
* Update to 0.9.0.Maxim Sobolev2001-07-123-38/+63
| | | | | | | Submitted by: Neil Darlow <neil@darlow.co.uk>, Johann Visagie <wjv@FreeBSD.ORG> Notes: svn path=/head/; revision=45066
* Update to 0.3.5.Maxim Sobolev2001-03-293-16/+28
| | | | Notes: svn path=/head/; revision=40561
* Update to 0.3.3.Maxim Sobolev2001-02-122-2/+2
| | | | Notes: svn path=/head/; revision=38247
* Update to 0.3.2.Maxim Sobolev2001-02-012-2/+2
| | | | Notes: svn path=/head/; revision=37879
* Update to 0.3.1.Maxim Sobolev2001-01-263-3/+4
| | | | Notes: svn path=/head/; revision=37603
* Switch from mysql322-{client,server} to mysql323-{client,server}.Dirk Froemberg2001-01-211-1/+1
| | | | | | | | | | | mysql323-client installs libmysqlclient.so.10 (instead of libmysqlclient.so.6). mysql323-{client,server} are production quality, now (according to MySQL AB at least). Notes: svn path=/head/; revision=37401
* Update to 0.3.0.Maxim Sobolev2000-12-043-6/+4
| | | | Notes: svn path=/head/; revision=35637
* Update to 0.3.0b2.Maxim Sobolev2000-11-013-29/+16
| | | | Notes: svn path=/head/; revision=34536