svn commit: r370133 - head/databases/py-mysql-connector-python

John Marino marino at FreeBSD.org
Sun Oct 5 23:03:55 UTC 2014


Author: marino
Date: Sun Oct  5 23:03:54 2014
New Revision: 370133
URL: https://svnweb.freebsd.org/changeset/ports/370133
QAT: https://qat.redports.org/buildarchive/r370133/

Log:
  databases/py-mysql-connector-python: Upgrade version 1.2.2 => 1.2.3
  
  Assign maintainership to submitter.
  
  PR:		194044
  Submitted by:	Muhammad Rahman

Modified:
  head/databases/py-mysql-connector-python/Makefile
  head/databases/py-mysql-connector-python/distinfo

Modified: head/databases/py-mysql-connector-python/Makefile
==============================================================================
--- head/databases/py-mysql-connector-python/Makefile	Sun Oct  5 21:59:40 2014	(r370132)
+++ head/databases/py-mysql-connector-python/Makefile	Sun Oct  5 23:03:54 2014	(r370133)
@@ -1,20 +1,19 @@
 # $FreeBSD$
 
 PORTNAME=		mysql-connector-python
-PORTVERSION=		1.2.2
+PORTVERSION=		1.2.3
 CATEGORIES=		databases python
 MASTER_SITES=		${MASTER_SITE_MYSQL}
 MASTER_SITE_SUBDIR=	Connector-Python
 PKGNAMEPREFIX=		${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=		ports at FreeBSD.org
+MAINTAINER=		5u623l20 at gmail.com
 COMMENT=		MySQL driver written in Python
 
 LICENSE=		GPLv2
-LICENSE_FILE=		${WRKSRC}/COPYING
 
-USE_PYTHON=		yes
-USE_PYDISTUTILS=	yes
-PYDISTUTILS_AUTOPLIST=	yes
+PORTSCOUT=		limit:^1\.
+USES=			python
+USE_PYTHON=		distutils autoplist
 
 .include <bsd.port.mk>

Modified: head/databases/py-mysql-connector-python/distinfo
==============================================================================
--- head/databases/py-mysql-connector-python/distinfo	Sun Oct  5 21:59:40 2014	(r370132)
+++ head/databases/py-mysql-connector-python/distinfo	Sun Oct  5 23:03:54 2014	(r370133)
@@ -1,2 +1,2 @@
-SHA256 (mysql-connector-python-1.2.2.tar.gz) = f2500d4b99a991a2ee060c3df40387a86f41e60f12b76032f066a723ed2d18a6
-SIZE (mysql-connector-python-1.2.2.tar.gz) = 281753
+SHA256 (mysql-connector-python-1.2.3.tar.gz) = 03b4ba1c2d4ede2817137b487b3d2e1e38e6ed9423fe91bf13db2fe739a33350
+SIZE (mysql-connector-python-1.2.3.tar.gz) = 285849


More information about the svn-ports-head mailing list