From owner-svn-ports-head@freebsd.org Tue Feb 14 11:10:44 2017 Return-Path: Delivered-To: svn-ports-head@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 B613ECDF17F; Tue, 14 Feb 2017 11:10:44 +0000 (UTC) (envelope-from madpilot@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 89CB71576; Tue, 14 Feb 2017 11:10:44 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1EBAhPQ095588; Tue, 14 Feb 2017 11:10:43 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1EBAhHF095584; Tue, 14 Feb 2017 11:10:43 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201702141110.v1EBAhHF095584@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Tue, 14 Feb 2017 11:10:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434078 - in head/net/asterisk13: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 11:10:44 -0000 Author: madpilot Date: Tue Feb 14 11:10:43 2017 New Revision: 434078 URL: https://svnweb.freebsd.org/changeset/ports/434078 Log: - Update net/asterisk13 to 13.14.0 - Strip binaries - Remove upstreamed patches Deleted: head/net/asterisk13/files/patch-include_asterisk_utils.h head/net/asterisk13/files/patch-main_utils.c head/net/asterisk13/files/patch-res_res__pjsip__sdp__rtp.c head/net/asterisk13/files/patch-res_res__pjsip__t38.c Modified: head/net/asterisk13/Makefile head/net/asterisk13/distinfo head/net/asterisk13/pkg-plist Modified: head/net/asterisk13/Makefile ============================================================================== --- head/net/asterisk13/Makefile Tue Feb 14 11:09:03 2017 (r434077) +++ head/net/asterisk13/Makefile Tue Feb 14 11:10:43 2017 (r434078) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= asterisk -PORTVERSION= 13.13.1 -PORTREVISION= 1 +PORTVERSION= 13.14.0 CATEGORIES= net MASTER_SITES= http://downloads.asterisk.org/pub/telephony/%SUBDIR%/:DEFAULT,g729 MASTER_SITE_SUBDIR= asterisk/ \ @@ -277,6 +276,7 @@ post-configure-OPTIMIZED_CFLAGS-off: post-install: @${RM} ${STAGEDIR}${ETCDIR}/*.conf ${STAGEDIR}${ETCDIR}/extensions.ael ${STAGEDIR}${ETCDIR}/extensions.lua + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/ast[a-f]* ${STAGEDIR}${PREFIX}/lib/*.so.* ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/modules/*.so ${STAGEDIR}${DATADIR}/agi-bin/eagi-* ${FIND} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/modules -type f -name '*.so' | ${SED} "s,^${STAGEDIR}${PREFIX}/,," >> ${TMPPLIST} ${FIND} ${STAGEDIR}${DATADIR}/sounds -type f | ${SED} "s,^${STAGEDIR}${DATADIR},${DATADIR}," >> ${TMPPLIST} ${FIND} ${STAGEDIR}${DATADIR}/moh -type f | ${SED} "s,^${STAGEDIR}${DATADIR},${DATADIR}," >> ${TMPPLIST} Modified: head/net/asterisk13/distinfo ============================================================================== --- head/net/asterisk13/distinfo Tue Feb 14 11:09:03 2017 (r434077) +++ head/net/asterisk13/distinfo Tue Feb 14 11:10:43 2017 (r434078) @@ -1,6 +1,6 @@ -TIMESTAMP = 1481311854 -SHA256 (asterisk-13.13.1.tar.gz) = 6da3c46a22e919b92edf2ccb5b3a2f51bc17e8819e6fca704026869bf349007a -SIZE (asterisk-13.13.1.tar.gz) = 32743348 +TIMESTAMP = 1487060584 +SHA256 (asterisk-13.14.0.tar.gz) = 86ecbd75b670788ac6cf1134ee94f8f8135e1ad6993c849f3efb23ca5e09a28b +SIZE (asterisk-13.14.0.tar.gz) = 32808599 SHA256 (asterisk-core-sounds-en-g729-1.5.tar.gz) = 8b28a59cfa53b59c76e0a191704f0708e3d83acffab8c5e6f25dfc599f0123f9 SIZE (asterisk-core-sounds-en-g729-1.5.tar.gz) = 1551123 SHA256 (asterisk-moh-opsound-g729-2.03.tar.gz) = 0147ca9a97f0c550227aacb7793499057c4d2c64e021c95f93722f27d5549585 Modified: head/net/asterisk13/pkg-plist ============================================================================== --- head/net/asterisk13/pkg-plist Tue Feb 14 11:09:03 2017 (r434077) +++ head/net/asterisk13/pkg-plist Tue Feb 14 11:10:43 2017 (r434078) @@ -7,6 +7,7 @@ @sample %%ETCDIR%%/app_mysql.conf.sample @sample %%ETCDIR%%/app_skel.conf.sample @sample %%ETCDIR%%/ari.conf.sample +@sample %%ETCDIR%%/ast_debug_tools.conf.sample @sample %%ETCDIR%%/asterisk.adsi.sample @sample %%ETCDIR%%/asterisk.conf.sample @sample %%ETCDIR%%/calendar.conf.sample @@ -360,6 +361,10 @@ sbin/safe_asterisk %%DATADIR%%/rest-api/recordings.json %%DATADIR%%/rest-api/resources.json %%DATADIR%%/rest-api/sounds.json +%%DATADIR%%/scripts/ast_coredumper +%%DATADIR%%/scripts/ast_logescalator +%%DATADIR%%/scripts/ast_loggrabber +%%DATADIR%%/scripts/refcounter.py %%DATADIR%%/static-http/appdocsxml.xslt %%DATADIR%%/static-http/ajamdemo.html %%DATADIR%%/static-http/astman.css