Index: branches/2017Q1/audio/opus/Makefile =================================================================== --- branches/2017Q1/audio/opus/Makefile (revision 432637) +++ branches/2017Q1/audio/opus/Makefile (revision 432638) @@ -1,37 +1,37 @@ # $FreeBSD$ PORTNAME= opus -PORTVERSION= 1.1.3 +PORTVERSION= 1.1.4 CATEGORIES= audio MASTER_SITES= http://downloads.xiph.org/releases/opus/ \ MOZILLA/opus MAINTAINER= naddy@FreeBSD.org COMMENT= IETF audio codec LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING USES= cpe gmake libtool pathfix CPE_VENDOR= opus-codec USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-custom-modes \ --disable-maintainer-mode \ --disable-doc # requires doxygen INSTALL_TARGET= install-strip TEST_TARGET= check .include # i386: needs cpuid instruction; arm: only floating point .if ${ARCH} == "amd64" CONFIGURE_ARGS+=--enable-intrinsics .endif .if ${ARCH} == "arm" CONFIGURE_ARGS+=--enable-fixed-point .endif .include Index: branches/2017Q1/audio/opus/distinfo =================================================================== --- branches/2017Q1/audio/opus/distinfo (revision 432637) +++ branches/2017Q1/audio/opus/distinfo (revision 432638) @@ -1,3 +1,3 @@ -TIMESTAMP = 1470324014 -SHA256 (opus-1.1.3.tar.gz) = 58b6fe802e7e30182e95d0cde890c0ace40b6f125cffc50635f0ad2eef69b633 -SIZE (opus-1.1.3.tar.gz) = 978848 +TIMESTAMP = 1485035185 +SHA256 (opus-1.1.4.tar.gz) = 9122b6b380081dd2665189f97bfd777f04f92dc3ab6698eea1dbb27ad59d8692 +SIZE (opus-1.1.4.tar.gz) = 978830 Index: branches/2017Q1/audio/opus/pkg-plist =================================================================== --- branches/2017Q1/audio/opus/pkg-plist (revision 432637) +++ branches/2017Q1/audio/opus/pkg-plist (revision 432638) @@ -1,11 +1,11 @@ include/opus/opus.h include/opus/opus_custom.h include/opus/opus_defines.h include/opus/opus_multistream.h include/opus/opus_types.h lib/libopus.a lib/libopus.so lib/libopus.so.0 -lib/libopus.so.0.5.3 +lib/libopus.so.0.5.4 libdata/pkgconfig/opus.pc share/aclocal/opus.m4 Index: branches/2017Q1 =================================================================== --- branches/2017Q1 (revision 432637) +++ branches/2017Q1 (revision 432638) Property changes on: branches/2017Q1 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r432084