diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-04-27 23:25:51 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-04-27 23:25:51 +0800 |
commit | 950ccfcb9e50f0725525a7145360ca5b4e0954ee (patch) | |
tree | 62e35b9f770fc94219f3e0f39201e7ab6cded526 /databases/py-MySQLdb | |
parent | 82ed05f32c500d196b0292743416f98de33e13c2 (diff) | |
download | freebsd-ports-gnome-950ccfcb9e50f0725525a7145360ca5b4e0954ee.tar.gz freebsd-ports-gnome-950ccfcb9e50f0725525a7145360ca5b4e0954ee.tar.zst freebsd-ports-gnome-950ccfcb9e50f0725525a7145360ca5b4e0954ee.zip |
- 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
Diffstat (limited to 'databases/py-MySQLdb')
-rw-r--r-- | databases/py-MySQLdb/Makefile | 11 | ||||
-rw-r--r-- | databases/py-MySQLdb/distinfo | 4 | ||||
-rw-r--r-- | databases/py-MySQLdb/pkg-descr | 2 |
3 files changed, 8 insertions, 9 deletions
diff --git a/databases/py-MySQLdb/Makefile b/databases/py-MySQLdb/Makefile index 1f4d069f6514..6fde0f488cdb 100644 --- a/databases/py-MySQLdb/Makefile +++ b/databases/py-MySQLdb/Makefile @@ -2,12 +2,10 @@ # $FreeBSD$ PORTNAME= MySQLdb -DISTVERSION= 1.2.3 -PORTREVISION= 4 +DISTVERSION= 1.2.5 CATEGORIES= databases python -MASTER_SITES= SF/mysql-python/mysql-python/${PORTVERSION} +MASTER_SITES= https://github.com/farcepest/${PORTNAME}1/archive/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= MySQL-python-${DISTVERSION} MAINTAINER= python@FreeBSD.org COMMENT= Access a MySQL database through Python @@ -20,10 +18,11 @@ CONFLICTS= py*-MySQLdb-[0-9]* py*-MySQLdb5[0-9]-[0-9]* PORTDOCS= * DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} +WRKSRC= ${WRKDIR}/${PORTNAME}1-${PORTNAME}-${PORTVERSION} OPTIONSFILE= ${PORT_DBDIR}/${PORTNAME}/options OPTIONS_DEFINE= DOCS MYSQLCLIENT_R -OPTIONS_DEFAULT= DOCS MYSQLCLIENT_R +OPTIONS_DEFAULT= MYSQLCLIENT_R MYSQLCLIENT_R_DESC= Use libmysqlclient_r (thread safe) .include <bsd.port.options.mk> @@ -36,7 +35,7 @@ pre-configure: post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/* ${STAGEDIR}${DOCSDIR} .include <bsd.port.mk> diff --git a/databases/py-MySQLdb/distinfo b/databases/py-MySQLdb/distinfo index b166e54ed9fc..243ad1aab7e8 100644 --- a/databases/py-MySQLdb/distinfo +++ b/databases/py-MySQLdb/distinfo @@ -1,2 +1,2 @@ -SHA256 (MySQL-python-1.2.3.tar.gz) = 7de66fbbf923634e7c965aeaefa74642ba75ae20ee1cefcefc3009595b7a7e6e -SIZE (MySQL-python-1.2.3.tar.gz) = 70305 +SHA256 (MySQLdb-1.2.5.tar.gz) = 905dd8be887ff596641ace5411fed17cfd08dd33699ea627d3fb44f8a922c2f0 +SIZE (MySQLdb-1.2.5.tar.gz) = 81209 diff --git a/databases/py-MySQLdb/pkg-descr b/databases/py-MySQLdb/pkg-descr index 425e14ac002b..7c92b44814a0 100644 --- a/databases/py-MySQLdb/pkg-descr +++ b/databases/py-MySQLdb/pkg-descr @@ -14,4 +14,4 @@ a) not thread-friendly, b) written for MySQL 3.21, c) apparently not actively maintained. No code from that version is used in MySQLdb. MySQLdb is free software. -WWW: http://sourceforge.net/projects/mysql-python/ +WWW: https://github.com/farcepest/MySQLdb1 |