Date: Fri, 25 Nov 2016 10:46:41 +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: r427102 - head/net/asterisk11 Message-ID: <201611251046.uAPAkf8a069528@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: madpilot Date: Fri Nov 25 10:46:41 2016 New Revision: 427102 URL: https://svnweb.freebsd.org/changeset/ports/427102 Log: - Update asterisk11 to 11.25.0 - Make user provided makeopts work again [1] PR: 214810 [1] Submitted by: yani@pi-greece.eu Modified: head/net/asterisk11/Makefile head/net/asterisk11/distinfo Modified: head/net/asterisk11/Makefile ============================================================================== --- head/net/asterisk11/Makefile Fri Nov 25 10:40:42 2016 (r427101) +++ head/net/asterisk11/Makefile Fri Nov 25 10:46:41 2016 (r427102) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= asterisk -PORTVERSION= 11.24.1 +PORTVERSION= 11.25.0 CATEGORIES= net MASTER_SITES= http://downloads.asterisk.org/pub/telephony/%SUBDIR%/:DEFAULT,g729 MASTER_SITE_SUBDIR= asterisk/ \ @@ -229,15 +229,12 @@ post-patch: @${REINPLACE_CMD} -e '/#define HAVE_SYSINFO 1/d' ${WRKSRC}/configure @${REINPLACE_CMD} -e '/%%LIBSYSINFO%%/d' ${WRKSRC}/main/Makefile .endif - .if exists(${FILESDIR}/.asterisk.makeopts) -USER_MAKEOPTS_FILE=${FILESDIR}/.asterisk.makeopts -.else -USER_MAKEOPTS_FILE= + ${CP} ${FILESDIR}/.asterisk.makeopts ${WRKSRC}/menuselect.makeopts .endif post-configure: - @cd ${WRKSRC} && ${MAKE_CMD} menuselect.makeopts USER_MAKEOPTS="${USER_MAKEOPTS_FILE}" + @cd ${WRKSRC} && ${MAKE_CMD} menuselect.makeopts @cd ${WRKSRC} && ./menuselect/menuselect --disable res_timing_kqueue menuselect.makeopts @cd ${WRKSRC} && ./menuselect/menuselect --enable chan_mgcp menuselect.makeopts @cd ${WRKSRC} && ./menuselect/menuselect --enable res_pktccops menuselect.makeopts Modified: head/net/asterisk11/distinfo ============================================================================== --- head/net/asterisk11/distinfo Fri Nov 25 10:40:42 2016 (r427101) +++ head/net/asterisk11/distinfo Fri Nov 25 10:46:41 2016 (r427102) @@ -1,6 +1,6 @@ -TIMESTAMP = 1477601759 -SHA256 (asterisk-11.24.1.tar.gz) = 006fe06c6a03e0c0af0ea392e500dbba7bc87b14542a7355b4d8648a0bedefc8 -SIZE (asterisk-11.24.1.tar.gz) = 35123437 +TIMESTAMP = 1479921647 +SHA256 (asterisk-11.25.0.tar.gz) = 12bc6d6b254e232417c656e86bec99e08828335e135d923f87498c133641f1c1 +SIZE (asterisk-11.25.0.tar.gz) = 35125167 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611251046.uAPAkf8a069528>