Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Apr 2013 16:19:24 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r316947 - head/multimedia/mkvtoolnix
Message-ID:  <201304301619.r3UGJO4i001994@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Tue Apr 30 16:19:24 2013
New Revision: 316947
URL: http://svnweb.freebsd.org/changeset/ports/316947

Log:
  Now that BZ2 (bzlib) and LZO (lzo1x) support has been removed upstream also
  remove the dependency to archivers/lzo2.

Modified:
  head/multimedia/mkvtoolnix/Makefile

Modified: head/multimedia/mkvtoolnix/Makefile
==============================================================================
--- head/multimedia/mkvtoolnix/Makefile	Tue Apr 30 16:06:27 2013	(r316946)
+++ head/multimedia/mkvtoolnix/Makefile	Tue Apr 30 16:19:24 2013	(r316947)
@@ -3,6 +3,7 @@
 
 PORTNAME=	mkvtoolnix
 PORTVERSION=	6.2.0
+PORTREVISION=	1
 CATEGORIES=	multimedia audio
 MASTER_SITES=	http://www.bunkus.org/videotools/mkvtoolnix/sources/ \
 		CRITICAL
@@ -15,7 +16,6 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	FLAC:${PORTSDIR}/audio/flac \
 		expat:${PORTSDIR}/textproc/expat2 \
-		lzo2:${PORTSDIR}/archivers/lzo2 \
 		vorbis:${PORTSDIR}/audio/libvorbis \
 		ogg:${PORTSDIR}/audio/libogg \
 		boost_regex:${PORTSDIR}/devel/boost-libs \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304301619.r3UGJO4i001994>