From owner-svn-ports-head@freebsd.org Mon Jun 29 04:58:01 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 A400798D478; Mon, 29 Jun 2015 04:58:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 94CEB1925; Mon, 29 Jun 2015 04:58:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5T4w1S7077466; Mon, 29 Jun 2015 04:58:01 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5T4w1pq077465; Mon, 29 Jun 2015 04:58:01 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506290458.t5T4w1pq077465@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 29 Jun 2015 04:58:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390880 - head/databases/p5-DBD-mysql 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: Mon, 29 Jun 2015 04:58:01 -0000 Author: sunpoet Date: Mon Jun 29 04:58:00 2015 New Revision: 390880 URL: https://svnweb.freebsd.org/changeset/ports/390880 Log: - Cleanup CONFLICTS_INSTALL Modified: head/databases/p5-DBD-mysql/Makefile Modified: head/databases/p5-DBD-mysql/Makefile ============================================================================== --- head/databases/p5-DBD-mysql/Makefile Mon Jun 29 04:51:28 2015 (r390879) +++ head/databases/p5-DBD-mysql/Makefile Mon Jun 29 04:58:00 2015 (r390880) @@ -17,7 +17,7 @@ BUILD_DEPENDS= p5-DBI>=1.08:${PORTSDIR}/ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep -CONFLICTS_INSTALL?= p5-Mysql-modules-[0-9]* p5-DBD-mysql[45][0-9]-[0-9]* +CONFLICTS_INSTALL?= p5-DBD-mysql[45][0-9]-[0-9]* USE_MYSQL= yes USE_PERL5= configure