From owner-svn-ports-all@FreeBSD.ORG Mon Jun 9 03:50:42 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CC64C6AF; Mon, 9 Jun 2014 03:50:42 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B9D4E25C8; Mon, 9 Jun 2014 03:50:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s593ogG0047806; Mon, 9 Jun 2014 03:50:42 GMT (envelope-from nivit@svn.freebsd.org) Received: (from nivit@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s593og90047805; Mon, 9 Jun 2014 03:50:42 GMT (envelope-from nivit@svn.freebsd.org) Message-Id: <201406090350.s593og90047805@svn.freebsd.org> From: Nicola Vitale Date: Mon, 9 Jun 2014 03:50:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357098 - head/misc/translate X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jun 2014 03:50:42 -0000 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