From owner-svn-ports-all@freebsd.org Sun Mar 6 16:20:42 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 111C3A95C81; Sun, 6 Mar 2016 16:20:42 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C6E7911D; Sun, 6 Mar 2016 16:20:41 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u26GKedp040137; Sun, 6 Mar 2016 16:20:40 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u26GKeUd040135; Sun, 6 Mar 2016 16:20:40 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201603061620.u26GKeUd040135@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sun, 6 Mar 2016 16:20:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r410464 - head/net/asterisk-chan_sccp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Mar 2016 16:20:42 -0000 Author: rakuco Date: Sun Mar 6 16:20:40 2016 New Revision: 410464 URL: https://svnweb.freebsd.org/changeset/ports/410464 Log: Update to 4.2.3. New Features in V4.2.3 - Warning about use of ancient gcc compiler - New desktop/background images - New AMI Function:SCCPShowRefcount - Support for newer/future version of automake - Small size reduction of chan_sccp.so Bug Fixes - Channel being left behind after hangup - Scheduled Hangup / Schedule Digit Timeout - Potential Deadlock Fallback Atomic Functions - MWI loosing track of new voicemails under certain circumstances - using gnu version of libiconv fixed - gen_sccp_enum improved / gnu awk extension dependency removed - set socket option should happen before binding to the socket - channel monitor/record handling fixed - Code cleanup / fixed memory leaks / fixed potential null pointer dereferences - Some smaller patches (Check ChangeLog for details) - Some minor BSD Compilation issues PR: 207291 Submitted by: Diederik de Groot (maintainer) Modified: head/net/asterisk-chan_sccp/Makefile head/net/asterisk-chan_sccp/distinfo Modified: head/net/asterisk-chan_sccp/Makefile ============================================================================== --- head/net/asterisk-chan_sccp/Makefile Sun Mar 6 16:09:09 2016 (r410463) +++ head/net/asterisk-chan_sccp/Makefile Sun Mar 6 16:20:40 2016 (r410464) @@ -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 +CONFIGURE_ARGS+= --enable-video \ + --enable-video-layer \ + --enable-conference \ + --enable-advanced-functions \ + --with-hash-size=3001 \ + ${ICONV_CONFIGURE_ARG} -LDFLAGS+= -L${LOCALBASE}/lib +CPPFLAGS+= -I${ICONV_INCLUDE_PATH} +LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} PLIST_FILES= lib/asterisk/modules/chan_sccp.so \ etc/asterisk/sccp.conf \ Modified: head/net/asterisk-chan_sccp/distinfo ============================================================================== --- head/net/asterisk-chan_sccp/distinfo Sun Mar 6 16:09:09 2016 (r410463) +++ head/net/asterisk-chan_sccp/distinfo Sun Mar 6 16:20:40 2016 (r410464) @@ -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