Date: Thu, 3 Mar 2016 10:28:42 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r410026 - head/comms/libcodec2 Message-ID: <201603031028.u23ASg3l095398@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rakuco Date: Thu Mar 3 10:28:42 2016 New Revision: 410026 URL: https://svnweb.freebsd.org/changeset/ports/410026 Log: Update to 0.5. PR: 207609 Submitted by: takefu@airport.fm (maintainer) Modified: head/comms/libcodec2/Makefile head/comms/libcodec2/distinfo head/comms/libcodec2/pkg-plist Modified: head/comms/libcodec2/Makefile ============================================================================== --- head/comms/libcodec2/Makefile Thu Mar 3 10:21:30 2016 (r410025) +++ head/comms/libcodec2/Makefile Thu Mar 3 10:28:42 2016 (r410026) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libcodec2 -PORTVERSION= 0.4.1 +PORTVERSION= 0.5 CATEGORIES= comms hamradio MASTER_SITES= http://files.freedv.org/codec2/ DISTNAME= codec2-${PORTVERSION} @@ -15,6 +15,6 @@ LICENSE= LGPL21 LIB_DEPENDS= libspeexdsp.so:${PORTSDIR}/audio/speexdsp USE_LDCONFIG= yes -USES= cmake:outsource +USES= cmake:outsource tar:xz .include <bsd.port.mk> Modified: head/comms/libcodec2/distinfo ============================================================================== --- head/comms/libcodec2/distinfo Thu Mar 3 10:21:30 2016 (r410025) +++ head/comms/libcodec2/distinfo Thu Mar 3 10:28:42 2016 (r410026) @@ -1,2 +1,2 @@ -SHA256 (codec2-0.4.1.tar.gz) = 2fe3b9410a98c72b1420eeda8bb3656c176a6e6a2813e55476a7779a216990bb -SIZE (codec2-0.4.1.tar.gz) = 11100891 +SHA256 (codec2-0.5.tar.xz) = 1ffda04ec6629f5ad5a38349c6d9d38d29bfbc1c677c12014ff20d480a343f17 +SIZE (codec2-0.5.tar.xz) = 7845164 Modified: head/comms/libcodec2/pkg-plist ============================================================================== --- head/comms/libcodec2/pkg-plist Thu Mar 3 10:21:30 2016 (r410025) +++ head/comms/libcodec2/pkg-plist Thu Mar 3 10:28:42 2016 (r410026) @@ -25,4 +25,4 @@ include/codec2/kiss_fft.h include/codec2/modem_stats.h include/codec2/varicode.h lib/libcodec2.so -lib/libcodec2.so.0.4 +lib/libcodec2.so.0.5
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603031028.u23ASg3l095398>