diff --git a/emulators/wine-gecko-devel/Makefile b/emulators/wine-gecko-devel/Makefile index 5abee52c5833..a9aefcc7eea6 100644 --- a/emulators/wine-gecko-devel/Makefile +++ b/emulators/wine-gecko-devel/Makefile @@ -1,29 +1,37 @@ PORTNAME= wine-gecko DISTVERSION= 2.47.4 -DISTVERSIONSUFFIX=-x86 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://dl.winehq.org/wine/wine-gecko/${DISTVERSION}/ PKGNAMESUFFIX= -devel EXTRACT_SUFX= .msi EXTRACT_ONLY= MAINTAINER= gerald@FreeBSD.org COMMENT= Gecko Layout Engine for Wine development branch (HTML support) WWW= https://wiki.winehq.org/Gecko LICENSE= MPL20 GPLv2 GPLv3 LGPL21 LGPL3 LICENSE_COMB= multi CONFLICTS_INSTALL= wine-gecko NO_BUILD= yes PLIST_SUB+= GECKO_VERSION="${DISTVERSION}" DATADIR= ${PREFIX}/share/wine PLIST_FILES= ${DATADIR}/gecko/${DISTNAME}.msi +.include + +.if ${ARCH} == i386 +DISTVERSIONSUFFIX= -x86 +.else +DISTVERSIONSUFFIX= -x86_64 +.endif + do-install: @${MKDIR} ${STAGEDIR}${DATADIR}/gecko ${INSTALL_DATA} ${DISTDIR}/${DISTNAME}.msi \ ${STAGEDIR}${DATADIR}/gecko -.include +.include diff --git a/emulators/wine-gecko-devel/distinfo b/emulators/wine-gecko-devel/distinfo index 616d72748d65..deea47d43009 100644 --- a/emulators/wine-gecko-devel/distinfo +++ b/emulators/wine-gecko-devel/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1688800025 +TIMESTAMP = 1761993947 +SHA256 (wine-gecko-2.47.4-x86_64.msi) = e590b7d988a32d6aa4cf1d8aa3aa3d33766fdd4cf4c89c2dcc2095ecb28d066f +SIZE (wine-gecko-2.47.4-x86_64.msi) = 53898752 SHA256 (wine-gecko-2.47.4-x86.msi) = 26cecc47706b091908f7f814bddb074c61beb8063318e9efc5a7f789857793d6 SIZE (wine-gecko-2.47.4-x86.msi) = 55187968