summaryrefslogtreecommitdiff
path: root/databases/py-mysql-connector-python (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-04-07One more small cleanup, forgotten yesterday.Mathieu Arnold1-1/+0
Reported by: lwhsu
2021-04-06Remove # $FreeBSD$ from Makefiles.Mathieu Arnold1-1/+0
2021-02-12databases/py-mysql-connector-python: Update version 8.0.22=>8.0.23Muhammad Moinur Rahman2-4/+4
Relnotes: https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-23.html
2020-12-28Drop python 2.7 support from a few portsAntoine Brodin1-1/+1
With hat: portmgr
2020-10-25databases/py-mysql-connector-python: Update version 8.0.21=>8.0.22Muhammad Moinur Rahman2-4/+4
Relnotes: https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-22.html
2020-08-08databases/py-mysql-connector-python: Update version 8.0.20=>8.0.21Muhammad Moinur Rahman2-4/+7
- Add TEST framework Relnotes: https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-21.html
2020-05-28databases/py-mysql-connector-python: Update version 8.0.19=>8.0.20Muhammad Moinur Rahman2-9/+4
Relnotes: https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-20.html
2020-03-18databases/py-mysql-connector-python: Fix runtime dependencyMuhammad Moinur Rahman1-3/+7
Reported by: koobs Approved by: ports-secteam (blanket: missing dependencies, run time bugfix) MFH: 2020Q1
2020-03-17databases/py-mysql-connector-python: Ad missing dependencyMuhammad Moinur Rahman1-0/+4
Reported by: s.wilson@ru.ac.za
2020-02-04databases/py-mysql-connector-python: Update version 8.0.18=>8.0.19Muhammad Moinur Rahman2-4/+4
Relnotes:https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-19.html
2019-10-28databases/py-mysql-connector-python: Update version 8.0.17=>8.0.18Muhammad Moinur Rahman2-4/+4
2019-08-01databases/py-mysql-connector-python: Update version 8.0.16=>8.0.17Muhammad Moinur Rahman2-4/+4
2019-04-26databases/py-mysql-connector-python: Update version 8.0.15=>8.0.16Muhammad Moinur Rahman2-4/+4
2019-04-13databases/py-mysql-connector-python: Update version 1.2.3=>8.0.15Muhammad Moinur Rahman2-14/+19
- Mark NO_ARCH
2015-05-14MASTER_SITES cleanup.Mathieu Arnold1-2/+1
- Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight
2014-12-24Change my non-FreeBSD MAINTAINER mail to bofh@Muhammad Moinur Rahman1-1/+1
Approved by: bapt
2014-10-05databases/py-mysql-connector-python: Upgrade version 1.2.2 => 1.2.3John Marino2-8/+7
Assign maintainership to submitter. PR: 194044 Submitted by: Muhammad Rahman
2014-07-28- Reset MAINTAINER due to fatal bounceRyan Steinmetz1-8/+8
- Cleanup whitespace Reported by: portscout
2014-07-26databases/py-mysql-connector-python: MySQL driver written in PythonKubilay Kocak3-0/+26
MySQL driver written in Python which does not depend on MySQL C client libraries and implements the DB API v2.0 specification (PEP-249). WWW: http://dev.mysql.com/doc/connector-python/en PR: 191722 Submitted by: <arcade at b1t dot name> (with changes)