From owner-svn-ports-all@freebsd.org Wed Jun 21 11:39:52 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 40861D8CECA; Wed, 21 Jun 2017 11:39:52 +0000 (UTC) (envelope-from jbeich@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 0B51C659A1; Wed, 21 Jun 2017 11:39:51 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v5LBdpKx097637; Wed, 21 Jun 2017 11:39:51 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5LBdp8p097635; Wed, 21 Jun 2017 11:39:51 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201706211139.v5LBdp8p097635@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 21 Jun 2017 11:39:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r444027 - in head/emulators: ppsspp rpcs3 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.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: Wed, 21 Jun 2017 11:39:52 -0000 Author: jbeich Date: Wed Jun 21 11:39:50 2017 New Revision: 444027 URL: https://svnweb.freebsd.org/changeset/ports/444027 Log: emulators/ppsspp: drop QMake-specific version substitution QMake build is gone since v1.4 Modified: head/emulators/ppsspp/Makefile (contents, props changed) head/emulators/rpcs3/Makefile (contents, props changed) Modified: head/emulators/ppsspp/Makefile ============================================================================== --- head/emulators/ppsspp/Makefile Wed Jun 21 10:53:38 2017 (r444026) +++ head/emulators/ppsspp/Makefile Wed Jun 21 11:39:50 2017 (r444027) @@ -66,9 +66,7 @@ post-patch: ${WRKSRC}/assets/gamecontrollerdb.txt @${REINPLACE_CMD} -e 's,/usr/share,${PREFIX}/share,' \ ${WRKSRC}/UI/NativeApp.cpp - @${REINPLACE_CMD} \ - -e 's/"unknown"/"${GH_TAGNAME}"/' \ - -e 's/^\(VERSION =\).*/\1 ${GH_TAGNAME}/' \ + @${REINPLACE_CMD} -e 's/"unknown"/"${GH_TAGNAME}"/' \ ${WRKSRC}/git-version.cmake do-install: Modified: head/emulators/rpcs3/Makefile ============================================================================== --- head/emulators/rpcs3/Makefile Wed Jun 21 10:53:38 2017 (r444026) +++ head/emulators/rpcs3/Makefile Wed Jun 21 11:39:50 2017 (r444027) @@ -46,9 +46,7 @@ PLIST_FILES= bin/${PORTNAME} \ post-patch: @${REINPLACE_CMD} -e 's/5\.8/5\.7/' ${WRKSRC}/${PORTNAME}/CMakeLists.txt - @${REINPLACE_CMD} \ - -e 's/"unknown"/"${GH_TAGNAME}"/' \ - -e 's/^\(VERSION =\).*/\1 ${GH_TAGNAME}/' \ + @${REINPLACE_CMD} -e 's/"unknown"/"${GH_TAGNAME}"/' \ ${WRKSRC}/${PORTNAME}/git-version.cmake .include