From owner-svn-ports-head@freebsd.org Sun Sep 23 10:31:40 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5196110B2509; Sun, 23 Sep 2018 10:31:40 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F37E070970; Sun, 23 Sep 2018 10:31:39 +0000 (UTC) (envelope-from madpilot@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EE6CC14E9; Sun, 23 Sep 2018 10:31:39 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8NAVdxg063194; Sun, 23 Sep 2018 10:31:39 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8NAVdXS063191; Sun, 23 Sep 2018 10:31:39 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201809231031.w8NAVdXS063191@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Sun, 23 Sep 2018 10:31:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480479 - head/misc/xfce4-weather-plugin X-SVN-Group: ports-head X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: head/misc/xfce4-weather-plugin X-SVN-Commit-Revision: 480479 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Sep 2018 10:31:40 -0000 Author: madpilot Date: Sun Sep 23 10:31:39 2018 New Revision: 480479 URL: https://svnweb.freebsd.org/changeset/ports/480479 Log: - Update xfce4-weather-plugin to 0.9.0 - Ths new version has been ported to GTK 3 - Minor whitespace changes Modified: head/misc/xfce4-weather-plugin/Makefile head/misc/xfce4-weather-plugin/distinfo head/misc/xfce4-weather-plugin/pkg-descr Modified: head/misc/xfce4-weather-plugin/Makefile ============================================================================== --- head/misc/xfce4-weather-plugin/Makefile Sun Sep 23 10:28:22 2018 (r480478) +++ head/misc/xfce4-weather-plugin/Makefile Sun Sep 23 10:31:39 2018 (r480479) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xfce4-weather-plugin -PORTVERSION= 0.8.10 +PORTVERSION= 0.9.0 CATEGORIES= misc xfce geography MASTER_SITES= XFCE/src/panel-plugins/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 @@ -14,12 +14,12 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \ - libfontconfig.so:x11-fonts/fontconfig \ - libfreetype.so:print/freetype2 + libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 -USES= gettext gmake libtool pkgconfig xfce tar:bzip2 +USES= gettext gmake libtool pkgconfig xfce:gtk3 tar:bzip2 GNU_CONFIGURE= yes -USE_GNOME= glib20 gtk20 intltool intlhack libxml2 cairo +USE_GNOME= glib20 gtk30 intltool intlhack libxml2 cairo USE_XFCE= panel INSTALLS_ICONS= yes USE_LDCONFIG= yes Modified: head/misc/xfce4-weather-plugin/distinfo ============================================================================== --- head/misc/xfce4-weather-plugin/distinfo Sun Sep 23 10:28:22 2018 (r480478) +++ head/misc/xfce4-weather-plugin/distinfo Sun Sep 23 10:31:39 2018 (r480479) @@ -1,3 +1,3 @@ -TIMESTAMP = 1507781106 -SHA256 (xfce4/xfce4-weather-plugin-0.8.10.tar.bz2) = ee6d43c444904631c240470e15e96215c2ce451158bfdbf234bce892bf60eab8 -SIZE (xfce4/xfce4-weather-plugin-0.8.10.tar.bz2) = 2991350 +TIMESTAMP = 1537628267 +SHA256 (xfce4/xfce4-weather-plugin-0.9.0.tar.bz2) = 34368cf2332774ad2a05226b2914ecb60e7550e9b2164be53ebe8f370198bb3d +SIZE (xfce4/xfce4-weather-plugin-0.9.0.tar.bz2) = 2953904 Modified: head/misc/xfce4-weather-plugin/pkg-descr ============================================================================== --- head/misc/xfce4-weather-plugin/pkg-descr Sun Sep 23 10:28:22 2018 (r480478) +++ head/misc/xfce4-weather-plugin/pkg-descr Sun Sep 23 10:31:39 2018 (r480479) @@ -1,3 +1,3 @@ A weather plugin for the Xfce desktop environment. -WWW: http://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin +WWW: https://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin