svn commit: r402391 - in head/net: asterisk13 pjsip

Guido Falsi madpilot at FreeBSD.org
Wed Nov 25 10:18:03 UTC 2015


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


More information about the svn-ports-all mailing list