Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Oct 2014 23:03:55 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r370133 - head/databases/py-mysql-connector-python
Message-ID:  <201410052303.s95N3tBs070574@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
+MAINTAINER=		5u623l20@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410052303.s95N3tBs070574>