Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Aug 2016 21:22:48 +0000 (UTC)
From:      Olivier Duchateau <olivierd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r421194 - head/misc/xfce4-weather-plugin
Message-ID:  <201608312122.u7VLMmmU017999@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olivierd
Date: Wed Aug 31 21:22:48 2016
New Revision: 421194
URL: https://svnweb.freebsd.org/changeset/ports/421194

Log:
  Update to 0.8.8
  
  Replace the deprecated API host (and soon no longer works) by new one
  Announce: http://lists.met.no/pipermail/api-users/2016-March/000017.html
  
  MFH:	2016Q3

Modified:
  head/misc/xfce4-weather-plugin/Makefile
  head/misc/xfce4-weather-plugin/distinfo

Modified: head/misc/xfce4-weather-plugin/Makefile
==============================================================================
--- head/misc/xfce4-weather-plugin/Makefile	Wed Aug 31 21:15:04 2016	(r421193)
+++ head/misc/xfce4-weather-plugin/Makefile	Wed Aug 31 21:22:48 2016	(r421194)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	xfce4-weather-plugin
-PORTVERSION=	0.8.7
+PORTVERSION=	0.8.8
 CATEGORIES=	misc xfce geography
 MASTER_SITES=	XFCE/src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
 DIST_SUBDIR=	xfce4
@@ -13,13 +13,15 @@ COMMENT=	Weather plugin for the Xfce pan
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-LIB_DEPENDS=	libsoup-2.4.so:devel/libsoup
+LIB_DEPENDS=	libsoup-2.4.so:devel/libsoup \
+	libfontconfig.so:x11-fonts/fontconfig \
+	libfreetype.so:print/freetype2
 
 GNU_CONFIGURE=	yes
 INSTALLS_ICONS=	yes
 INSTALL_TARGET=	install-strip
 USES=		gettext gmake libtool pkgconfig xfce tar:bzip2
-USE_GNOME=	glib20 gtk20 intltool intlhack libxml2
+USE_GNOME=	glib20 gtk20 intltool intlhack libxml2 cairo
 USE_XFCE=	panel
 
 OPTIONS_DEFINE=	UPOWER

Modified: head/misc/xfce4-weather-plugin/distinfo
==============================================================================
--- head/misc/xfce4-weather-plugin/distinfo	Wed Aug 31 21:15:04 2016	(r421193)
+++ head/misc/xfce4-weather-plugin/distinfo	Wed Aug 31 21:22:48 2016	(r421194)
@@ -1,2 +1,3 @@
-SHA256 (xfce4/xfce4-weather-plugin-0.8.7.tar.bz2) = 071e71106868c7d90c936256d837ca834d0ca6f54daea59a9b5fc11b318e65b0
-SIZE (xfce4/xfce4-weather-plugin-0.8.7.tar.bz2) = 2976092
+TIMESTAMP = 1472684033
+SHA256 (xfce4/xfce4-weather-plugin-0.8.8.tar.bz2) = 651b722714fdafde3f548f183958c34e1539cf563193d7e51f28bfb6933d6d3f
+SIZE (xfce4/xfce4-weather-plugin-0.8.8.tar.bz2) = 2979971



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608312122.u7VLMmmU017999>