svn commit: r451409 - head/audio/jack
Jan Beich
jbeich at FreeBSD.org
Fri Oct 6 21:04:03 UTC 2017
Author: jbeich
Date: Fri Oct 6 21:04:01 2017
New Revision: 451409
URL: https://svnweb.freebsd.org/changeset/ports/451409
Log:
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
Modified:
head/audio/jack/Makefile (contents, props changed)
Modified: head/audio/jack/Makefile
==============================================================================
--- head/audio/jack/Makefile Fri Oct 6 19:42:47 2017 (r451408)
+++ head/audio/jack/Makefile Fri Oct 6 21:04:01 2017 (r451409)
@@ -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-head
mailing list