From owner-svn-ports-all@freebsd.org Wed Sep 23 18:14:17 2015 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 9243FA0790A; Wed, 23 Sep 2015 18:14:17 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 8392D1AA5; Wed, 23 Sep 2015 18:14:17 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8NIEHal065086; Wed, 23 Sep 2015 18:14:17 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8NIEH7D065085; Wed, 23 Sep 2015 18:14:17 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201509231814.t8NIEH7D065085@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 23 Sep 2015 18:14:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397629 - head/graphics/waifu2x-converter-cpp X-SVN-Group: ports-head 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.20 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: Wed, 23 Sep 2015 18:14:17 -0000 Author: jbeich Date: Wed Sep 23 18:14:16 2015 New Revision: 397629 URL: https://svnweb.freebsd.org/changeset/ports/397629 Log: graphics/waifu2x-converter-cpp: oops, use proper regexp No change in --version output. Modified: head/graphics/waifu2x-converter-cpp/Makefile (contents, props changed) Modified: head/graphics/waifu2x-converter-cpp/Makefile ============================================================================== --- head/graphics/waifu2x-converter-cpp/Makefile Wed Sep 23 18:12:57 2015 (r397628) +++ head/graphics/waifu2x-converter-cpp/Makefile Wed Sep 23 18:14:16 2015 (r397629) @@ -56,7 +56,7 @@ post-patch: @${REINPLACE_CMD} -e '/"models/s,","${DATADIR}/,' \ -e '/CmdLine/s,${PORTVERSION:R},${DISTVERSIONFULL},' \ ${WRKSRC}/src/main.cpp - @${REINPLACE_CMD} -e 's,${PORTNAME:C/-.*//},${PORTNAME},' \ + @${REINPLACE_CMD} -e 's,[^"]*"),${PORTNAME}"),' \ -e 's,\(version\) [^"]*,\1 ${DISTVERSIONFULL},' \ ${WRKDIR}/${PORTNAME}.1