From owner-svn-ports-head@freebsd.org Sat Oct 10 15:29:11 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7C634A10AFB; Sat, 10 Oct 2015 15:29:11 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2CB71F0; Sat, 10 Oct 2015 15:29:11 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9AFTAn1038695; Sat, 10 Oct 2015 15:29:10 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9AFT9cq038691; Sat, 10 Oct 2015 15:29:09 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201510101529.t9AFT9cq038691@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 10 Oct 2015 15:29:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399005 - in head/databases: mysql-workbench51 mysql51-server p5-DBD-mysql51 py-MySQLdb51 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Oct 2015 15:29:11 -0000 Author: antoine Date: Sat Oct 10 15:29:09 2015 New Revision: 399005 URL: https://svnweb.freebsd.org/changeset/ports/399005 Log: Depreacted MySQL 5.1 ports Modified: head/databases/mysql-workbench51/Makefile head/databases/mysql51-server/Makefile head/databases/p5-DBD-mysql51/Makefile head/databases/py-MySQLdb51/Makefile Modified: head/databases/mysql-workbench51/Makefile ============================================================================== --- head/databases/mysql-workbench51/Makefile Sat Oct 10 15:27:11 2015 (r399004) +++ head/databases/mysql-workbench51/Makefile Sat Oct 10 15:29:09 2015 (r399005) @@ -11,6 +11,9 @@ PKGNAMESUFFIX= 51 MAINTAINER= ports@FreeBSD.org COMMENT= The MySQL Workbench +DEPRECATED= EOL upstream, use databases/mysql-workbench52 instead +EXPIRATION_DATE= 2015-11-10 + LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre \ libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid \ libzip.so:${PORTSDIR}/archivers/libzip \ Modified: head/databases/mysql51-server/Makefile ============================================================================== --- head/databases/mysql51-server/Makefile Sat Oct 10 15:27:11 2015 (r399004) +++ head/databases/mysql51-server/Makefile Sat Oct 10 15:29:09 2015 (r399005) @@ -11,6 +11,9 @@ PKGNAMESUFFIX?= 51-server MAINTAINER= ale@FreeBSD.org COMMENT?= Multithreaded SQL database (server) +DEPRECATED= EOL upstream, use mysql55 or mysql56 instead +EXPIRATION_DATE= 2015-11-10 + SLAVEDIRS= databases/mysql51-client databases/mysql51-scripts GNU_CONFIGURE= yes Modified: head/databases/p5-DBD-mysql51/Makefile ============================================================================== --- head/databases/p5-DBD-mysql51/Makefile Sat Oct 10 15:27:11 2015 (r399004) +++ head/databases/p5-DBD-mysql51/Makefile Sat Oct 10 15:29:09 2015 (r399005) @@ -5,6 +5,9 @@ PKGNAMESUFFIX= 51 COMMENT= MySQL 5.1 driver for the Perl5 Database Interface (DBI) +DEPRECATED= EOL upstream, use databases/p5-DBD-mysql instead +EXPIRATION_DATE= 2015-11-10 + CONFLICTS_INSTALL= p5-DBD-mysql-[0-9]* p5-DBD-mysql5[02-9]-[0-9]* WANT_MYSQL_VER= 51 Modified: head/databases/py-MySQLdb51/Makefile ============================================================================== --- head/databases/py-MySQLdb51/Makefile Sat Oct 10 15:27:11 2015 (r399004) +++ head/databases/py-MySQLdb51/Makefile Sat Oct 10 15:29:09 2015 (r399005) @@ -5,6 +5,9 @@ PKGNAMESUFFIX= 51 COMMENT= Access a MySQL database through Python (Using MySQL 5.1 Client) +DEPRECATED= EOL upstream, use databases/py-MySQLdb instead +EXPIRATION_DATE= 2015-11-10 + WANT_MYSQL_VER= 51 MASTERDIR= ${.CURDIR}/../py-MySQLdb