svn commit: r439410 - head/x11/xfce4-terminal

Martin Wilke miwi at FreeBSD.org
Tue Apr 25 17:45:45 UTC 2017


Author: miwi
Date: Tue Apr 25 17:45:44 2017
New Revision: 439410
URL: https://svnweb.freebsd.org/changeset/ports/439410

Log:
  - After the recent update from gtk30 3.18.8_4 to  gtk30 3.22.12
    xfce4-terminal would no longer observe its Default size settings,
    only launching to its minimum size in the center of the desktop.
    Recompiling solved the issue
  
  - Bump PORTREVISION
  
  Reported by:	Robert Burmeister

Modified:
  head/x11/xfce4-terminal/Makefile

Modified: head/x11/xfce4-terminal/Makefile
==============================================================================
--- head/x11/xfce4-terminal/Makefile	Tue Apr 25 17:41:23 2017	(r439409)
+++ head/x11/xfce4-terminal/Makefile	Tue Apr 25 17:45:44 2017	(r439410)
@@ -3,6 +3,7 @@
 
 PORTNAME=	xfce4-terminal
 PORTVERSION=	0.8.4
+PORTREVISION=	1
 CATEGORIES=	x11 xfce
 MASTER_SITES=	XFCE/src/apps/${PORTNAME}/${PORTVERSION:R}
 DIST_SUBDIR=	xfce4


More information about the svn-ports-head mailing list