Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Oct 2015 13:12:08 +0000 (UTC)
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r398468 - head/databases/py-mysql-connector-python2
Message-ID:  <201510031312.t93DC8g8011191@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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