From owner-svn-ports-all@FreeBSD.ORG Mon Sep 9 12:09:31 2013 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 ESMTP id 95FE73E0; Mon, 9 Sep 2013 12:09:31 +0000 (UTC) (envelope-from zeising@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 82C5F2F53; Mon, 9 Sep 2013 12:09:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r89C9VcV097708; Mon, 9 Sep 2013 12:09:31 GMT (envelope-from zeising@svn.freebsd.org) Received: (from zeising@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r89C9U5Y097705; Mon, 9 Sep 2013 12:09:30 GMT (envelope-from zeising@svn.freebsd.org) Message-Id: <201309091209.r89C9U5Y097705@svn.freebsd.org> From: Niclas Zeising Date: Mon, 9 Sep 2013 12:09:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326804 - head/x11/xinit 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.14 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: Mon, 09 Sep 2013 12:09:31 -0000 Author: zeising Date: Mon Sep 9 12:09:30 2013 New Revision: 326804 URL: http://svnweb.freebsd.org/changeset/ports/326804 Log: Update to 1.3.3 Most notable in this update is that the default xinitrc has moved from lib/X11/xinit/xinitrc to etc/X11/xinit/xinitrc. Added: head/x11/xinit/pkg-plist (contents, props changed) Modified: head/x11/xinit/Makefile head/x11/xinit/distinfo Modified: head/x11/xinit/Makefile ============================================================================== --- head/x11/xinit/Makefile Mon Sep 9 11:55:30 2013 (r326803) +++ head/x11/xinit/Makefile Mon Sep 9 12:09:30 2013 (r326804) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= xinit -PORTVERSION= 1.3.2 +PORTVERSION= 1.3.3 PORTEPOCH= 1 CATEGORIES= x11 @@ -13,9 +13,6 @@ LICENSE= MIT XORG_CAT= app USE_XORG= x11 -PLIST_FILES= bin/startx bin/xinit lib/X11/xinit/xinitrc -PLIST_DIRS= lib/X11/xinit - MAN1= startx.1 xinit.1 post-patch: Modified: head/x11/xinit/distinfo ============================================================================== --- head/x11/xinit/distinfo Mon Sep 9 11:55:30 2013 (r326803) +++ head/x11/xinit/distinfo Mon Sep 9 12:09:30 2013 (r326804) @@ -1,2 +1,2 @@ -SHA256 (xorg/app/xinit-1.3.2.tar.bz2) = a1867fdaa83f68750b12ba4305c3c62f5992d0f52cfeb98e96c27a8e690e0235 -SIZE (xorg/app/xinit-1.3.2.tar.bz2) = 148443 +SHA256 (xorg/app/xinit-1.3.3.tar.bz2) = 74b2878de6e3d5b5948f1562a77e7f53b4e10621e505ddb278050c7f3cae00af +SIZE (xorg/app/xinit-1.3.3.tar.bz2) = 163905 Added: head/x11/xinit/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/xinit/pkg-plist Mon Sep 9 12:09:30 2013 (r326804) @@ -0,0 +1,5 @@ +bin/startx +bin/xinit +etc/X11/xinit/xinitrc +@dirrm etc/X11/xinit +@dirrmtry etc/X11