From owner-svn-ports-all@freebsd.org Sun Jun 12 04:59:28 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 551D3AF0C97; Sun, 12 Jun 2016 04:59:28 +0000 (UTC) (envelope-from pi@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 0D6C022D8; Sun, 12 Jun 2016 04:59:27 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u5C4xRij095167; Sun, 12 Jun 2016 04:59:27 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5C4xRdI095165; Sun, 12 Jun 2016 04:59:27 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201606120459.u5C4xRdI095165@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 12 Jun 2016 04:59:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416767 - head/x11/tint 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.22 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: Sun, 12 Jun 2016 04:59:28 -0000 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@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