svn commit: r398468 - head/databases/py-mysql-connector-python2

Muhammad Moinur Rahman bofh at FreeBSD.org
Sat Oct 3 13:12:09 UTC 2015


Author: bofh
Date: Sat Oct  3 13:12:08 2015
New Revision: 398468
URL: https://svnweb.freebsd.org/changeset/ports/398468

Log:
  databases/py-mysql-connector-python2: Update version 2.0.4=>2.1.3
  
  - Remove PORTSCOUT as current version is greater than skipped beta
  - Rearrange USES allphabetically

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

Modified: head/databases/py-mysql-connector-python2/Makefile
==============================================================================
--- head/databases/py-mysql-connector-python2/Makefile	Sat Oct  3 12:37:37 2015	(r398467)
+++ head/databases/py-mysql-connector-python2/Makefile	Sat Oct  3 13:12:08 2015	(r398468)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=		mysql-connector-python
-PORTVERSION=		2.0.4
+PORTVERSION=		2.1.3
 CATEGORIES=		databases python
 MASTER_SITES=		MYSQL/Connector-Python
 PKGNAMEPREFIX=		${PYTHON_PKGNAMEPREFIX}
@@ -13,9 +13,12 @@ COMMENT=		MySQL driver written in Python
 
 LICENSE=		GPLv2
 
-PORTSCOUT=		skipv:2.1.1,2.1.2 # BETA version
 NO_ARCH=		yes
 USES=			python
-USE_PYTHON=		distutils autoplist
+USE_PYTHON=		autoplist distutils
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+PYDISTUTILS_INSTALLARGS:=	${PYDISTUTILS_INSTALLARGS:N--single-version-externally-managed}
+
+.include <bsd.port.post.mk>

Modified: head/databases/py-mysql-connector-python2/distinfo
==============================================================================
--- head/databases/py-mysql-connector-python2/distinfo	Sat Oct  3 12:37:37 2015	(r398467)
+++ head/databases/py-mysql-connector-python2/distinfo	Sat Oct  3 13:12:08 2015	(r398468)
@@ -1,2 +1,2 @@
-SHA256 (mysql-connector-python-2.0.4.tar.gz) = 90fb6d4d210cd7724630d766dbeaf94f21d946a6a0bc8ee703591f2030d29ee4
-SIZE (mysql-connector-python-2.0.4.tar.gz) = 212192
+SHA256 (mysql-connector-python-2.1.3.tar.gz) = c6b5975de7117c41cb7364f2fb99c7f2e58b33c670b74a2d3c5b4a91a52720e3
+SIZE (mysql-connector-python-2.1.3.tar.gz) = 271939


More information about the svn-ports-head mailing list