Date: Wed, 23 Sep 2015 18:14:17 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397629 - head/graphics/waifu2x-converter-cpp Message-ID: <201509231814.t8NIEH7D065085@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509231814.t8NIEH7D065085>