- Update pjsip to 2.4.5
- Convert to USES=localbase - Bump asterisk PORTREVISION, it needs to be rebuild after this update.
This commit is contained in:
parent
13d1a2c334
commit
97ee0a0282
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=402391
3 changed files with 5 additions and 7 deletions
|
@ -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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue