Date: Sun, 23 Sep 2018 10:31:39 +0000 (UTC) From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480479 - head/misc/xfce4-weather-plugin Message-ID: <201809231031.w8NAVdXS063191@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809231031.w8NAVdXS063191>