Date: Fri, 6 Oct 2017 21:04:01 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451409 - head/audio/jack Message-ID: <201710062104.v96L41IZ066159@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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?201710062104.v96L41IZ066159>