svn commit: r390880 - head/databases/p5-DBD-mysql

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jun 29 04:58:01 UTC 2015


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


More information about the svn-ports-all mailing list