diff options
author | rakuco <rakuco@FreeBSD.org> | 2016-03-03 18:28:42 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2016-03-03 18:28:42 +0800 |
commit | bf973c93c0c42a5c93d837d23ceecdb5d39dd8ab (patch) | |
tree | 98e93bc1cbaf86dc617ff27631980d15e06797d9 /comms | |
parent | 2c399e8032ff20872e36cb2da69272b302792605 (diff) | |
download | freebsd-ports-gnome-bf973c93c0c42a5c93d837d23ceecdb5d39dd8ab.tar.gz freebsd-ports-gnome-bf973c93c0c42a5c93d837d23ceecdb5d39dd8ab.tar.zst freebsd-ports-gnome-bf973c93c0c42a5c93d837d23ceecdb5d39dd8ab.zip |
Update to 0.5.
PR: 207609
Submitted by: takefu@airport.fm (maintainer)
Diffstat (limited to 'comms')
-rw-r--r-- | comms/libcodec2/Makefile | 4 | ||||
-rw-r--r-- | comms/libcodec2/distinfo | 4 | ||||
-rw-r--r-- | comms/libcodec2/pkg-plist | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/comms/libcodec2/Makefile b/comms/libcodec2/Makefile index 8fc569cdccfc..46229bc5fb0b 100644 --- a/comms/libcodec2/Makefile +++ b/comms/libcodec2/Makefile @@ -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> diff --git a/comms/libcodec2/distinfo b/comms/libcodec2/distinfo index 6cc3c6f8afa0..7d9aa7d12330 100644 --- a/comms/libcodec2/distinfo +++ b/comms/libcodec2/distinfo @@ -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 diff --git a/comms/libcodec2/pkg-plist b/comms/libcodec2/pkg-plist index 8b2bc77c286f..7e2650951c36 100644 --- a/comms/libcodec2/pkg-plist +++ b/comms/libcodec2/pkg-plist @@ -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 |