svn commit: r422738 - head/archivers/freeze

Ruslan Makhmatkhanov rm at FreeBSD.org
Sat Sep 24 22:35:00 UTC 2016


Author: rm
Date: Sat Sep 24 22:34:59 2016
New Revision: 422738
URL: https://svnweb.freebsd.org/changeset/ports/422738

Log:
  archivers/freeze: register conflict with multimedia/mlt
  
  Both ports installing bin/melt binary, but freeze lacks
  corresponding CONFLICTS entry.
  
  PR:		171313
  Reported by:	bartsch at dssgmbh.de
  Approved by:	maintainer timeout

Modified:
  head/archivers/freeze/Makefile

Modified: head/archivers/freeze/Makefile
==============================================================================
--- head/archivers/freeze/Makefile	Sat Sep 24 20:23:53 2016	(r422737)
+++ head/archivers/freeze/Makefile	Sat Sep 24 22:34:59 2016	(r422738)
@@ -12,6 +12,7 @@ MASTER_SITES=	ftp://ftp.warwick.ac.uk/pu
 MAINTAINER=	gabor at FreeBSD.org
 COMMENT=	Compression program - often used in QNX
 
+CONFLICTS_INSTALL=	mlt-[0-9]*
 GNU_CONFIGURE=	yes
 ALL_TARGET=	prog
 


More information about the svn-ports-all mailing list