Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Apr 2019 22:03:17 +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: r498838 - head/databases/py-mysql-connector-python2
Message-ID:  <201904132203.x3DM3H1c089812@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bofh
Date: Sat Apr 13 22:03:17 2019
New Revision: 498838
URL: https://svnweb.freebsd.org/changeset/ports/498838

Log:
  databases/py-mysql-connector-python2: Mark DEPRECATED
  
  - databases/py-mysql-connector-python has been updated to 8.0.X branch

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

Modified: head/databases/py-mysql-connector-python2/Makefile
==============================================================================
--- head/databases/py-mysql-connector-python2/Makefile	Sat Apr 13 21:58:49 2019	(r498837)
+++ head/databases/py-mysql-connector-python2/Makefile	Sat Apr 13 22:03:17 2019	(r498838)
@@ -1,22 +1,26 @@
 # Created by: Muhammad Moinur Rahman <5u623l20@gmail.com>
 # $FreeBSD$
 
-PORTNAME=		mysql-connector-python
-PORTVERSION=		2.2.2
-CATEGORIES=		databases python
-MASTER_SITES=		MYSQL/Connector-Python
-PKGNAMEPREFIX=		${PYTHON_PKGNAMEPREFIX}
-PKGNAMESUFFIX=		2
+PORTNAME=	mysql-connector-python
+PORTVERSION=	2.2.2
+CATEGORIES=	databases python
+MASTER_SITES=	MYSQL/Connector-Python
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+PKGNAMESUFFIX=	2
 
-MAINTAINER=		bofh@FreeBSD.org
-COMMENT=		MySQL driver written in Python
+MAINTAINER=	bofh@FreeBSD.org
+COMMENT=	MySQL driver written in Python
 
-LICENSE=		GPLv2
+LICENSE=	GPLv2
 
-NO_ARCH=		yes
-USES=			python
-USE_PYTHON=		autoplist distutils
+DEPRECATED=	Please consider using databases/py-mysql-connector-python which has been\
+		updated to latest upstream version
+EXPIRATION_DATE=2019-05-15
 
+USES=		python
+USE_PYTHON=	autoplist distutils
+
+NO_ARCH=	yes
 .include <bsd.port.pre.mk>
 
 PYDISTUTILS_INSTALLARGS:=	${PYDISTUTILS_INSTALLARGS:N--single-version-externally-managed}



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