From owner-svn-ports-all@freebsd.org Fri Apr 29 16:34:21 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 ECD03B2133C; Fri, 29 Apr 2016 16:34:21 +0000 (UTC) (envelope-from robak@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 BD49316D0; Fri, 29 Apr 2016 16:34:21 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u3TGYKb9039351; Fri, 29 Apr 2016 16:34:20 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3TGYKRH039350; Fri, 29 Apr 2016 16:34:20 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201604291634.u3TGYKRH039350@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Fri, 29 Apr 2016 16:34:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r414283 - branches/2016Q2/net/freeswitch X-SVN-Group: ports-branches 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: Fri, 29 Apr 2016 16:34:22 -0000 Author: robak Date: Fri Apr 29 16:34:20 2016 New Revision: 414283 URL: https://svnweb.freebsd.org/changeset/ports/414283 Log: MFH: r414243 net/freeswitch: fix port build error PR: 209115 Submitted by: Corey Smith (maintainer) Approved by: portmgr (blanket) Modified: branches/2016Q2/net/freeswitch/Makefile Directory Properties: branches/2016Q2/ (props changed) Modified: branches/2016Q2/net/freeswitch/Makefile ============================================================================== --- branches/2016Q2/net/freeswitch/Makefile Fri Apr 29 15:49:21 2016 (r414282) +++ branches/2016Q2/net/freeswitch/Makefile Fri Apr 29 16:34:20 2016 (r414283) @@ -3,6 +3,7 @@ PORTNAME= freeswitch PORTVERSION= 1.6.6 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://files.freeswitch.org/releases/freeswitch/ DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} @@ -118,7 +119,7 @@ DISTFILES+= ${EXTRADISTFILES} post-install: ${MKDIR} ${STAGEDIR}${DATADIR}/sounds .for distfile in ${EXTRADISTFILES} - ${TAR} --cd ${STAGEDIR}${DATADIR}/sounds -xf ${DISTDIR}/${distfile} + ${TAR} --cd ${STAGEDIR}${DATADIR}/sounds -xf ${DISTDIR}/${distfile:S/:sounds$//} .endfor ${FIND} ${STAGEDIR}${DATADIR}/sounds -type f | ${SED} "s,^${STAGEDIR}${DATADIR},${DATADIR}," >> ${TMPPLIST} ${RM} -r ${STAGEDIR}${ETCDIR}