svn commit: r451410 - branches/2017Q4/audio/jack

Jan Beich jbeich at FreeBSD.org
Fri Oct 6 21:07:35 UTC 2017


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 at 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


More information about the svn-ports-branches mailing list