svn commit: r495943 - head/security/qtkeychain

Tobias C. Berner tcberner at FreeBSD.org
Sat Mar 16 18:54:19 UTC 2019


Author: tcberner
Date: Sat Mar 16 18:54:18 2019
New Revision: 495943
URL: https://svnweb.freebsd.org/changeset/ports/495943

Log:
  security/qtkeychain: add CONFLICTS_INSTALL
  
  - follow up on the flavor removal: mark conflicting with flavored pkgs
  
  Approved by:	portmgr (implicit)

Modified:
  head/security/qtkeychain/Makefile

Modified: head/security/qtkeychain/Makefile
==============================================================================
--- head/security/qtkeychain/Makefile	Sat Mar 16 18:53:09 2019	(r495942)
+++ head/security/qtkeychain/Makefile	Sat Mar 16 18:54:18 2019	(r495943)
@@ -19,6 +19,8 @@ GH_ACCOUNT=	frankosterfeld
 USE_LDCONFIG=	yes
 PLIST_SUB=	VERSION=${PORTVERSION}
 
+CONFLICTS_INSTALL=	qtkeychain-qt[45]
+
 OPTIONS_DEFINE=		LIBSECRET
 OPTIONS_DEFAULT=	LIBSECRET
 


More information about the svn-ports-all mailing list