Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Oct 2017 21:07:34 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r451410 - branches/2017Q4/audio/jack
Message-ID:  <201710062107.v96L7Yls066434@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Fri Oct  6 21:07:34 2017
New Revision: 451410
URL: https://svnweb.freebsd.org/changeset/ports/451410

Log:
  MFH: r451409
  
  audio/jack: libuuid is completely unused after r440260
  
  libuuid was used for a some time between 0.121.3 and 0.124 releases
  but didn't propagate into any except for stray <uuid/uuid.h> include.
  
  PR:		221314
  Submitted by:	tobik
  Reviewed by:	hselasky
  Approved by:	ports-secteam blanket

Modified:
  branches/2017Q4/audio/jack/Makefile
Directory Properties:
  branches/2017Q4/   (props changed)

Modified: branches/2017Q4/audio/jack/Makefile
==============================================================================
--- branches/2017Q4/audio/jack/Makefile	Fri Oct  6 21:04:01 2017	(r451409)
+++ branches/2017Q4/audio/jack/Makefile	Fri Oct  6 21:07:34 2017	(r451410)
@@ -3,7 +3,7 @@
 
 PORTNAME=	jackit
 PORTVERSION=	0.125.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	audio
 
 MAINTAINER=	multimedia@FreeBSD.org
@@ -14,8 +14,7 @@ LICENSE_COMB=	multi
 
 LIB_DEPENDS=	libsndfile.so:audio/libsndfile \
 		libsamplerate.so:audio/libsamplerate \
-		libcelt0.so:audio/celt \
-		libuuid.so:misc/e2fsprogs-libuuid
+		libcelt0.so:audio/celt
 
 USES=		autoreconf gmake pathfix pkgconfig libtool localbase bdb
 USE_GITHUB=	yes



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