audio/baresip: Update to 0.5.8 (with helper libraries)

PR:		ports/227739
Submitted by:	Thomas Merkel
This commit is contained in:
Chris Rees 2018-04-28 14:03:20 +00:00
parent 595209bf45
commit e69837290c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=468543
7 changed files with 16 additions and 14 deletions

View file

@ -1,7 +1,7 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= baresip PORTNAME= baresip
PORTVERSION= 0.4.19 PORTVERSION= 0.5.8
PORTREVISION= 4 PORTREVISION= 4
CATEGORIES= audio CATEGORIES= audio
MASTER_SITES= http://www.creytiv.com/pub/ MASTER_SITES= http://www.creytiv.com/pub/
@ -12,8 +12,8 @@ COMMENT= Small SIP client
LICENSE= BSD3CLAUSE LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/docs/COPYING LICENSE_FILE= ${WRKSRC}/docs/COPYING
BUILD_DEPENDS= re>=0.4.14:audio/re \ BUILD_DEPENDS= re>=0.5.8:audio/re \
rem>=0.4.7:audio/rem rem>=0.5.3:audio/rem
RUN_DEPENDS:= ${BUILD_DEPENDS} RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= gmake pkgconfig ssl USES= gmake pkgconfig ssl

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1465682412 TIMESTAMP = 1524574857
SHA256 (baresip-0.4.19.tar.gz) = bb8c62da225d7ee30ad371e6e0cd0f4bb663635e73b8c09cd43b054b981eb0d1 SHA256 (baresip-0.5.8.tar.gz) = d9f11da50fd6c9359ab478618b5d3c132474a838fe9f668c249f9d5a07f26662
SIZE (baresip-0.4.19.tar.gz) = 449660 SIZE (baresip-0.5.8.tar.gz) = 584406

View file

@ -1,7 +1,7 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= re PORTNAME= re
PORTVERSION= 0.5.0 PORTVERSION= 0.5.8
CATEGORIES= audio devel CATEGORIES= audio devel
MASTER_SITES= http://www.creytiv.com/pub/ MASTER_SITES= http://www.creytiv.com/pub/

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1480150886 TIMESTAMP = 1524574824
SHA256 (re-0.5.0.tar.gz) = a2dd2204351b96b9af8a61680bfaa76231f5b47930080ec0af5eeba04a6cbaa2 SHA256 (re-0.5.8.tar.gz) = 190fd652da167d8d6351b7a26fa0aef2ddab75fe5e8d5de77edf023988440e70
SIZE (re-0.5.0.tar.gz) = 294919 SIZE (re-0.5.8.tar.gz) = 301351

View file

@ -1,7 +1,7 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= rem PORTNAME= rem
PORTVERSION= 0.5.0 PORTVERSION= 0.5.3
CATEGORIES= audio devel CATEGORIES= audio devel
MASTER_SITES= http://www.creytiv.com/pub/ MASTER_SITES= http://www.creytiv.com/pub/

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1480765537 TIMESTAMP = 1524574809
SHA256 (rem-0.5.0.tar.gz) = 6b516579e90736c5153dfa3fab843e27497b8596a4a96697e11d70c682972ad8 SHA256 (rem-0.5.3.tar.gz) = 9f98a79947d4709282a5791ac30f0eda03d5d34086f36df74bff4f8aac0e8050
SIZE (rem-0.5.0.tar.gz) = 36585 SIZE (rem-0.5.3.tar.gz) = 40417

View file

@ -8,8 +8,10 @@ include/rem/rem_aumix.h
include/rem/rem_auresamp.h include/rem/rem_auresamp.h
include/rem/rem_autone.h include/rem/rem_autone.h
include/rem/rem_dsp.h include/rem/rem_dsp.h
include/rem/rem_dtmf.h
include/rem/rem_fir.h include/rem/rem_fir.h
include/rem/rem_g711.h include/rem/rem_g711.h
include/rem/rem_goertzel.h
include/rem/rem_vid.h include/rem/rem_vid.h
include/rem/rem_vidconv.h include/rem/rem_vidconv.h
include/rem/rem_video.h include/rem/rem_video.h