From owner-svn-ports-all@FreeBSD.ORG Tue Jul 8 15:51:10 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4352A508; Tue, 8 Jul 2014 15:51:10 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 30C832195; Tue, 8 Jul 2014 15:51:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s68FpALX042593; Tue, 8 Jul 2014 15:51:10 GMT (envelope-from sbruno@svn.freebsd.org) Received: (from sbruno@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s68Fp9ht042592; Tue, 8 Jul 2014 15:51:09 GMT (envelope-from sbruno@svn.freebsd.org) Message-Id: <201407081551.s68Fp9ht042592@svn.freebsd.org> From: Sean Bruno Date: Tue, 8 Jul 2014 15:51:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361259 - head/x11/xdm 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.18 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: Tue, 08 Jul 2014 15:51:10 -0000 Author: sbruno (src committer) Date: Tue Jul 8 15:51:09 2014 New Revision: 361259 URL: http://svnweb.freebsd.org/changeset/ports/361259 QAT: https://qat.redports.org/buildarchive/r361259/ Log: Fix typo in pkgplist for options XDMSHELL PR: 186391 Submitted by: elrond@phoe.frmug.org Reviewed by: kwm Modified: head/x11/xdm/pkg-plist Modified: head/x11/xdm/pkg-plist ============================================================================== --- head/x11/xdm/pkg-plist Tue Jul 8 15:24:14 2014 (r361258) +++ head/x11/xdm/pkg-plist Tue Jul 8 15:51:09 2014 (r361259) @@ -6,7 +6,7 @@ lib/X11/xdm/libXdmGreet.so lib/X11/xdm/pixmaps/xorg-bw.xpm lib/X11/xdm/pixmaps/xorg.xpm man/man1/xdm.1.gz -%%XDMSHELL%%man/man1/xmdshell.1.gz +%%XDMSHELL%%man/man1/xdmshell.1.gz share/X11/app-defaults/Chooser @unexec if cmp -s %D/%%EXAMPLESDIR%%/GiveConsole %D/lib/X11/xdm/GiveConsole; then rm -f %D/lib/X11/xdm/GiveConsole; fi @unexec if cmp -s %D/%%EXAMPLESDIR%%/TakeConsole %D/lib/X11/xdm/TakeConsole; then rm -f %D/lib/X11/xdm/TakeConsole; fi