ports/189752: [PATCH] databases/pymysql: update to 0.6.2

Bartek Rutkowski ports at robakdesign.com
Tue May 13 09:20:02 UTC 2014


>Number:         189752
>Category:       ports
>Synopsis:       [PATCH] databases/pymysql: update to 0.6.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 13 09:20:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Bartek Rutkowski
>Release:        FreeBSD 11.0-CURRENT amd64
>Organization:
Pixeware LTD
>Environment:
System: FreeBSD poudriere.ithil.palantiri.org 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r265535: Wed May  7 16:01:11
>Description:
- Update to 0.6.2
- Remove obsolete PYDISTUTILS_PKGNAME
- Pet portlint

http://poudriere.ithil.palantiri.org:8080/latest-per-pkg/pymysql/0.6.2/

Port maintainer (lwhsu at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 1.02 (mode: update, diff: SVN)
>How-To-Repeat:
>Fix:

--- pymysql-0.6.2.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 353929)
+++ Makefile	(working copy)
@@ -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 @@
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
-PYDISTUTILS_PKGNAME=	PyMySQL
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
--- distinfo	(revision 353929)
+++ distinfo	(working copy)
@@ -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
Index: pkg-descr
===================================================================
--- pkg-descr	(revision 353929)
+++ pkg-descr	(working copy)
@@ -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
--- pymysql-0.6.2.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list