Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Nov 2017 03:31:28 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r454472 - in head: chinese/tintin++ net/tintin++
Message-ID:  <201711190331.vAJ3VSmh092379@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Nov 19 03:31:28 2017
New Revision: 454472
URL: https://svnweb.freebsd.org/changeset/ports/454472

Log:
  Mark CONFLICTS_INSTALL between net/tintin++ and chinese/tintin++

Modified:
  head/chinese/tintin++/Makefile
  head/net/tintin++/Makefile

Modified: head/chinese/tintin++/Makefile
==============================================================================
--- head/chinese/tintin++/Makefile	Sun Nov 19 02:38:29 2017	(r454471)
+++ head/chinese/tintin++/Makefile	Sun Nov 19 03:31:28 2017	(r454472)
@@ -8,6 +8,8 @@ MAINTAINER=	sunpoet@FreeBSD.org
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/../COPYING
 
+CONFLICTS_INSTALL=	tintin++
+
 MASTERDIR=	${.CURDIR}/../../net/tintin++
 
 OPTIONS_SLAVE=	BIG5

Modified: head/net/tintin++/Makefile
==============================================================================
--- head/net/tintin++/Makefile	Sun Nov 19 02:38:29 2017	(r454471)
+++ head/net/tintin++/Makefile	Sun Nov 19 03:31:28 2017	(r454472)
@@ -15,6 +15,8 @@ LICENSE_FILE=	${WRKSRC}/../COPYING
 
 LIB_DEPENDS=	libpcre.so:devel/pcre
 
+CONFLICTS_INSTALL?=	zh-tintin++
+
 OPTIONS_DEFINE=	BIG5 DOCS
 BIG5_DESC=	Big5 support
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711190331.vAJ3VSmh092379>