FreeBSD Bugzilla – Attachment 197253 Details for
Bug 223972
net/asterisk-chan_sccp: Update to 4.3.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Updated patch file
asterisk-chan-sccp.patch (text/plain), 2.80 KB, created by
Diederik de Groot
on 2018-09-20 00:37:26 UTC
(
hide
)
Description:
Updated patch file
Filename:
MIME Type:
Creator:
Diederik de Groot
Created:
2018-09-20 00:37:26 UTC
Size:
2.80 KB
patch
obsolete
>Index: net/asterisk-chan_sccp/Makefile >=================================================================== >--- net/asterisk-chan_sccp/Makefile (revision 480146) >+++ net/asterisk-chan_sccp/Makefile (working copy) >@@ -2,42 +2,52 @@ > # $FreeBSD$ > > PORTNAME= chan_sccp >-PORTVERSION= 4.2.3 >-PORTREVISION= 1 >+PORTVERSION= 4.3.1 >+DISTVERSIONPREFIX= v > CATEGORIES= net >-MASTER_SITES= SF/chan-sccp-b > PKGNAMEPREFIX= asterisk- >-DISTNAME= Chan_SCCP-4.2.3_STABLE_r6728 > > MAINTAINER= ddegroot@talon.nl > COMMENT= Replacement for the SCCP channel driver in Asterisk > > LICENSE= GPLv1 >+LICENSE_FILE= ${WRKSRC}/COPYING > >-BUILD_DEPENDS= asterisk:net/asterisk13 >-RUN_DEPENDS= asterisk:net/asterisk13 >+OPTIONS_SINGLE= ASTVER >+ASTVER_DESC= Which asterisk to build for >+OPTIONS_SINGLE_ASTVER= AST13 AST15 >+AST13_DESC= Asterisk 13 >+AST13_BUILD_DEPENDS= asterisk:net/asterisk13 >+AST13_RUN_DEPENDS= asterisk:net/asterisk13 >+AST15_DESC= Asterisk 15 >+AST15_BUILD_DEPENDS= asterisk:net/asterisk15 >+AST15_RUN_DEPENDS= asterisk:net/asterisk15 > >+OPTIONS_DEFINE= VIDEO CONFERENCE >+VIDEO_DESC= Enable Video Support >+CONFERENCE_DESC= Enable Conference Support >+ >+OPTIONS_DEFAULT= AST13 VIDEO CONFERENCE >+ >+USES= compiler iconv libtool autoreconf >+USE_GITHUB= yes >+GH_ACCOUNT= chan-sccp >+GH_PROJECT= chan-sccp >+ > GNU_CONFIGURE= yes >-USES= iconv compiler libtool >-CONFIGURE_ARGS+= --enable-video \ >- --enable-video-layer \ >- --enable-conference \ >- --enable-advanced-functions \ >+CONFIGURE_ARGS+= --enable-advanced-functions \ > --with-hash-size=3001 \ > ${ICONV_CONFIGURE_ARG} >+VIDEO_CONFIGURE_ENABLE= video >+CONFERENCE_CONFIGURE_ENABLE=conference > >+INSTALL_TARGET= install-strip >+TEST_TARGET= check > CPPFLAGS+= -I${ICONV_INCLUDE_PATH} > LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} > >-PLIST_FILES= lib/asterisk/modules/chan_sccp.so \ >- etc/asterisk/sccp.conf \ >- etc/asterisk/sccp.conf.annotated >- >-post-build: >- ${STRIP_CMD} ${WRKSRC}/src/.libs/chan_sccp.so >- > post-install: >- ${MKDIR} ${STAGEDIR}${PREFIX}/etc/asterisk >- (cd ${WRKSRC}/conf && ${CP} sccp.conf sccp.conf.annotated ${STAGEDIR}${PREFIX}/etc/asterisk/) >+ @${MKDIR} ${STAGEDIR}${PREFIX}/etc/asterisk >+ (cd ${WRKSRC}/conf && ${INSTALL_DATA} sccp.conf sccp.conf.* ${STAGEDIR}${PREFIX}/etc/asterisk/) > > .include <bsd.port.mk> >Index: net/asterisk-chan_sccp/distinfo >=================================================================== >--- net/asterisk-chan_sccp/distinfo (revision 480146) >+++ net/asterisk-chan_sccp/distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (Chan_SCCP-4.2.3_STABLE_r6728.tar.gz) = 22d914c97594f74a482a7e14a069f61ff9d695d4cc271674ad54552778bb679d >-SIZE (Chan_SCCP-4.2.3_STABLE_r6728.tar.gz) = 1471165 >+SHA256 (chan-sccp-chan-sccp-v4.3.1_GH0.tar.gz) = 298ab065401fd2fdfbf4a91769fe2edeaf6464cc902f45cb20df248d70b62168 >+SIZE (chan-sccp-chan-sccp-v4.3.1_GH0.tar.gz) = 1905363
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 223972
:
188404
|
197252
|
197253
|
197254
|
202170