Date: Fri, 30 Dec 2016 18:31:12 +0000 (UTC) From: Olivier Duchateau <olivierd@FreeBSD.org> 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 Message-ID: <201612301831.uBUIVCm2030775@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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: <data>:2:12: 'min-height' is not a valid property name Gtk-WARNING **: Theme parsing error: <data>: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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612301831.uBUIVCm2030775>