svn commit: r416767 - head/x11/tint

Kurt Jaeger pi at FreeBSD.org
Sun Jun 12 04:59:28 UTC 2016


Author: pi
Date: Sun Jun 12 04:59:26 2016
New Revision: 416767
URL: https://svnweb.freebsd.org/changeset/ports/416767

Log:
  x11/tint: 0.12.9 -> 0.12.11
  
  - Fixed crash in tint2conf when adding background
  - Fixed crash in systray with non-Latin languagess
  - Battery: do not show negative durations when the sensors return garbage
  - Add missing dependencies
  
  PR:		210204
  Submitted by:	yamagi at yamagi.org (maintainer)

Modified:
  head/x11/tint/Makefile
  head/x11/tint/distinfo

Modified: head/x11/tint/Makefile
==============================================================================
--- head/x11/tint/Makefile	Sun Jun 12 04:19:23 2016	(r416766)
+++ head/x11/tint/Makefile	Sun Jun 12 04:59:26 2016	(r416767)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	tint2
-PORTVERSION=	0.12.9
+PORTVERSION=	0.12.11
 CATEGORIES=	x11
 MASTER_SITES=	http://deponie.yamagi.org/freebsd/distfiles/tint/
 
@@ -11,12 +11,14 @@ COMMENT=	Lightweight freedesktop-complia
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-LIB_DEPENDS=	libImlib2.so:graphics/imlib2 \
-		libstartup-notification-1.so:x11/startup-notification
+LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
+		libfreetype.so:print/freetype2 \
+		libImlib2.so:graphics/imlib2 \
+		libstartup-notification-1.so:x11/startup-notification \
 
 USES=		alias cmake gettext pkgconfig tar:xz
-USE_GNOME=	glib20 gtk20 librsvg2 pango
-USE_XORG=	x11 xcomposite xdamage xinerama xrandr xrender
+USE_GNOME=	cairo glib20 gtk20 librsvg2 pango
+USE_XORG=	x11 xcomposite xdamage xfixes xinerama xrandr xrender
 INSTALLS_ICONS=	yes
 
 CMAKE_ARGS=	-DMANDIR:PATH=man -DSYSCONFDIR:PATH=etc

Modified: head/x11/tint/distinfo
==============================================================================
--- head/x11/tint/distinfo	Sun Jun 12 04:19:23 2016	(r416766)
+++ head/x11/tint/distinfo	Sun Jun 12 04:59:26 2016	(r416767)
@@ -1,2 +1,3 @@
-SHA256 (tint2-0.12.9.tar.xz) = 579458f4c70b0b2fcee46b763d0654299972aca6c1c0395a1cc0237dd9652fd3
-SIZE (tint2-0.12.9.tar.xz) = 261208
+TIMESTAMP = 1465539549
+SHA256 (tint2-0.12.11.tar.xz) = 16554b96a6a22b00126e8453e6f30cf3fde734582c526669c7c12b13657482c7
+SIZE (tint2-0.12.11.tar.xz) = 261380


More information about the svn-ports-head mailing list