aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MOVED1
-rw-r--r--databases/Makefile1
-rw-r--r--databases/py-MySQLdb-devel/Makefile52
-rw-r--r--databases/py-MySQLdb-devel/distinfo2
-rw-r--r--databases/py-MySQLdb-devel/pkg-descr17
-rw-r--r--databases/py-MySQLdb-devel/pkg-plist1
6 files changed, 1 insertions, 73 deletions
diff --git a/MOVED b/MOVED
index a4305b8cde3b..0de0f73342bd 100644
--- a/MOVED
+++ b/MOVED
@@ -3288,3 +3288,4 @@ editors/lazarus-qt4||2012-04-20|Never fully added. Use editors/lazarus instead
net/socks5||2012-04-21|Removed
games/netpanzer-data||2012-04-25|No longer needed
www/typo344||2012-04-30|Has expired: Support will end in the near future, see http://typo3.org/download/packages/ for details
+databases/py-MySQLdb-devel|databases/py-MySQLdb|2012-05-01|Port is outdated, use databases/py-MySQLdb instead
diff --git a/databases/Makefile b/databases/Makefile
index 59010f2b3a10..8ebfa9dc9253 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -655,7 +655,6 @@
SUBDIR += pxtools
SUBDIR += py-Elixir
SUBDIR += py-MySQLdb
- SUBDIR += py-MySQLdb-devel
SUBDIR += py-PyGreSQL
SUBDIR += py-bsddb
SUBDIR += py-bsddb3
diff --git a/databases/py-MySQLdb-devel/Makefile b/databases/py-MySQLdb-devel/Makefile
deleted file mode 100644
index 614d7111b991..000000000000
--- a/databases/py-MySQLdb-devel/Makefile
+++ /dev/null
@@ -1,52 +0,0 @@
-# New ports collection makefile for: py-MySQLdb
-# Date created: 04 April 2000
-# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= MySQLdb
-DISTVERSION= 1.2.3c1
-PORTREVISION= 1
-CATEGORIES= databases python
-MASTER_SITES= SF/mysql-python/mysql-python-test/1.2.3c1
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-PKGNAMESUFFIX= -devel
-DISTNAME= MySQL-python-${DISTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Access a MySQL database through Python
-
-DEPRECATED= use databases/py-MySQLdb instead
-EXPIRATION_DATE= 2012-05-01
-
-USE_PYTHON= 2.5+
-USE_PYDISTUTILS= easy_install
-PYEASYINSTALL_ARCHDEP= yes
-PYDISTUTILS_PKGNAME= MySQL_python
-PYDISTUTILS_PKGVERSION= ${DISTVERSION}
-USE_MYSQL= yes
-
-CONFLICTS= py*-MySQLdb-[0-9]*
-
-PORTDOCS= *
-
-OPTIONSFILE= ${PORT_DBDIR}/${PORTNAME}/options
-OPTIONS= MYSQLCLIENT_R "Use libmysqlclient_r (thread safe)" on
-
-.include <bsd.port.pre.mk>
-
-post-patch:
-.if defined(WITHOUT_MYSQLCLIENT_R)
- @${REINPLACE_CMD} -E -e "s|(threadsafe.*)True|\1 False|" \
- ${WRKSRC}/site.cfg
-.endif
-
-post-install:
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR}
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/databases/py-MySQLdb-devel/distinfo b/databases/py-MySQLdb-devel/distinfo
deleted file mode 100644
index 454dd750dd1d..000000000000
--- a/databases/py-MySQLdb-devel/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (MySQL-python-1.2.3c1.tar.gz) = 1faa4977e9850731e8b7f8a1d58b8627393a3744543788ec437fb45e06cfe401
-SIZE (MySQL-python-1.2.3c1.tar.gz) = 89831
diff --git a/databases/py-MySQLdb-devel/pkg-descr b/databases/py-MySQLdb-devel/pkg-descr
deleted file mode 100644
index 425e14ac002b..000000000000
--- a/databases/py-MySQLdb-devel/pkg-descr
+++ /dev/null
@@ -1,17 +0,0 @@
-Python interface to MySQL
-
-MySQLdb is an interface to the popular MySQL database server for Python.
-The design goals are:
-
-- Compliance with Python database API version 2.0
-- Thread-safety
-- Thread-friendliness (threads will not block each other)
-- Compatibility with MySQL-3.22 and later
-
-This module should be mostly compatible with an older interface
-written by Joe Skinner and others. However, the older version is
-a) not thread-friendly, b) written for MySQL 3.21, c) apparently
-not actively maintained. No code from that version is used in
-MySQLdb. MySQLdb is free software.
-
-WWW: http://sourceforge.net/projects/mysql-python/
diff --git a/databases/py-MySQLdb-devel/pkg-plist b/databases/py-MySQLdb-devel/pkg-plist
deleted file mode 100644
index ddf68a1c022f..000000000000
--- a/databases/py-MySQLdb-devel/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%