aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorFlorian Smeets <flo@FreeBSD.org>2013-06-19 21:28:40 +0000
committerFlorian Smeets <flo@FreeBSD.org>2013-06-19 21:28:40 +0000
commitcb907a60fef2a4eb7a0ad158245bc7856d951740 (patch)
treead8519ad9b3465a32fd3880c6d8a355e2d5b61f0 /databases
parent1943b2a63647946666ecb95825acefab6b039b04 (diff)
downloadports-cb907a60fef2a4eb7a0ad158245bc7856d951740.tar.gz
ports-cb907a60fef2a4eb7a0ad158245bc7856d951740.zip
Remove ports that still depend on MySQL 4.1 or 5.0 which should have been
removed with MySQL 4.1 and 5.0 respectively. PR: ports/179707 Reported by: John Marino <draco@marino.st>
Notes
Notes: svn path=/head/; revision=321331
Diffstat (limited to 'databases')
-rw-r--r--databases/Makefile2
-rw-r--r--databases/py-MySQLdb41/Makefile18
-rw-r--r--databases/py-MySQLdb50/Makefile18
3 files changed, 0 insertions, 38 deletions
diff --git a/databases/Makefile b/databases/Makefile
index 0b204c152794..491040e789be 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -700,8 +700,6 @@
SUBDIR += pxtools
SUBDIR += py-Elixir
SUBDIR += py-MySQLdb
- SUBDIR += py-MySQLdb41
- SUBDIR += py-MySQLdb50
SUBDIR += py-MySQLdb51
SUBDIR += py-MySQLdb55
SUBDIR += py-PyGreSQL
diff --git a/databases/py-MySQLdb41/Makefile b/databases/py-MySQLdb41/Makefile
deleted file mode 100644
index 443aadef7836..000000000000
--- a/databases/py-MySQLdb41/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# New ports collection makefile for: py-MySQLdb41
-# Date created: 2010-11-8
-# Whom: Tom Judge <tom@tomjudge.com>
-#
-# $FreeBSD$
-#
-
-PKGNAMESUFFIX= 41
-
-COMMENT= Access a MySQL database through Python (Using MySQL 4.1 Client)
-
-CONFLICTS= py*-MySQLdb-devel-[0-9]* py*-MySQLdb-[0-9]* py*-MySQLdb[45][0-9]-[0-9]*
-
-WANT_MYSQL_VER= 41
-
-MASTERDIR= ${.CURDIR}/../py-MySQLdb
-
-.include "${MASTERDIR}/Makefile"
diff --git a/databases/py-MySQLdb50/Makefile b/databases/py-MySQLdb50/Makefile
deleted file mode 100644
index eeb7aa96ab1f..000000000000
--- a/databases/py-MySQLdb50/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# New ports collection makefile for: py-MySQLdb50
-# Date created: 2010-11-8
-# Whom: Tom Judge <tom@tomjudge.com>
-#
-# $FreeBSD$
-#
-
-PKGNAMESUFFIX= 50
-
-COMMENT= Access a MySQL database through Python (Using MySQL 5.0 Client)
-
-CONFLICTS= py*-MySQLdb-devel-[0-9]* py*-MySQLdb-[0-9]* py*-MySQLdb[45][0-9]-[0-9]*
-
-WANT_MYSQL_VER= 50
-
-MASTERDIR= ${.CURDIR}/../py-MySQLdb
-
-.include "${MASTERDIR}/Makefile"