svn commit: r456238 - head/devel/devtodo

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Dec 13 20:49:35 UTC 2017


Author: sunpoet
Date: Wed Dec 13 20:49:30 2017
New Revision: 456238
URL: https://svnweb.freebsd.org/changeset/ports/456238

Log:
  Mark CONFLICTS_INSTALL with deskutils/deforaos-todo
  
  - Use CONFLICTS_INSTALL instead of CONFLICTS

Modified:
  head/devel/devtodo/Makefile

Modified: head/devel/devtodo/Makefile
==============================================================================
--- head/devel/devtodo/Makefile	Wed Dec 13 20:49:25 2017	(r456237)
+++ head/devel/devtodo/Makefile	Wed Dec 13 20:49:30 2017	(r456238)
@@ -10,7 +10,7 @@ MASTER_SITES=	http://swapoff.org/files/devtodo/
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Tool to effectively maintain todo lists aimed at developers
 
-CONFLICTS=	tdl-[0-9]* todo-[0-9]*
+CONFLICTS_INSTALL=	deforaos-todo tdl todo
 
 GNU_CONFIGURE=	yes
 USES=		ncurses readline


More information about the svn-ports-head mailing list