diff options
-rw-r--r-- | net/asterisk-chan_sccp/Makefile | 21 | ||||
-rw-r--r-- | net/asterisk-chan_sccp/distinfo | 4 |
2 files changed, 14 insertions, 11 deletions
diff --git a/net/asterisk-chan_sccp/Makefile b/net/asterisk-chan_sccp/Makefile index f9209d520fb4..ce0be1135109 100644 --- a/net/asterisk-chan_sccp/Makefile +++ b/net/asterisk-chan_sccp/Makefile @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= chan_sccp -PORTVERSION= 4.2.1 +PORTVERSION= 4.2.3 CATEGORIES= net -MASTER_SITES= SF/chan-sccp-b/V4/ +MASTER_SITES= SF/chan-sccp-b PKGNAMEPREFIX= asterisk- -DISTNAME= Chan_SCCP-4.2.1_STABLE_r6370 +DISTNAME= Chan_SCCP-4.2.3_STABLE_r6728 MAINTAINER= ddegroot@talon.nl COMMENT= Replacement for the SCCP channel driver in Asterisk @@ -15,12 +15,15 @@ LICENSE= GPLv1 GNU_CONFIGURE= yes USES= iconv compiler libtool -CONFIGURE_ARGS+= --enable-video --enable-video-layer -CONFIGURE_ARGS+= --enable-conference --enable-advanced-functions -CONFIGURE_ARGS+= ${ICONV_CONFIGURE_ARG} -NO_OPTIONS_SORT= yes - -LDFLAGS+= -L${LOCALBASE}/lib +CONFIGURE_ARGS+= --enable-video \ + --enable-video-layer \ + --enable-conference \ + --enable-advanced-functions \ + --with-hash-size=3001 \ + ${ICONV_CONFIGURE_ARG} + +CPPFLAGS+= -I${ICONV_INCLUDE_PATH} +LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} PLIST_FILES= lib/asterisk/modules/chan_sccp.so \ etc/asterisk/sccp.conf \ diff --git a/net/asterisk-chan_sccp/distinfo b/net/asterisk-chan_sccp/distinfo index a0b049930d50..f2cb0f313774 100644 --- a/net/asterisk-chan_sccp/distinfo +++ b/net/asterisk-chan_sccp/distinfo @@ -1,2 +1,2 @@ -SHA256 (Chan_SCCP-4.2.1_STABLE_r6370.tar.gz) = a5301446cc8bb6e036319a6a04983b18cb873b24aa0efd089b49a3e4f83cbe4d -SIZE (Chan_SCCP-4.2.1_STABLE_r6370.tar.gz) = 1350462 +SHA256 (Chan_SCCP-4.2.3_STABLE_r6728.tar.gz) = 22d914c97594f74a482a7e14a069f61ff9d695d4cc271674ad54552778bb679d +SIZE (Chan_SCCP-4.2.3_STABLE_r6728.tar.gz) = 1471165 |