From owner-svn-ports-all@FreeBSD.ORG Wed May 14 13:33:12 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A269016B; Wed, 14 May 2014 13:33:12 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 755532FFF; Wed, 14 May 2014 13:33:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4EDXCMe041438; Wed, 14 May 2014 13:33:12 GMT (envelope-from lwhsu@svn.freebsd.org) Received: (from lwhsu@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4EDXBNE041434; Wed, 14 May 2014 13:33:11 GMT (envelope-from lwhsu@svn.freebsd.org) Message-Id: <201405141333.s4EDXBNE041434@svn.freebsd.org> From: Li-Wen Hsu Date: Wed, 14 May 2014 13:33:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354056 - head/databases/py-pymysql X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 May 2014 13:33:12 -0000 Author: lwhsu Date: Wed May 14 13:33:11 2014 New Revision: 354056 URL: http://svnweb.freebsd.org/changeset/ports/354056 QAT: https://qat.redports.org/buildarchive/r354056/ Log: - Update to 0.6.2 - Remove obsolete PYDISTUTILS_PKGNAME - Pet portlint PR: ports/189752 Submitted by: Bartek Rutkowski Modified: head/databases/py-pymysql/Makefile head/databases/py-pymysql/distinfo head/databases/py-pymysql/pkg-descr Modified: head/databases/py-pymysql/Makefile ============================================================================== --- head/databases/py-pymysql/Makefile Wed May 14 13:26:21 2014 (r354055) +++ head/databases/py-pymysql/Makefile Wed May 14 13:33:11 2014 (r354056) @@ -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 Modified: head/databases/py-pymysql/distinfo ============================================================================== --- head/databases/py-pymysql/distinfo Wed May 14 13:26:21 2014 (r354055) +++ head/databases/py-pymysql/distinfo Wed May 14 13:33:11 2014 (r354056) @@ -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 Modified: head/databases/py-pymysql/pkg-descr ============================================================================== --- head/databases/py-pymysql/pkg-descr Wed May 14 13:26:21 2014 (r354055) +++ head/databases/py-pymysql/pkg-descr Wed May 14 13:33:11 2014 (r354056) @@ -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