mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
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>
This commit is contained in:
parent
1943b2a636
commit
cb907a60fe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=321331
2
MOVED
2
MOVED
@ -4394,3 +4394,5 @@ multimedia/p5-Video-Info||2013-06-19|Has expired: Broken for more than 6 month
|
||||
net-p2p/p5-pdonkey||2013-06-19|Removed: depends on expired multimedia/p5-Video-Info
|
||||
lang/boo||2013-06-19|Has expired: BROKEN for more than 6 month
|
||||
math/petsc-mpich||2013-06-19|Has expired: BROKEN for more than 6 month
|
||||
databases/py-MySQLdb41||2013-06-19|Depends on databases/mysql41-client, which was removed
|
||||
databases/py-MySQLdb50||2013-06-19|Depends on databases/mysql50-client, which was removed
|
||||
|
@ -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
|
||||
|
@ -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"
|
@ -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"
|
Loading…
Reference in New Issue
Block a user