Update wine-mono-devel to the upstream release 5.0.0.
This now includes -x86 as part of the distribution and installed files; use this as an opportunity to simplify the Makefile a bit and reduce hardcoded duplication.
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= wine-mono
|
||||
DISTVERSION= 4.9.4
|
||||
DISTVERSION= 5.0.0
|
||||
DISTVERSIONSUFFIX=-x86
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= http://dl.winehq.org/wine/wine-mono/${DISTVERSION}/
|
||||
PKGNAMESUFFIX= -devel
|
||||
@@ -20,11 +21,11 @@ CONFLICTS_INSTALL= wine-mono-[0-9]*
|
||||
NO_BUILD= yes
|
||||
PLIST_SUB+= MONO_VERSION="${DISTVERSION}"
|
||||
DATADIR= ${PREFIX}/share/wine
|
||||
PLIST_FILES= ${DATADIR}/mono/wine-mono-${DISTVERSION}.msi
|
||||
PLIST_FILES= ${DATADIR}/mono/${DISTNAME}.msi
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${STAGEDIR}${DATADIR}/mono
|
||||
${INSTALL_DATA} ${DISTDIR}/wine-mono-${DISTVERSION}.msi \
|
||||
${INSTALL_DATA} ${DISTDIR}/${DISTNAME}.msi \
|
||||
${STAGEDIR}${DATADIR}/mono
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1574242099
|
||||
SHA256 (wine-mono-4.9.4.msi) = 51a6ff38323fcda71d70ead90c252b5eaeacec542ba737dbd1d676787b210fdd
|
||||
SIZE (wine-mono-4.9.4.msi) = 95266304
|
||||
TIMESTAMP = 1587801387
|
||||
SHA256 (wine-mono-5.0.0-x86.msi) = 17da208645a82a5e45e84fc75c73a8440acda484411cb8fae8e9b72db9886cd5
|
||||
SIZE (wine-mono-5.0.0-x86.msi) = 79537664
|
||||
|
||||
Reference in New Issue
Block a user