Date: Wed, 19 Jun 2019 17:18:05 +0000 (UTC) From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r504581 - in head/net: asterisk13 asterisk15 asterisk16 pjsip pjsip/files Message-ID: <201906191718.x5JHI5s9047002@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: madpilot Date: Wed Jun 19 17:18:05 2019 New Revision: 504581 URL: https://svnweb.freebsd.org/changeset/ports/504581 Log: - Update pjsip to 2.9 - Remove patches already applied upstream - Bump PORTREVISION on asterisk ports to avoid crashes Deleted: head/net/pjsip/files/patch-0010-outgoing_connected_line_method_update head/net/pjsip/files/patch-0020-Fixed-2172-Avoid-double-reference-counter-decrements Modified: head/net/asterisk13/Makefile head/net/asterisk15/Makefile head/net/asterisk16/Makefile head/net/pjsip/Makefile head/net/pjsip/distinfo head/net/pjsip/pkg-plist Modified: head/net/asterisk13/Makefile ============================================================================== --- head/net/asterisk13/Makefile Wed Jun 19 17:13:56 2019 (r504580) +++ head/net/asterisk13/Makefile Wed Jun 19 17:18:05 2019 (r504581) @@ -2,6 +2,7 @@ PORTNAME= asterisk PORTVERSION= 13.27.0 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= https://downloads.asterisk.org/pub/telephony/%SUBDIR%/:DEFAULT,g729 MASTER_SITE_SUBDIR= asterisk/ \ Modified: head/net/asterisk15/Makefile ============================================================================== --- head/net/asterisk15/Makefile Wed Jun 19 17:13:56 2019 (r504580) +++ head/net/asterisk15/Makefile Wed Jun 19 17:18:05 2019 (r504581) @@ -2,7 +2,7 @@ PORTNAME= asterisk PORTVERSION= 15.7.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= https://downloads.asterisk.org/pub/telephony/%SUBDIR%/:DEFAULT,g729 MASTER_SITE_SUBDIR= asterisk/ \ Modified: head/net/asterisk16/Makefile ============================================================================== --- head/net/asterisk16/Makefile Wed Jun 19 17:13:56 2019 (r504580) +++ head/net/asterisk16/Makefile Wed Jun 19 17:18:05 2019 (r504581) @@ -2,6 +2,7 @@ PORTNAME= asterisk PORTVERSION= 16.4.0 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= https://downloads.asterisk.org/pub/telephony/%SUBDIR%/:DEFAULT,g729 MASTER_SITE_SUBDIR= asterisk/ \ Modified: head/net/pjsip/Makefile ============================================================================== --- head/net/pjsip/Makefile Wed Jun 19 17:13:56 2019 (r504580) +++ head/net/pjsip/Makefile Wed Jun 19 17:18:05 2019 (r504581) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= pjsip -PORTVERSION= 2.8 -PORTREVISION= 2 +PORTVERSION= 2.9 CATEGORIES= net MASTER_SITES= http://www.pjsip.org/release/${PORTVERSION}/ DISTNAME= pjproject-${DISTVERSION} Modified: head/net/pjsip/distinfo ============================================================================== --- head/net/pjsip/distinfo Wed Jun 19 17:13:56 2019 (r504580) +++ head/net/pjsip/distinfo Wed Jun 19 17:18:05 2019 (r504581) @@ -1,3 +1,3 @@ -TIMESTAMP = 1544602652 -SHA256 (pjproject-2.8.tar.bz2) = 503d0bd7f9f13dc1492ac9b71b761b1089851fbb608b9a13996edc3c42006f79 -SIZE (pjproject-2.8.tar.bz2) = 4976501 +TIMESTAMP = 1560947683 +SHA256 (pjproject-2.9.tar.bz2) = d185ef7855c8ec07191dde92f54b65a7a4b7a6f7bf8c46f7af35ceeb1da2a636 +SIZE (pjproject-2.9.tar.bz2) = 5009546 Modified: head/net/pjsip/pkg-plist ============================================================================== --- head/net/pjsip/pkg-plist Wed Jun 19 17:13:56 2019 (r504580) +++ head/net/pjsip/pkg-plist Wed Jun 19 17:18:05 2019 (r504581) @@ -220,6 +220,7 @@ include/pjmedia/transport.h include/pjmedia/types.h include/pjmedia/vid_codec_util.h include/pjmedia/vid_codec.h +include/pjmedia/vid_conf.h include/pjmedia/vid_port.h include/pjmedia/vid_stream.h include/pjmedia/vid_tee.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906191718.x5JHI5s9047002>