From b052f2c99788e43b545bad8eb6c303452c1dfdf3 Mon Sep 17 00:00:00 2001 From: crees Date: Sat, 28 Apr 2018 14:03:20 +0000 Subject: audio/baresip: Update to 0.5.8 (with helper libraries) PR: ports/227739 Submitted by: Thomas Merkel --- audio/baresip/Makefile | 6 +++--- audio/baresip/distinfo | 6 +++--- audio/re/Makefile | 2 +- audio/re/distinfo | 6 +++--- audio/rem/Makefile | 2 +- audio/rem/distinfo | 6 +++--- audio/rem/pkg-plist | 2 ++ 7 files changed, 16 insertions(+), 14 deletions(-) diff --git a/audio/baresip/Makefile b/audio/baresip/Makefile index 65570787f61..65bceafafca 100644 --- a/audio/baresip/Makefile +++ b/audio/baresip/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= baresip -PORTVERSION= 0.4.19 +PORTVERSION= 0.5.8 PORTREVISION= 4 CATEGORIES= audio MASTER_SITES= http://www.creytiv.com/pub/ @@ -12,8 +12,8 @@ COMMENT= Small SIP client LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/docs/COPYING -BUILD_DEPENDS= re>=0.4.14:audio/re \ - rem>=0.4.7:audio/rem +BUILD_DEPENDS= re>=0.5.8:audio/re \ + rem>=0.5.3:audio/rem RUN_DEPENDS:= ${BUILD_DEPENDS} USES= gmake pkgconfig ssl diff --git a/audio/baresip/distinfo b/audio/baresip/distinfo index 4370463cd41..7352ccad00a 100644 --- a/audio/baresip/distinfo +++ b/audio/baresip/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1465682412 -SHA256 (baresip-0.4.19.tar.gz) = bb8c62da225d7ee30ad371e6e0cd0f4bb663635e73b8c09cd43b054b981eb0d1 -SIZE (baresip-0.4.19.tar.gz) = 449660 +TIMESTAMP = 1524574857 +SHA256 (baresip-0.5.8.tar.gz) = d9f11da50fd6c9359ab478618b5d3c132474a838fe9f668c249f9d5a07f26662 +SIZE (baresip-0.5.8.tar.gz) = 584406 diff --git a/audio/re/Makefile b/audio/re/Makefile index bd6ccb91add..8e246b83c7f 100644 --- a/audio/re/Makefile +++ b/audio/re/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= re -PORTVERSION= 0.5.0 +PORTVERSION= 0.5.8 CATEGORIES= audio devel MASTER_SITES= http://www.creytiv.com/pub/ diff --git a/audio/re/distinfo b/audio/re/distinfo index 99a53cacdf6..af6bda92377 100644 --- a/audio/re/distinfo +++ b/audio/re/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1480150886 -SHA256 (re-0.5.0.tar.gz) = a2dd2204351b96b9af8a61680bfaa76231f5b47930080ec0af5eeba04a6cbaa2 -SIZE (re-0.5.0.tar.gz) = 294919 +TIMESTAMP = 1524574824 +SHA256 (re-0.5.8.tar.gz) = 190fd652da167d8d6351b7a26fa0aef2ddab75fe5e8d5de77edf023988440e70 +SIZE (re-0.5.8.tar.gz) = 301351 diff --git a/audio/rem/Makefile b/audio/rem/Makefile index 1780cd6277f..b4dbcdd9cf0 100644 --- a/audio/rem/Makefile +++ b/audio/rem/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rem -PORTVERSION= 0.5.0 +PORTVERSION= 0.5.3 CATEGORIES= audio devel MASTER_SITES= http://www.creytiv.com/pub/ diff --git a/audio/rem/distinfo b/audio/rem/distinfo index 2571ec2cb16..4d8166d4e5f 100644 --- a/audio/rem/distinfo +++ b/audio/rem/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1480765537 -SHA256 (rem-0.5.0.tar.gz) = 6b516579e90736c5153dfa3fab843e27497b8596a4a96697e11d70c682972ad8 -SIZE (rem-0.5.0.tar.gz) = 36585 +TIMESTAMP = 1524574809 +SHA256 (rem-0.5.3.tar.gz) = 9f98a79947d4709282a5791ac30f0eda03d5d34086f36df74bff4f8aac0e8050 +SIZE (rem-0.5.3.tar.gz) = 40417 diff --git a/audio/rem/pkg-plist b/audio/rem/pkg-plist index a02e7e628df..4c93e015135 100644 --- a/audio/rem/pkg-plist +++ b/audio/rem/pkg-plist @@ -8,8 +8,10 @@ include/rem/rem_aumix.h include/rem/rem_auresamp.h include/rem/rem_autone.h include/rem/rem_dsp.h +include/rem/rem_dtmf.h include/rem/rem_fir.h include/rem/rem_g711.h +include/rem/rem_goertzel.h include/rem/rem_vid.h include/rem/rem_vidconv.h include/rem/rem_video.h -- cgit