svn commit: r357098 - head/misc/translate

Nicola Vitale nivit at FreeBSD.org
Mon Jun 9 03:50:42 UTC 2014


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
 


More information about the svn-ports-head mailing list