svn commit: r520775 - head/emulators/wine-gecko-devel

Gerald Pfeifer gerald at FreeBSD.org
Tue Dec 24 05:24:50 UTC 2019


Author: gerald
Date: Tue Dec 24 05:24:49 2019
New Revision: 520775
URL: https://svnweb.freebsd.org/changeset/ports/520775

Log:
  Use DISTNAME in two cases instead of replicating its definition.
  That'll also ease maintenance going forward.

Modified:
  head/emulators/wine-gecko-devel/Makefile
  head/emulators/wine-gecko-devel/distinfo

Modified: head/emulators/wine-gecko-devel/Makefile
==============================================================================
--- head/emulators/wine-gecko-devel/Makefile	Tue Dec 24 05:24:03 2019	(r520774)
+++ head/emulators/wine-gecko-devel/Makefile	Tue Dec 24 05:24:49 2019	(r520775)
@@ -21,11 +21,11 @@ CONFLICTS_INSTALL=	wine-gecko-[0-9]*
 NO_BUILD=	yes
 PLIST_SUB+=	GECKO_VERSION="${DISTVERSION}"
 DATADIR=	${PREFIX}/share/wine
-PLIST_FILES=	${DATADIR}/gecko/wine_gecko-${DISTVERSION}-x86.msi
+PLIST_FILES=	${DATADIR}/gecko/${DISTNAME}.msi
 
 do-install:
 	@${MKDIR} ${STAGEDIR}${DATADIR}/gecko
-	${INSTALL_DATA} ${DISTDIR}/wine_gecko-${DISTVERSION}-x86.msi \
+	${INSTALL_DATA} ${DISTDIR}/${DISTNAME}.msi \
 		${STAGEDIR}${DATADIR}/gecko
 
 .include <bsd.port.mk>

Modified: head/emulators/wine-gecko-devel/distinfo
==============================================================================
--- head/emulators/wine-gecko-devel/distinfo	Tue Dec 24 05:24:03 2019	(r520774)
+++ head/emulators/wine-gecko-devel/distinfo	Tue Dec 24 05:24:49 2019	(r520775)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1466965350
+TIMESTAMP = 1577164851
 SHA256 (wine_gecko-2.47-x86.msi) = 3b8a361f5d63952d21caafd74e849a774994822fb96c5922b01d554f1677643a
 SIZE (wine_gecko-2.47-x86.msi) = 49266176


More information about the svn-ports-head mailing list