From owner-cvs-ports@FreeBSD.ORG Mon Aug 15 23:51:57 2011 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7C6011065672; Mon, 15 Aug 2011 23:51:57 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6C7308FC13; Mon, 15 Aug 2011 23:51:57 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p7FNpvaY013328; Mon, 15 Aug 2011 23:51:57 GMT (envelope-from gerald@repoman.freebsd.org) Received: (from gerald@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p7FNpvF9013327; Mon, 15 Aug 2011 23:51:57 GMT (envelope-from gerald) Message-Id: <201108152351.p7FNpvF9013327@repoman.freebsd.org> From: Gerald Pfeifer Date: Mon, 15 Aug 2011 23:51:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/emulators/wine Makefile pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2011 23:51:57 -0000 gerald 2011-08-15 23:51:57 UTC FreeBSD ports repository Modified files: emulators/wine Makefile pkg-plist Log: Move LICENSE, LICENSE_COMB and LICENSE_FILE up to appease new portlint. [1] Use PORTDATA which allows simplifying pkg-plist significantly. [1][2] Explicitly disable ALSA support. [2] Add to PLIST_SUB instead of just setting it (for the OPENAL knob). [1] Bump PORTREVISION due to the potentially fixed package list. PR: 159749 Submitted by: Anatoly Borodin [1] Inspired by: Anatoly Borodin [2] Revision Changes Path 1.380 +13 -9 ports/emulators/wine/Makefile 1.199 +0 -50 ports/emulators/wine/pkg-plist