svn commit: r321331 - in head: . databases databases/py-MySQLdb41 databases/py-MySQLdb50

Florian Smeets flo at FreeBSD.org
Wed Jun 19 21:28:41 UTC 2013


Author: flo
Date: Wed Jun 19 21:28:40 2013
New Revision: 321331
URL: http://svnweb.freebsd.org/changeset/ports/321331

Log:
  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 at marino.st>

Deleted:
  head/databases/py-MySQLdb41/
  head/databases/py-MySQLdb50/
Modified:
  head/MOVED
  head/databases/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Wed Jun 19 21:20:50 2013	(r321330)
+++ head/MOVED	Wed Jun 19 21:28:40 2013	(r321331)
@@ -4394,3 +4394,5 @@ multimedia/p5-Video-Info||2013-06-19|Has
 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

Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile	Wed Jun 19 21:20:50 2013	(r321330)
+++ head/databases/Makefile	Wed Jun 19 21:28:40 2013	(r321331)
@@ -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


More information about the svn-ports-all mailing list