Update to Wine 1.7.7. This includes the following changes:
- Support for configuring remote shares using Samba's NetAPI library. - Improved embedding support through XEMBED. - Support for arrays in VBScript. - Various bug fixes. Process two scripts installed with USES=shebangfix. [1] Reported by: dbn [1]
This commit is contained in:
parent
bc663491d3
commit
01d8c0a33f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=334928
2 changed files with 5 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= wine
|
PORTNAME= wine
|
||||||
DISTVERSION= 1.7.6
|
DISTVERSION= 1.7.7
|
||||||
PORTEPOCH= 1
|
PORTEPOCH= 1
|
||||||
CATEGORIES= emulators
|
CATEGORIES= emulators
|
||||||
MASTER_SITES= SF/${PORTNAME}/Source \
|
MASTER_SITES= SF/${PORTNAME}/Source \
|
||||||
|
@ -36,7 +36,8 @@ WINELIBDIR?= ${PREFIX}/lib
|
||||||
USE_LDCONFIG= ${WINELIBDIR} ${WINELIBDIR}/wine
|
USE_LDCONFIG= ${WINELIBDIR} ${WINELIBDIR}/wine
|
||||||
.endif
|
.endif
|
||||||
ONLY_FOR_ARCHS= i386
|
ONLY_FOR_ARCHS= i386
|
||||||
USES= bison compiler:c11 gmake
|
USES= bison compiler:c11 gmake shebangfix
|
||||||
|
SHEBANG_FILES= tools/winemaker tools/winedump/function_grep.pl
|
||||||
USE_BZIP2= yes
|
USE_BZIP2= yes
|
||||||
|
|
||||||
SUB_FILES= pkg-message
|
SUB_FILES= pkg-message
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (wine-1.7.6.tar.bz2) = ea26fa5b7f24069c4e44b8ef24e1c6d2d2ec3aac99adc1fecdf14dcbe357be86
|
SHA256 (wine-1.7.7.tar.bz2) = 110603b6bff33441356ef6e72f94a70abf3b4822be1f0fb6c84b5240e9d5aca7
|
||||||
SIZE (wine-1.7.6.tar.bz2) = 21521738
|
SIZE (wine-1.7.7.tar.bz2) = 21437899
|
||||||
|
|
Loading…
Reference in a new issue