From owner-svn-ports-all@freebsd.org Tue Jun 6 15:05:17 2017 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 D9D00BEEC75; Tue, 6 Jun 2017 15:05:17 +0000 (UTC) (envelope-from ler@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 A4AF06FD17; Tue, 6 Jun 2017 15:05:17 +0000 (UTC) (envelope-from ler@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v56F5GLJ054868; Tue, 6 Jun 2017 15:05:16 GMT (envelope-from ler@FreeBSD.org) Received: (from ler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v56F5G3d054866; Tue, 6 Jun 2017 15:05:16 GMT (envelope-from ler@FreeBSD.org) Message-Id: <201706061505.v56F5G3d054866@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ler set sender to ler@FreeBSD.org using -f From: Larry Rosenman Date: Tue, 6 Jun 2017 15:05:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r442777 - in branches/2017Q2/irc/irssi-xmpp: . files 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.23 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: Tue, 06 Jun 2017 15:05:18 -0000 Author: ler Date: Tue Jun 6 15:05:16 2017 New Revision: 442777 URL: https://svnweb.freebsd.org/changeset/ports/442777 Log: MFH: r438990 r439548 Approved by: ports-secteam (blanket) irc/irssi-xmpp: Fix build with irssi 1.0 - Add patch from upstream PR: 217916, 218328 Submitted by: Thibault Jouan Approved by: maintainer timeout Obtained from: https://github.com/cdidier/irssi-xmpp/issues/18 irc/irssi-xmpp: Improve regex conformance PR: 218603 Submitted by: Kyle Evans Approved by: jadwin (maintainer timeout), rene (mentor) Differential Revision: https://reviews.freebsd.org/D10524 Added: branches/2017Q2/irc/irssi-xmpp/files/ - copied from r438990, head/irc/irssi-xmpp/files/ Modified: branches/2017Q2/irc/irssi-xmpp/Makefile Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/irc/irssi-xmpp/Makefile ============================================================================== --- branches/2017Q2/irc/irssi-xmpp/Makefile Tue Jun 6 14:58:55 2017 (r442776) +++ branches/2017Q2/irc/irssi-xmpp/Makefile Tue Jun 6 15:05:16 2017 (r442777) @@ -29,7 +29,7 @@ OPTIONS_DEFINE= DOCS post-patch: # Try to unbreak parallel builds (-jX) - @${REINPLACE_CMD} -E 's|cd (.+) && (\$${MAKE})|\2 -C \1|' \ + @${REINPLACE_CMD} -E 's|cd (.+) && (\$$\{MAKE})|\2 -C \1|' \ ${WRKSRC}/Makefile ${WRKSRC}/src/Makefile post-install: