svn commit: r375803 - head/databases/py-MySQLdb56

Ruslan Makhmatkhanov rm at FreeBSD.org
Mon Dec 29 21:18:46 UTC 2014


Author: rm
Date: Mon Dec 29 21:18:45 2014
New Revision: 375803
URL: https://svnweb.freebsd.org/changeset/ports/375803
QAT: https://qat.redports.org/buildarchive/r375803/

Log:
  databases/py-MySQLdb56: fix typo

Modified:
  head/databases/py-MySQLdb56/Makefile

Modified: head/databases/py-MySQLdb56/Makefile
==============================================================================
--- head/databases/py-MySQLdb56/Makefile	Mon Dec 29 20:53:49 2014	(r375802)
+++ head/databases/py-MySQLdb56/Makefile	Mon Dec 29 21:18:45 2014	(r375803)
@@ -2,7 +2,7 @@
 
 PKGNAMESUFFIX=	56
 
-COMMENT=	Access a MySQL database through Python (Using MySQL 5.5 Client)
+COMMENT=	Access a MySQL database through Python (Using MySQL 5.6 Client)
 
 WANT_MYSQL_VER=	56
 MASTERDIR=	${.CURDIR}/../py-MySQLdb


More information about the svn-ports-head mailing list