From owner-svn-ports-head@FreeBSD.ORG Sat Sep 1 18:41:55 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6DE9F106564A; Sat, 1 Sep 2012 18:41:55 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 590248FC0C; Sat, 1 Sep 2012 18:41:55 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q81IftSB060424; Sat, 1 Sep 2012 18:41:55 GMT (envelope-from gerald@svn.freebsd.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q81IftQE060422; Sat, 1 Sep 2012 18:41:55 GMT (envelope-from gerald@svn.freebsd.org) Message-Id: <201209011841.q81IftQE060422@svn.freebsd.org> From: Gerald Pfeifer Date: Sat, 1 Sep 2012 18:41:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303507 - head/emulators/wine-devel X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Sep 2012 18:41:55 -0000 Author: gerald Date: Sat Sep 1 18:41:54 2012 New Revision: 303507 URL: http://svn.freebsd.org/changeset/ports/303507 Log: Fix typo and thereby really enable the GNUTLS options. [1] Remove now deprecated comments at the top of Makefile. PR: 171146 [1] Submitted by: "Mikhail T." [1] Modified: head/emulators/wine-devel/Makefile Modified: head/emulators/wine-devel/Makefile ============================================================================== --- head/emulators/wine-devel/Makefile Sat Sep 1 18:37:38 2012 (r303506) +++ head/emulators/wine-devel/Makefile Sat Sep 1 18:41:54 2012 (r303507) @@ -1,12 +1,8 @@ -# Ports collection makefile for: wine-devel -# Date created: 2012-04-05 -# Whom: Gerald Pfeifer -# # $FreeBSD$ -# PORTNAME= wine DISTVERSION= 1.5.12 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ @@ -86,7 +82,7 @@ CONFIGURE_ARGS+= --without-cups RUN_DEPENDS+= dosbox:${PORTSDIR}/emulators/dosbox .endif -.if ${PORT_OPTIONS:MGNU_TLS} +.if ${PORT_OPTIONS:MGNUTLS} CONFIGURE_ARGS+= --with-gnutls LIB_DEPENDS+= gnutls:${PORTSDIR}/security/gnutls .else