aboutsummaryrefslogtreecommitdiff
path: root/databases/py-pymysql
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2014-05-14 13:33:11 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2014-05-14 13:33:11 +0000
commit99df86642ae8a4ecb15c73203959214a16f2ca5f (patch)
tree64b1914e818566f93c0141017031908ef9f703e8 /databases/py-pymysql
parent582979a73905fee4cf74f0f59bf9d9b59b29b24f (diff)
Notes
Diffstat (limited to 'databases/py-pymysql')
-rw-r--r--databases/py-pymysql/Makefile3
-rw-r--r--databases/py-pymysql/distinfo4
-rw-r--r--databases/py-pymysql/pkg-descr2
3 files changed, 4 insertions, 5 deletions
diff --git a/databases/py-pymysql/Makefile b/databases/py-pymysql/Makefile
index 843b7fc3bb28..cb215e46c4f6 100644
--- a/databases/py-pymysql/Makefile
+++ b/databases/py-pymysql/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= pymysql
-PORTVERSION= 0.6.1
+PORTVERSION= 0.6.2
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
DISTNAME= PyMySQL-${PORTVERSION}
@@ -15,6 +15,5 @@ LICENSE= MIT
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
-PYDISTUTILS_PKGNAME= PyMySQL
.include <bsd.port.mk>
diff --git a/databases/py-pymysql/distinfo b/databases/py-pymysql/distinfo
index b19dac7f2cfa..37d050e919b9 100644
--- a/databases/py-pymysql/distinfo
+++ b/databases/py-pymysql/distinfo
@@ -1,2 +1,2 @@
-SHA256 (PyMySQL-0.6.1.tar.gz) = 44b42fd6d370269c34ac697d7354788b3d955ed58789388abc6f2086c30d4371
-SIZE (PyMySQL-0.6.1.tar.gz) = 51626
+SHA256 (PyMySQL-0.6.2.tar.gz) = b50f1a08943afa228683ea27b3602ba61d3acdd33c4938c426bcc1366998ddd2
+SIZE (PyMySQL-0.6.2.tar.gz) = 53600
diff --git a/databases/py-pymysql/pkg-descr b/databases/py-pymysql/pkg-descr
index 31e571444313..6cc002cb4626 100644
--- a/databases/py-pymysql/pkg-descr
+++ b/databases/py-pymysql/pkg-descr
@@ -1,4 +1,4 @@
This pure Python MySQL client provides a DB-API to a MySQL database by
talking directly to the server via the binary client/server protocol.
-WWW: https://github.com/petehunt/PyMySQL/
+WWW: https://github.com/petehunt/PyMySQL