Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Jun 2014 03:50:42 +0000 (UTC)
From:      Nicola Vitale <nivit@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r357098 - head/misc/translate
Message-ID:  <201406090350.s593og90047805@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nivit
Date: Mon Jun  9 03:50:42 2014
New Revision: 357098
URL: http://svnweb.freebsd.org/changeset/ports/357098
QAT: https://qat.redports.org/buildarchive/r357098/

Log:
  - Add CONFLICTS_INSTALL with textproc/google-translate-cli.
    Both ports install the same binary file: bin/translate.

Modified:
  head/misc/translate/Makefile

Modified: head/misc/translate/Makefile
==============================================================================
--- head/misc/translate/Makefile	Mon Jun  9 03:43:35 2014	(r357097)
+++ head/misc/translate/Makefile	Mon Jun  9 03:50:42 2014	(r357098)
@@ -11,6 +11,9 @@ COMMENT=	Translates string using Babelfi
 
 RUN_DEPENDS=	p5-libwww>=0:${PORTSDIR}/www/p5-libwww
 
+# same binary file bin/translate
+CONFLICTS_INSTALL=	google-translate-cli-*
+
 USES=		perl5 shebangfix
 NO_BUILD=	yes
 



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