svn commit: r334928 - head/emulators/wine-devel
Gerald Pfeifer
gerald at FreeBSD.org
Tue Nov 26 13:06:15 UTC 2013
Author: gerald
Date: Tue Nov 26 13:06:15 2013
New Revision: 334928
URL: http://svnweb.freebsd.org/changeset/ports/334928
Log:
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]
Modified:
head/emulators/wine-devel/Makefile
head/emulators/wine-devel/distinfo
Modified: head/emulators/wine-devel/Makefile
==============================================================================
--- head/emulators/wine-devel/Makefile Tue Nov 26 12:59:35 2013 (r334927)
+++ head/emulators/wine-devel/Makefile Tue Nov 26 13:06:15 2013 (r334928)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= wine
-DISTVERSION= 1.7.6
+DISTVERSION= 1.7.7
PORTEPOCH= 1
CATEGORIES= emulators
MASTER_SITES= SF/${PORTNAME}/Source \
@@ -36,7 +36,8 @@ WINELIBDIR?= ${PREFIX}/lib
USE_LDCONFIG= ${WINELIBDIR} ${WINELIBDIR}/wine
.endif
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
SUB_FILES= pkg-message
Modified: head/emulators/wine-devel/distinfo
==============================================================================
--- head/emulators/wine-devel/distinfo Tue Nov 26 12:59:35 2013 (r334927)
+++ head/emulators/wine-devel/distinfo Tue Nov 26 13:06:15 2013 (r334928)
@@ -1,2 +1,2 @@
-SHA256 (wine-1.7.6.tar.bz2) = ea26fa5b7f24069c4e44b8ef24e1c6d2d2ec3aac99adc1fecdf14dcbe357be86
-SIZE (wine-1.7.6.tar.bz2) = 21521738
+SHA256 (wine-1.7.7.tar.bz2) = 110603b6bff33441356ef6e72f94a70abf3b4822be1f0fb6c84b5240e9d5aca7
+SIZE (wine-1.7.7.tar.bz2) = 21437899
More information about the svn-ports-all
mailing list