svn commit: r424134 - head/emulators/ppsspp

Jan Beich jbeich at FreeBSD.org
Mon Oct 17 17:13:15 UTC 2016


Author: jbeich
Date: Mon Oct 17 17:13:14 2016
New Revision: 424134
URL: https://svnweb.freebsd.org/changeset/ports/424134

Log:
  emulators/ppsspp: convert to GH_TUPLE/GH_SUBDIR
  
  Keep names (except PORTNAME) expanded for better readability.

Modified:
  head/emulators/ppsspp/Makefile   (contents, props changed)

Modified: head/emulators/ppsspp/Makefile
==============================================================================
--- head/emulators/ppsspp/Makefile	Mon Oct 17 17:13:02 2016	(r424133)
+++ head/emulators/ppsspp/Makefile	Mon Oct 17 17:13:14 2016	(r424134)
@@ -21,9 +21,9 @@ LIB_DEPENDS=	libzip.so:archivers/libzip 
 RUN_DEPENDS=	xdg-open:devel/xdg-utils
 
 USE_GITHUB=	yes
-GH_ACCOUNT=	hrydgard:DEFAULT,lang Kingcom:ext_armips
-GH_PROJECT=	${PORTNAME}-lang:lang armips:ext_armips
-GH_TAGNAME?=	cdf4a8d:lang 1ffab37:ext_armips
+GH_ACCOUNT=	hrydgard
+GH_TUPLE?=	hrydgard:${PORTNAME}-lang:cdf4a8d:lang/lang \
+		Kingcom:armips:1ffab37:armips/ext/armips
 
 CONFLICTS_INSTALL=	${PORTNAME}-*
 
@@ -58,13 +58,6 @@ SDL_BUILD_DEPENDS=	png>=1.6:graphics/png
 SDL_LIB_DEPENDS=	libpng.so:graphics/png
 SDL_VARS=	PORTDATA+="assets ${PORTNAME}"
 
-post-extract:
-# Convert USE_GITHUB groups to git-submodule(1) paths
-.for group in ${GH_PROJECT:C/.*://}
-	@${RMDIR} ${WRKSRC}/${group:S,_,/,g}
-	@${MV} ${WRKSRC_${group}} ${WRKSRC}/${group:S,_,/,g}
-.endfor
-
 post-patch:
 	@${REINPLACE_CMD} -e 's,/usr/share,${PREFIX}/share,' \
 		${WRKSRC}/UI/NativeApp.cpp


More information about the svn-ports-head mailing list