svn commit: r421594 - head/net/grive

Carlos J. Puga Medina cpm at FreeBSD.org
Thu Sep 8 23:54:13 UTC 2016


Author: cpm
Date: Thu Sep  8 23:54:12 2016
New Revision: 421594
URL: https://svnweb.freebsd.org/changeset/ports/421594

Log:
  - Register CONFLICTS between grive and grive2
  
  Submitted by:	cpm
  Reviewed by:	amdmi3, feld (mentors)
  Approved by:	amdmi3, feld (mentors)
  Differential Revision:	D7675

Modified:
  head/net/grive/Makefile

Modified: head/net/grive/Makefile
==============================================================================
--- head/net/grive/Makefile	Thu Sep  8 23:51:57 2016	(r421593)
+++ head/net/grive/Makefile	Thu Sep  8 23:54:12 2016	(r421594)
@@ -20,6 +20,8 @@ LIB_DEPENDS=	libboost_filesystem.so:deve
 		libjson-c.so:devel/json-c \
 		libyajl.so:devel/yajl
 
+CONFLICTS_INSTALL=	grive2-[0-9]*
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	Grive
 GH_TAGNAME=	27817e8


More information about the svn-ports-all mailing list