Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Jul 2020 06:53:49 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r542199 - head/emulators/wine-devel
Message-ID:  <202007140653.06E6rngv090127@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Tue Jul 14 06:53:48 2020
New Revision: 542199
URL: https://svnweb.freebsd.org/changeset/ports/542199

Log:
  Rename COMP_DIST, a last remaining reference to Compholio, the previous
  name of what is now called Wine Staging, to STAGING_DIST.

Modified:
  head/emulators/wine-devel/Makefile

Modified: head/emulators/wine-devel/Makefile
==============================================================================
--- head/emulators/wine-devel/Makefile	Tue Jul 14 06:36:31 2020	(r542198)
+++ head/emulators/wine-devel/Makefile	Tue Jul 14 06:53:48 2020	(r542199)
@@ -104,8 +104,8 @@ OPENAL_USES=		openal
 
 STAGING_BROKEN=		fails to build
 STAGING_MASTER_SITES=	https://github.com/wine-staging/wine-staging/archive/:staging
-COMP_DIST=	v${DISTVERSION}.tar.gz
-STAGING_DISTFILES=	${COMP_DIST}:staging
+STAGING_DIST=		v${DISTVERSION}.tar.gz
+STAGING_DISTFILES=	${STAGING_DIST}:staging
 STAGING_EXTRACT_DEPENDS=	bash:shells/bash \
 				git:devel/git \
 				autoconf>0:devel/autoconf
@@ -163,7 +163,7 @@ PLIST_SUB+=		WINE32="" WINE64="@comment "
 .endif
 
 post-extract-STAGING-on: fix-shebang
-	cd ${WRKSRC} && ${TAR} xf ${DISTDIR}/${COMP_DIST} --strip-components 1
+	cd ${WRKSRC} && ${TAR} xf ${DISTDIR}/${STAGING_DIST} --strip-components 1
 	cd ${WRKSRC} && bash ./patches/patchinstall.sh --backend=patch DESTDIR=${WRKSRC} --all
 
 pre-build:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007140653.06E6rngv090127>