diff options
author | olivierd <olivierd@FreeBSD.org> | 2016-09-01 05:22:48 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2016-09-01 05:22:48 +0800 |
commit | 205f741b3574d37414502948da1bfddb5364a0c2 (patch) | |
tree | c406cc7fe0d04d0b9fb5f0ea136907b54ec6781f /misc | |
parent | 1f3e2e2afe979e82e6ea554270538848e23248ed (diff) | |
download | freebsd-ports-gnome-205f741b3574d37414502948da1bfddb5364a0c2.tar.gz freebsd-ports-gnome-205f741b3574d37414502948da1bfddb5364a0c2.tar.zst freebsd-ports-gnome-205f741b3574d37414502948da1bfddb5364a0c2.zip |
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
Diffstat (limited to 'misc')
-rw-r--r-- | misc/xfce4-weather-plugin/Makefile | 8 | ||||
-rw-r--r-- | misc/xfce4-weather-plugin/distinfo | 5 |
2 files changed, 8 insertions, 5 deletions
diff --git a/misc/xfce4-weather-plugin/Makefile b/misc/xfce4-weather-plugin/Makefile index 6d82f513146d..ea72f966e5b8 100644 --- a/misc/xfce4-weather-plugin/Makefile +++ b/misc/xfce4-weather-plugin/Makefile @@ -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 panel 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 diff --git a/misc/xfce4-weather-plugin/distinfo b/misc/xfce4-weather-plugin/distinfo index 09602cfd7980..0b760f3b302c 100644 --- a/misc/xfce4-weather-plugin/distinfo +++ b/misc/xfce4-weather-plugin/distinfo @@ -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 |