FreeBSD Bugzilla – Attachment 202170 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 v4
asterisk-chan_sccp_v4.patch (text/plain), 3.37 KB, created by
Diederik de Groot
on 2019-02-19 21:17:16 UTC
(
hide
)
Description:
Updated patch file v4
Filename:
MIME Type:
Creator:
Diederik de Groot
Created:
2019-02-19 21:17:16 UTC
Size:
3.37 KB
patch
obsolete
>diff --git a/net/asterisk-chan_sccp/Makefile b/net/asterisk-chan_sccp/Makefile >index ca6c8c562..61aeb799d 100644 >--- a/net/asterisk-chan_sccp/Makefile >+++ b/net/asterisk-chan_sccp/Makefile >@@ -1,31 +1,58 @@ > # Created by: Diederik de Groot >-# $FreeBSD$ >+# $FreeBSD: head/net/asterisk-chan_sccp/Makefile 487272 2018-12-12 01:35:33Z gerald $ > >-PORTNAME= chan_sccp >-PORTVERSION= 4.2.3 >-PORTREVISION= 2 >-CATEGORIES= net >-MASTER_SITES= SF/chan-sccp-b >-PKGNAMEPREFIX= asterisk- >-DISTNAME= Chan_SCCP-4.2.3_STABLE_r6728 >+PORTNAME= chan_sccp >+PORTVERSION= 4.3.2 >+CATEGORIES= net >+PKGNAMEPREFIX= asterisk- >+DISTNAME= chan-sccp_v4.3.2 >+USE_GITHUB= yes >+GH_ACCOUNT= chan-sccp >+GH_PROJECT= chan-sccp >+GH_TAGNAME= v4.3.2-gamma > >-MAINTAINER= ddegroot@talon.nl >-COMMENT= Replacement for the SCCP channel driver in Asterisk >+MAINTAINER= ddegroot@talon.nl >+COMMENT= Replacement for the SCCP channel driver in Asterisk > >-LICENSE= GPLv1 >+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 AST16 >+ >+AST13_DESC= Asterisk 13 >+AST13_BUILD_DEPENDS= asterisk:net/asterisk13 >+AST13_RUN_DEPENDS= asterisk:net/asterisk13 >+ >+# AST15 will be EOL october 2019 >+AST15_DESC= Asterisk 15 >+AST15_BUILD_DEPENDS= asterisk:net/asterisk15 >+AST15_RUN_DEPENDS= asterisk:net/asterisk15 >+ >+AST16_DESC= Asterisk 16 >+AST16_BUILD_DEPENDS= asterisk:net/asterisk16 >+AST16_RUN_DEPENDS= asterisk:net/asterisk16 >+ >+OPTIONS_DEFINE= VIDEO CONFERENCE >+VIDEO_DESC= Enable Video Support >+CONFERENCE_DESC= Enable Conference Support >+ >+OPTIONS_DEFAULT= AST16 VIDEO CONFERENCE > > GNU_CONFIGURE= yes >-USES= iconv compiler libtool >-CONFIGURE_ARGS+= --enable-video \ >- --enable-video-layer \ >- --enable-conference \ >- --enable-advanced-functions \ >+USES= iconv libtool autoreconf compiler >+ >+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} > >@@ -37,7 +64,7 @@ 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.annotated ${STAGEDIR}${PREFIX}/etc/asterisk/) > > .include <bsd.port.mk> >diff --git a/net/asterisk-chan_sccp/distinfo b/net/asterisk-chan_sccp/distinfo >index f2cb0f313..cd3d87532 100644 >--- a/net/asterisk-chan_sccp/distinfo >+++ b/net/asterisk-chan_sccp/distinfo >@@ -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_v4.3.2_GH0.tar.gz) = e18971fdd131d60e543bce0d1f86c8e7243147ea4a5fdc35bb1aad77ac3577aa >+SIZE (chan-sccp_v4.3.2_GH0.tar.gz) = 1957293
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