From owner-svn-ports-all@freebsd.org Sun May 8 11:51:24 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 50555B22D81; Sun, 8 May 2016 11:51:24 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2187A1B32; Sun, 8 May 2016 11:51:24 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u48BpNsS015752; Sun, 8 May 2016 11:51:23 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u48BpNER015751; Sun, 8 May 2016 11:51:23 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201605081151.u48BpNER015751@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sun, 8 May 2016 11:51:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414806 - 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-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 May 2016 11:51:24 -0000 Author: gerald Date: Sun May 8 11:51:23 2016 New Revision: 414806 URL: https://svnweb.freebsd.org/changeset/ports/414806 Log: Include GNUTLS in the default options since apparently it does help with Evernote and World of Warcraft. Bump PORTREVISION. PR: 208234 Modified: head/emulators/wine-devel/Makefile Modified: head/emulators/wine-devel/Makefile ============================================================================== --- head/emulators/wine-devel/Makefile Sun May 8 11:13:52 2016 (r414805) +++ head/emulators/wine-devel/Makefile Sun May 8 11:51:23 2016 (r414806) @@ -3,6 +3,7 @@ PORTNAME= wine DISTVERSION= 1.9.9 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ @@ -53,7 +54,7 @@ PKGMESSAGE= ${WRKDIR}/pkg-message PORTDATA= l_intl.nls wine.inf OPTIONS_DEFINE= CUPS DOCS DOSBOX GNUTLS HAL LDAP LIBXSLT MPG123 OPENAL STAGING V4L WINEMAKER X11 GECKO MONO -OPTIONS_DEFAULT=X11 +OPTIONS_DEFAULT=GNUTLS X11 OPTIONS_SUB= yes STAGING_DESC= Include the Wine Staging patchset