svn commit: r444027 - in head/emulators: ppsspp rpcs3
Jan Beich
jbeich at FreeBSD.org
Wed Jun 21 11:39:52 UTC 2017
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 <bsd.port.mk>
More information about the svn-ports-all
mailing list