diff options
author | Ben Woods <woodsb02@FreeBSD.org> | 2016-06-13 06:22:21 +0000 |
---|---|---|
committer | Ben Woods <woodsb02@FreeBSD.org> | 2016-06-13 06:22:21 +0000 |
commit | eecd79041123495098018a5b8d7e8d34152a87f6 (patch) | |
tree | b77402e9c2d41b1ba43d4148cf6694f99c407712 /audio/re | |
parent | 78254ff1e5ba948c3239ab3557e1c2db3c22c567 (diff) | |
download | ports-eecd79041123495098018a5b8d7e8d34152a87f6.tar.gz ports-eecd79041123495098018a5b8d7e8d34152a87f6.zip |
audio/re:
- Update to 0.4.16
- Organise pkg-plist alphabetically
audio/rem:
- Update to 0.4.7
- Organise pkg-plist alphabetically
audio/baresip:
- Update to 0.4.19
- Remove CELT option (no longer supported upstream - replaced by OPUS)
- Add EXAMPLES option to install new ${WRKSRC}/docs/examples
- Update minimum required versions of audio/re and audio/rem [1]
Changes this release:
https://github.com/alfredh/baresip/blob/v0.4.19/docs/ChangeLog
[1] https://github.com/alfredh/baresip/blob/v0.4.19/docs/README#L324
This upate also allows baresip to build successfully once
multimedia/ffmpeg is updated to 3.0.x.
Note that multimedia/ffmpeg is currently still on the 2.8.x branch,
however this patch is backwards compatible with ffmpeg 2.8.x.
Reported by: antoine (via exp-run)
Reviewed by: mat (mentor)
Approved by: crees (maintainer), adamw (mentor)
Differential Revision: https://reviews.freebsd.org/D6822
Notes
Notes:
svn path=/head/; revision=416830
Diffstat (limited to 'audio/re')
-rw-r--r-- | audio/re/Makefile | 3 | ||||
-rw-r--r-- | audio/re/distinfo | 5 | ||||
-rw-r--r-- | audio/re/pkg-plist | 68 |
3 files changed, 41 insertions, 35 deletions
diff --git a/audio/re/Makefile b/audio/re/Makefile index c92630381b53..f7c8461aa92c 100644 --- a/audio/re/Makefile +++ b/audio/re/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= re -PORTVERSION= 0.4.6 -PORTREVISION= 1 +PORTVERSION= 0.4.16 CATEGORIES= audio devel MASTER_SITES= http://www.creytiv.com/pub/ diff --git a/audio/re/distinfo b/audio/re/distinfo index e6eac70d0a70..15f8ede0d6bd 100644 --- a/audio/re/distinfo +++ b/audio/re/distinfo @@ -1,2 +1,3 @@ -SHA256 (re-0.4.6.tar.gz) = 7e12582254f17fc3e24d0cbca9303117392501a024550f3ed08138decd0127ee -SIZE (re-0.4.6.tar.gz) = 272017 +TIMESTAMP = 1465679980 +SHA256 (re-0.4.16.tar.gz) = bc36fcf37302bfdb964374f2842179f1521d78df79e42e74c4fd102e61fa4b29 +SIZE (re-0.4.16.tar.gz) = 308213 diff --git a/audio/re/pkg-plist b/audio/re/pkg-plist index c6431fc4f0b3..4769ba8a6d13 100644 --- a/audio/re/pkg-plist +++ b/audio/re/pkg-plist @@ -1,45 +1,51 @@ -include/re/re_net.h -include/re/re_list.h -include/re/re_hash.h -include/re/re_stun.h -include/re/re_tls.h -include/re/re_lock.h +include/re/re.h +include/re/re_aes.h include/re/re_base64.h include/re/re_bfcp.h -include/re/re_sip.h -include/re/re_dbg.h -include/re/re_sys.h -include/re/re_tmr.h -include/re/re_types.h -include/re/re_mbuf.h -include/re/re_mem.h -include/re/re_mqueue.h +include/re/re_bitv.h +include/re/re_conf.h include/re/re_crc32.h -include/re/re_main.h -include/re/re_uri.h -include/re/re_jbuf.h -include/re/re_sipevent.h -include/re/re_telev.h +include/re/re_dbg.h +include/re/re_dns.h +include/re/re_fmt.h +include/re/re_hash.h +include/re/re_hmac.h include/re/re_http.h include/re/re_httpauth.h -include/re/re_dns.h include/re/re_ice.h -include/re/re_sdp.h -include/re/re.h -include/re/re_conf.h -include/re/re_rtp.h +include/re/re_jbuf.h +include/re/re_json.h +include/re/re_list.h +include/re/re_lock.h +include/re/re_main.h +include/re/re_mbuf.h include/re/re_md5.h -include/re/re_fmt.h -include/re/re_turn.h -include/re/re_sipreg.h +include/re/re_mem.h +include/re/re_mod.h +include/re/re_mqueue.h +include/re/re_msg.h include/re/re_natbd.h -include/re/re_bitv.h +include/re/re_net.h +include/re/re_odict.h +include/re/re_rtp.h include/re/re_sa.h +include/re/re_sdp.h include/re/re_sha.h -include/re/re_mod.h +include/re/re_sip.h +include/re/re_sipevent.h +include/re/re_sipreg.h include/re/re_sipsess.h -include/re/re_hmac.h +include/re/re_srtp.h +include/re/re_stun.h +include/re/re_sys.h include/re/re_tcp.h +include/re/re_telev.h +include/re/re_tls.h +include/re/re_tmr.h +include/re/re_turn.h +include/re/re_types.h include/re/re_udp.h -lib/libre.so +include/re/re_uri.h +include/re/re_websock.h lib/libre.a +lib/libre.so |