From owner-svn-ports-head@FreeBSD.ORG Sat May 11 10:05:54 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 9B5F4715; Sat, 11 May 2013 10:05:54 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 7550A14B; Sat, 11 May 2013 10:05:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4BA5ssI027790; Sat, 11 May 2013 10:05:54 GMT (envelope-from gerald@svn.freebsd.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4BA5r7N027784; Sat, 11 May 2013 10:05:53 GMT (envelope-from gerald@svn.freebsd.org) Message-Id: <201305111005.r4BA5r7N027784@svn.freebsd.org> From: Gerald Pfeifer Date: Sat, 11 May 2013 10:05:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r317861 - head/emulators/wine-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 May 2013 10:05:54 -0000 Author: gerald Date: Sat May 11 10:05:53 2013 New Revision: 317861 URL: http://svnweb.freebsd.org/changeset/ports/317861 Log: Update to Wine 1.5.30. This includes the following changes: - NTLM and Negotiate authentication in WinHTTP. - Support for proxy bypass in WinInet. - Various bug fixes. Note, libwine.so is now gone. Modified: head/emulators/wine-devel/Makefile head/emulators/wine-devel/distinfo head/emulators/wine-devel/pkg-plist Modified: head/emulators/wine-devel/Makefile ============================================================================== --- head/emulators/wine-devel/Makefile Sat May 11 09:49:21 2013 (r317860) +++ head/emulators/wine-devel/Makefile Sat May 11 10:05:53 2013 (r317861) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wine -DISTVERSION= 1.5.29 +DISTVERSION= 1.5.30 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ @@ -150,8 +150,6 @@ post-install: @-${RMDIR} -p ${MAN1PREFIX}/man/de.UTF-8/man1 \ ${MAN1PREFIX}/man/fr.UTF-8/man1 \ ${MAN1PREFIX}/man/pl.UTF-8/man1 - ${MV} -f ${WINELIBDIR}/libwine.so.1.0 ${WINELIBDIR}/libwine.so.1 - ${LN} -sf libwine.so.1 ${WINELIBDIR}/libwine.so .if !defined(NOPORTDOCS) -@${MKDIR} ${DOCSDIR} .for i in README ANNOUNCE AUTHORS Modified: head/emulators/wine-devel/distinfo ============================================================================== --- head/emulators/wine-devel/distinfo Sat May 11 09:49:21 2013 (r317860) +++ head/emulators/wine-devel/distinfo Sat May 11 10:05:53 2013 (r317861) @@ -1,2 +1,2 @@ -SHA256 (wine-1.5.29.tar.bz2) = 387c0ed440e1df2e94aa3630320949976a81725e48912f4d9856009d6b7888b1 -SIZE (wine-1.5.29.tar.bz2) = 22144030 +SHA256 (wine-1.5.30.tar.bz2) = 0f6f92a5730037b85b75089af6817ae2ceffb335caa5077e2ab1b41944c452c3 +SIZE (wine-1.5.30.tar.bz2) = 22149237 Modified: head/emulators/wine-devel/pkg-plist ============================================================================== --- head/emulators/wine-devel/pkg-plist Sat May 11 09:49:21 2013 (r317860) +++ head/emulators/wine-devel/pkg-plist Sat May 11 10:05:53 2013 (r317861) @@ -602,6 +602,8 @@ include/wine/windows/tmschema.h include/wine/windows/tom.h include/wine/windows/tom.idl include/wine/windows/traffic.h +include/wine/windows/transact.h +include/wine/windows/transact.idl include/wine/windows/twain.h include/wine/windows/udpmib.h include/wine/windows/uiautomation.h @@ -733,8 +735,6 @@ include/wine/windows/ddk/usbdlib.h include/wine/windows/ddk/wdm.h include/wine/windows/ddk/winddiui.h include/wine/windows/ddk/winsplp.h -lib/libwine.so -lib/libwine.so.1 lib/wine/acledit.dll.so lib/wine/aclui.dll.so lib/wine/activeds.dll.so