From owner-svn-ports-head@freebsd.org Wed Nov 25 10:18:03 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 09217A36332; Wed, 25 Nov 2015 10:18:03 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B0C7F1927; Wed, 25 Nov 2015 10:18:02 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAPAI1Sn038307; Wed, 25 Nov 2015 10:18:01 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAPAI1U8038304; Wed, 25 Nov 2015 10:18:01 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201511251018.tAPAI1U8038304@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Wed, 25 Nov 2015 10:18:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402391 - in head/net: asterisk13 pjsip X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Nov 2015 10:18:03 -0000 Author: madpilot Date: Wed Nov 25 10:18:01 2015 New Revision: 402391 URL: https://svnweb.freebsd.org/changeset/ports/402391 Log: - Update pjsip to 2.4.5 - Convert to USES=localbase - Bump asterisk PORTREVISION, it needs to be rebuild after this update. Modified: head/net/asterisk13/Makefile head/net/pjsip/Makefile head/net/pjsip/distinfo (contents, props changed) Modified: head/net/asterisk13/Makefile ============================================================================== --- head/net/asterisk13/Makefile Wed Nov 25 08:05:56 2015 (r402390) +++ head/net/asterisk13/Makefile Wed Nov 25 10:18:01 2015 (r402391) @@ -2,6 +2,7 @@ PORTNAME= asterisk PORTVERSION= 13.6.0 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://downloads.asterisk.org/pub/telephony/%SUBDIR%/:main,g729 MASTER_SITE_SUBDIR= asterisk/:main \ Modified: head/net/pjsip/Makefile ============================================================================== --- head/net/pjsip/Makefile Wed Nov 25 08:05:56 2015 (r402390) +++ head/net/pjsip/Makefile Wed Nov 25 10:18:01 2015 (r402391) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= pjsip -PORTVERSION= 2.3 -PORTREVISION= 4 +PORTVERSION= 2.4.5 CATEGORIES= net MASTER_SITES= http://www.pjsip.org/release/${PORTVERSION}/ DISTNAME= pjproject-${DISTVERSION} @@ -19,11 +18,9 @@ CONFLICTS= pjsip-extsrtp-[0-9]* GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-external-pa \ --disable-silk -USES= gmake tar:bz2 +USES= gmake localbase tar:bz2 USE_LDCONFIG= yes PLIST_SUB= CONFIGURE_TARGET="${CONFIGURE_TARGET}" -LDFLAGS+= -L${LOCALBASE}/lib -CFLAGS+= -I${LOCALBASE}/include MAKE_JOBS_UNSAFE= yes OPTIONS_DEFINE= FFMPEG G711 G722 G7221 GSM ILBC L16 OPENH264 RESAMPLE RESAMPLEDLL \ Modified: head/net/pjsip/distinfo ============================================================================== --- head/net/pjsip/distinfo Wed Nov 25 08:05:56 2015 (r402390) +++ head/net/pjsip/distinfo Wed Nov 25 10:18:01 2015 (r402391) @@ -1,2 +1,2 @@ -SHA256 (pjproject-2.3.tar.bz2) = e7fa60a3b59424430145af90372282ca778449f7b68b77bb24a9cf75d94d5765 -SIZE (pjproject-2.3.tar.bz2) = 4633703 +SHA256 (pjproject-2.4.5.tar.bz2) = 086f5e70dcaee312b66ddc24dac6ef85e6f1fec4eed00ff2915cebe0ee3cdd8d +SIZE (pjproject-2.4.5.tar.bz2) = 4654415