Date: Wed, 25 Nov 2015 10:18:01 +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: r402391 - in head/net: asterisk13 pjsip Message-ID: <201511251018.tAPAI1U8038304@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511251018.tAPAI1U8038304>