Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Jun 2013 21:28:41 +0000 (UTC)
From:      Florian Smeets <flo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r321331 - in head: . databases databases/py-MySQLdb41 databases/py-MySQLdb50
Message-ID:  <201306192128.r5JLSfBQ042152@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306192128.r5JLSfBQ042152>