From owner-svn-ports-all@freebsd.org Fri Dec 30 18:31:14 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 016BBC97389; Fri, 30 Dec 2016 18:31:14 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 B661310D1; Fri, 30 Dec 2016 18:31:13 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBUIVCJq030779; Fri, 30 Dec 2016 18:31:12 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBUIVCm2030775; Fri, 30 Dec 2016 18:31:12 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201612301831.uBUIVCm2030775@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Fri, 30 Dec 2016 18:31:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r430014 - in head: . x11/xfce4-terminal x11/xfce4-terminal/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.23 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: Fri, 30 Dec 2016 18:31:14 -0000 Author: olivierd Date: Fri Dec 30 18:31:12 2016 New Revision: 430014 URL: https://svnweb.freebsd.org/changeset/ports/430014 Log: - Update to 0.8.2 - Remove unneeded patch - Add note about the hidden 'MiscSlimTabs' option (it requires Gtk+ > 3.20). If this option is set, lots of warnings will appear: Gtk-WARNING **: Theme parsing error: :2:12: 'min-height' is not a valid property name Gtk-WARNING **: Theme parsing error: :8:11: 'min-width' is not a valid property name Deleted: head/x11/xfce4-terminal/files/patch-terminal_terminal-screen.c Modified: head/UPDATING head/x11/xfce4-terminal/Makefile head/x11/xfce4-terminal/distinfo head/x11/xfce4-terminal/files/pkg-message.in Modified: head/UPDATING ============================================================================== --- head/UPDATING Fri Dec 30 18:02:56 2016 (r430013) +++ head/UPDATING Fri Dec 30 18:31:12 2016 (r430014) @@ -5,6 +5,14 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20161230: + AFFECTS: users of x11/xfce4-terminal + AUTHOR: olivierd@FreeBSD.org + + The port has been updated to the latest stable version 0.8.2. + Please, don't active the hidden 'MiscSlimTabs' option in + ~/.config/xfce4/terminal/terminalrc, it requires Gtk+ > 3.20. + 20161228: AFFECTS: users of multimedia/mlt AUTHOR: avilla@FreeBSD.org Modified: head/x11/xfce4-terminal/Makefile ============================================================================== --- head/x11/xfce4-terminal/Makefile Fri Dec 30 18:02:56 2016 (r430013) +++ head/x11/xfce4-terminal/Makefile Fri Dec 30 18:31:12 2016 (r430014) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xfce4-terminal -PORTVERSION= 0.8.1 +PORTVERSION= 0.8.2 CATEGORIES= x11 xfce MASTER_SITES= XFCE/src/apps/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 Modified: head/x11/xfce4-terminal/distinfo ============================================================================== --- head/x11/xfce4-terminal/distinfo Fri Dec 30 18:02:56 2016 (r430013) +++ head/x11/xfce4-terminal/distinfo Fri Dec 30 18:31:12 2016 (r430014) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477933186 -SHA256 (xfce4/xfce4-terminal-0.8.1.tar.bz2) = ddfe53a89d315a4a9170ca6d2cee2d33145bd63630062b2e867fb3a5fcde5fdf -SIZE (xfce4/xfce4-terminal-0.8.1.tar.bz2) = 871184 +TIMESTAMP = 1483118380 +SHA256 (xfce4/xfce4-terminal-0.8.2.tar.bz2) = 92aad3e14f3ef8d4c6c1409463e989bd8f5eefb686234f3cdbfe574729401681 +SIZE (xfce4/xfce4-terminal-0.8.2.tar.bz2) = 929068 Modified: head/x11/xfce4-terminal/files/pkg-message.in ============================================================================== --- head/x11/xfce4-terminal/files/pkg-message.in Fri Dec 30 18:02:56 2016 (r430013) +++ head/x11/xfce4-terminal/files/pkg-message.in Fri Dec 30 18:31:12 2016 (r430014) @@ -5,3 +5,6 @@ TerminalWindow GtkNotebook.notebook { padding-top: 0; padding-bottom: 0; } + +Don't active the hidden MiscSlimTabs option in terminalrc. It requires +Gtk+ >= 3.20