diff options
author | madpilot <madpilot@FreeBSD.org> | 2018-09-23 18:31:39 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2018-09-23 18:31:39 +0800 |
commit | 7d6659e80aabb97b6e728bb888dfe452d33f5f75 (patch) | |
tree | 78197fe0d7536748590a6454f5efc652ffaec2c3 /misc | |
parent | b5e8baa482fe73c07a0500c874e20930de48abc0 (diff) | |
download | freebsd-ports-gnome-7d6659e80aabb97b6e728bb888dfe452d33f5f75.tar.gz freebsd-ports-gnome-7d6659e80aabb97b6e728bb888dfe452d33f5f75.tar.zst freebsd-ports-gnome-7d6659e80aabb97b6e728bb888dfe452d33f5f75.zip |
- Update xfce4-weather-plugin to 0.9.0
- Ths new version has been ported to GTK 3
- Minor whitespace changes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/xfce4-weather-plugin/Makefile | 10 | ||||
-rw-r--r-- | misc/xfce4-weather-plugin/distinfo | 6 | ||||
-rw-r--r-- | misc/xfce4-weather-plugin/pkg-descr | 2 |
3 files changed, 9 insertions, 9 deletions
diff --git a/misc/xfce4-weather-plugin/Makefile b/misc/xfce4-weather-plugin/Makefile index ff1f207b849d..0d638d41ecc9 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.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 diff --git a/misc/xfce4-weather-plugin/distinfo b/misc/xfce4-weather-plugin/distinfo index 9c81ba7bbaf3..1d321ab08f64 100644 --- a/misc/xfce4-weather-plugin/distinfo +++ b/misc/xfce4-weather-plugin/distinfo @@ -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 diff --git a/misc/xfce4-weather-plugin/pkg-descr b/misc/xfce4-weather-plugin/pkg-descr index 9fbe4e01cf7e..9b31908ee3ea 100644 --- a/misc/xfce4-weather-plugin/pkg-descr +++ b/misc/xfce4-weather-plugin/pkg-descr @@ -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 |