View | Details | Raw Unified | Return to bug 227739
Collapse All | Expand All

(-)b/audio/baresip/Makefile (-3 / +3 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	baresip
3
PORTNAME=	baresip
4
PORTVERSION=	0.4.19
4
PORTVERSION=	0.5.8
5
PORTREVISION=	4
5
PORTREVISION=	4
6
CATEGORIES=	audio
6
CATEGORIES=	audio
7
MASTER_SITES=	http://www.creytiv.com/pub/
7
MASTER_SITES=	http://www.creytiv.com/pub/
Lines 12-19 COMMENT= Small SIP client Link Here
12
LICENSE=	BSD3CLAUSE
12
LICENSE=	BSD3CLAUSE
13
LICENSE_FILE=	${WRKSRC}/docs/COPYING
13
LICENSE_FILE=	${WRKSRC}/docs/COPYING
14
14
15
BUILD_DEPENDS=	re>=0.4.14:audio/re \
15
BUILD_DEPENDS=	re>=0.5.8:audio/re \
16
		rem>=0.4.7:audio/rem
16
		rem>=0.5.3:audio/rem
17
RUN_DEPENDS:=	${BUILD_DEPENDS}
17
RUN_DEPENDS:=	${BUILD_DEPENDS}
18
18
19
USES=		gmake pkgconfig ssl
19
USES=		gmake pkgconfig ssl
(-)b/audio/baresip/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1465682412
1
TIMESTAMP = 1524574857
2
SHA256 (baresip-0.4.19.tar.gz) = bb8c62da225d7ee30ad371e6e0cd0f4bb663635e73b8c09cd43b054b981eb0d1
2
SHA256 (baresip-0.5.8.tar.gz) = d9f11da50fd6c9359ab478618b5d3c132474a838fe9f668c249f9d5a07f26662
3
SIZE (baresip-0.4.19.tar.gz) = 449660
3
SIZE (baresip-0.5.8.tar.gz) = 584406
(-)b/audio/re/Makefile (-1 / +1 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	re
3
PORTNAME=	re
4
PORTVERSION=	0.5.0
4
PORTVERSION=	0.5.8
5
CATEGORIES=	audio devel
5
CATEGORIES=	audio devel
6
MASTER_SITES=	http://www.creytiv.com/pub/
6
MASTER_SITES=	http://www.creytiv.com/pub/
7
7
(-)b/audio/re/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1480150886
1
TIMESTAMP = 1524574824
2
SHA256 (re-0.5.0.tar.gz) = a2dd2204351b96b9af8a61680bfaa76231f5b47930080ec0af5eeba04a6cbaa2
2
SHA256 (re-0.5.8.tar.gz) = 190fd652da167d8d6351b7a26fa0aef2ddab75fe5e8d5de77edf023988440e70
3
SIZE (re-0.5.0.tar.gz) = 294919
3
SIZE (re-0.5.8.tar.gz) = 301351
(-)b/audio/rem/Makefile (-1 / +1 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	rem
3
PORTNAME=	rem
4
PORTVERSION=	0.5.0
4
PORTVERSION=	0.5.3
5
CATEGORIES=	audio devel
5
CATEGORIES=	audio devel
6
MASTER_SITES=	http://www.creytiv.com/pub/
6
MASTER_SITES=	http://www.creytiv.com/pub/
7
7
(-)b/audio/rem/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1480765537
1
TIMESTAMP = 1524574809
2
SHA256 (rem-0.5.0.tar.gz) = 6b516579e90736c5153dfa3fab843e27497b8596a4a96697e11d70c682972ad8
2
SHA256 (rem-0.5.3.tar.gz) = 9f98a79947d4709282a5791ac30f0eda03d5d34086f36df74bff4f8aac0e8050
3
SIZE (rem-0.5.0.tar.gz) = 36585
3
SIZE (rem-0.5.3.tar.gz) = 40417
(-)b/audio/rem/pkg-plist (+2 lines)
Lines 8-15 include/rem/rem_aumix.h Link Here
8
include/rem/rem_auresamp.h
8
include/rem/rem_auresamp.h
9
include/rem/rem_autone.h
9
include/rem/rem_autone.h
10
include/rem/rem_dsp.h
10
include/rem/rem_dsp.h
11
include/rem/rem_dtmf.h
11
include/rem/rem_fir.h
12
include/rem/rem_fir.h
12
include/rem/rem_g711.h
13
include/rem/rem_g711.h
14
include/rem/rem_goertzel.h
13
include/rem/rem_vid.h
15
include/rem/rem_vid.h
14
include/rem/rem_vidconv.h
16
include/rem/rem_vidconv.h
15
include/rem/rem_video.h
17
include/rem/rem_video.h

Return to bug 227739