From owner-svn-ports-all@FreeBSD.ORG Mon Jun 16 20:42:14 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 38F79471; Mon, 16 Jun 2014 20:42:14 +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 258682C1C; Mon, 16 Jun 2014 20:42:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5GKgEqS017260; Mon, 16 Jun 2014 20:42:14 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5GKgDws017257; Mon, 16 Jun 2014 20:42:13 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201406162042.s5GKgDws017257@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 16 Jun 2014 20:42:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358038 - in head/x11-wm/i3: . files 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: Mon, 16 Jun 2014 20:42:14 -0000 Author: bapt Date: Mon Jun 16 20:42:13 2014 New Revision: 358038 URL: http://svnweb.freebsd.org/changeset/ports/358038 QAT: https://qat.redports.org/buildarchive/r358038/ Log: Update to 4.8 Release note: http://i3-wm.org/downloads/RELEASE-NOTES-4.8.txt Deleted: head/x11-wm/i3/files/ Modified: head/x11-wm/i3/Makefile head/x11-wm/i3/distinfo head/x11-wm/i3/pkg-plist Modified: head/x11-wm/i3/Makefile ============================================================================== --- head/x11-wm/i3/Makefile Mon Jun 16 20:16:14 2014 (r358037) +++ head/x11-wm/i3/Makefile Mon Jun 16 20:42:13 2014 (r358038) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= i3 -DISTVERSION= 4.7.2 -PORTREVISION= 2 +DISTVERSION= 4.8 CATEGORIES= x11-wm MASTER_SITES= http://i3wm.org/downloads/ Modified: head/x11-wm/i3/distinfo ============================================================================== --- head/x11-wm/i3/distinfo Mon Jun 16 20:16:14 2014 (r358037) +++ head/x11-wm/i3/distinfo Mon Jun 16 20:42:13 2014 (r358038) @@ -1,2 +1,2 @@ -SHA256 (i3-4.7.2.tar.bz2) = 6fe4565e364a5017eb6a89ce104d6bb21afcdb4bb0b3bee9526781fa64b1f393 -SIZE (i3-4.7.2.tar.bz2) = 897398 +SHA256 (i3-4.8.tar.bz2) = 502c34290f239780bb40352191f0500e8f35d2446eddb573c67c27873d6a1b6b +SIZE (i3-4.8.tar.bz2) = 939690 Modified: head/x11-wm/i3/pkg-plist ============================================================================== --- head/x11-wm/i3/pkg-plist Mon Jun 16 20:16:14 2014 (r358037) +++ head/x11-wm/i3/pkg-plist Mon Jun 16 20:42:13 2014 (r358038) @@ -6,6 +6,7 @@ bin/i3-input bin/i3-migrate-config-to-v4 bin/i3-msg bin/i3-nagbar +bin/i3-save-tree bin/i3-sensible-editor bin/i3-sensible-pager bin/i3-sensible-terminal @@ -21,6 +22,7 @@ man/man1/i3-input.1.gz man/man1/i3-migrate-config-to-v4.1.gz man/man1/i3-msg.1.gz man/man1/i3-nagbar.1.gz +man/man1/i3-save-tree.1.gz man/man1/i3-sensible-editor.1.gz man/man1/i3-sensible-pager.1.gz man/man1/i3-sensible-terminal.1.gz