svn commit: r432427 - head/deskutils/xfce4-generic-slider

Emanuel Haupt ehaupt at FreeBSD.org
Wed Jan 25 16:01:33 UTC 2017


Author: ehaupt
Date: Wed Jan 25 16:01:31 2017
New Revision: 432427
URL: https://svnweb.freebsd.org/changeset/ports/432427

Log:
  Mark BROKEN, DEPRECATED and set EXPIRATION_DATE to 3 months. The panel plugin
  crashes when trying to access the properties dialog.

Modified:
  head/deskutils/xfce4-generic-slider/Makefile

Modified: head/deskutils/xfce4-generic-slider/Makefile
==============================================================================
--- head/deskutils/xfce4-generic-slider/Makefile	Wed Jan 25 15:55:48 2017	(r432426)
+++ head/deskutils/xfce4-generic-slider/Makefile	Wed Jan 25 16:01:31 2017	(r432427)
@@ -15,6 +15,10 @@ LICENSE=	GPLv3
 LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
 		libfreetype.so:print/freetype2
 
+BROKEN=		crashes when trying to open properties
+DEPRECATED=	crashes when trying to open properties
+EXPIRATION_DATE=	2017-04-25
+
 USES=		gettext-runtime pkgconfig xfce
 USE_GNOME=	atk cairo gdkpixbuf2 glib20 gtk20 pango
 USE_XFCE=	libgui panel


More information about the svn-ports-all mailing list