svn commit: r502442 - head/audio/lv2

Kubilay Kocak koobs at FreeBSD.org
Fri May 24 09:52:56 UTC 2019


Author: koobs
Date: Fri May 24 09:52:55 2019
New Revision: 502442
URL: https://svnweb.freebsd.org/changeset/ports/502442

Log:
  audio/lv2: Remove CONFLICTS_INSTALL
  
  lv2core expired and was deleted on 2016-11-30 in ports r427460
  
  I only noted this after committing ports r499627, so remove it accordingly.
  
  PR:		235103
  Approved by:	Michael Beer <beerml sigma6audio de> (maintainer)
  MFH:		2019Q2 (MFH with: r499627)

Modified:
  head/audio/lv2/Makefile

Modified: head/audio/lv2/Makefile
==============================================================================
--- head/audio/lv2/Makefile	Fri May 24 09:46:28 2019	(r502441)
+++ head/audio/lv2/Makefile	Fri May 24 09:52:55 2019	(r502442)
@@ -23,8 +23,6 @@ USES=		python:-3.6 shebangfix tar:bzip2 waf
 
 SHEBANG_FILES=	lv2specgen/lv2specgen.py
 
-CONFLICTS_INSTALL=	lv2core
-
 OPTIONS_DEFINE=	DOCS DOXYGEN EXAMPLES
 OPTIONS_SUB=	yes
 


More information about the svn-ports-all mailing list