Date: Tue, 14 Feb 2017 11:10:43 +0000 (UTC) From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434078 - in head/net/asterisk13: . files Message-ID: <201702141110.v1EBAhHF095584@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702141110.v1EBAhHF095584>