svn commit: r390881 - head/databases/p5-DBD-mysql51

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


Author: sunpoet
Date: Mon Jun 29 04:58:43 2015
New Revision: 390881
URL: https://svnweb.freebsd.org/changeset/ports/390881

Log:
  - Cleanup CONFLICTS
  - Use CONFLICTS_INSTALL instead of CONFLICTS

Modified:
  head/databases/p5-DBD-mysql51/Makefile

Modified: head/databases/p5-DBD-mysql51/Makefile
==============================================================================
--- head/databases/p5-DBD-mysql51/Makefile	Mon Jun 29 04:58:00 2015	(r390880)
+++ head/databases/p5-DBD-mysql51/Makefile	Mon Jun 29 04:58:43 2015	(r390881)
@@ -5,7 +5,7 @@ PKGNAMESUFFIX=	51
 
 COMMENT=	MySQL 5.1 driver for the Perl5 Database Interface (DBI)
 
-CONFLICTS=	p5-Mysql-modules-[0-9]* p5-DBD-mysql-[0-9]* p5-DBD-mysql4[0-9]-[0-9]* p5-DBD-mysql5[02-9]-[0-9]*
+CONFLICTS_INSTALL=	p5-DBD-mysql-[0-9]* p5-DBD-mysql5[02-9]-[0-9]*
 
 WANT_MYSQL_VER=	51
 


More information about the svn-ports-all mailing list