Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Sep 2016 15:28:03 +0000 (UTC)
From:      Olivier Duchateau <olivierd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r421234 - branches/2016Q3/misc/xfce4-weather-plugin
Message-ID:  <201609011528.u81FS374029880@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olivierd
Date: Thu Sep  1 15:28:03 2016
New Revision: 421234
URL: https://svnweb.freebsd.org/changeset/ports/421234

Log:
  MFH: r421194
  
  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
  
  Approved by:	ports-secteam (feld@)

Modified:
  branches/2016Q3/misc/xfce4-weather-plugin/Makefile
  branches/2016Q3/misc/xfce4-weather-plugin/distinfo
Directory Properties:
  branches/2016Q3/   (props changed)

Modified: branches/2016Q3/misc/xfce4-weather-plugin/Makefile
==============================================================================
--- branches/2016Q3/misc/xfce4-weather-plugin/Makefile	Thu Sep  1 15:05:32 2016	(r421233)
+++ branches/2016Q3/misc/xfce4-weather-plugin/Makefile	Thu Sep  1 15:28:03 2016	(r421234)
@@ -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: branches/2016Q3/misc/xfce4-weather-plugin/distinfo
==============================================================================
--- branches/2016Q3/misc/xfce4-weather-plugin/distinfo	Thu Sep  1 15:05:32 2016	(r421233)
+++ branches/2016Q3/misc/xfce4-weather-plugin/distinfo	Thu Sep  1 15:28:03 2016	(r421234)
@@ -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?201609011528.u81FS374029880>