summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2019-04-13 22:03:17 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2019-04-13 22:03:17 +0000
commit9e0ffad51fb2a53b24ba28bc8fd7cd868a580123 (patch)
treeac4f6281e8a80b707257c47ee791cf2455c3c05d
parentdatabases/py-mysql-connector-python: Update version 1.2.3=>8.0.15 (diff)
databases/py-mysql-connector-python2: Mark DEPRECATED
- databases/py-mysql-connector-python has been updated to 8.0.X branch
Notes
Notes: svn path=/head/; revision=498838
-rw-r--r--databases/py-mysql-connector-python2/Makefile28
1 files changed, 16 insertions, 12 deletions
diff --git a/databases/py-mysql-connector-python2/Makefile b/databases/py-mysql-connector-python2/Makefile
index 02c4c60749e7..61e36716ae55 100644
--- a/databases/py-mysql-connector-python2/Makefile
+++ b/databases/py-mysql-connector-python2/Makefile
@@ -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}