diff options
author | olivierd <olivierd@FreeBSD.org> | 2016-06-21 11:39:35 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2016-06-21 11:39:35 +0800 |
commit | ac80295952470e78cdcaf89be23640821b73776d (patch) | |
tree | c87abaa26e44294b74db7d2235eb0d7e5934b95e /math/xfce4-calculator-plugin | |
parent | 893b497b64dd96d1295e593a9cb767b4ed40ec38 (diff) | |
download | freebsd-ports-gnome-ac80295952470e78cdcaf89be23640821b73776d.tar.gz freebsd-ports-gnome-ac80295952470e78cdcaf89be23640821b73776d.tar.zst freebsd-ports-gnome-ac80295952470e78cdcaf89be23640821b73776d.zip |
Update to 0.6.0
Diffstat (limited to 'math/xfce4-calculator-plugin')
-rw-r--r-- | math/xfce4-calculator-plugin/Makefile | 7 | ||||
-rw-r--r-- | math/xfce4-calculator-plugin/distinfo | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/math/xfce4-calculator-plugin/Makefile b/math/xfce4-calculator-plugin/Makefile index 3676c7e2b1d0..78b2b5ab125f 100644 --- a/math/xfce4-calculator-plugin/Makefile +++ b/math/xfce4-calculator-plugin/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xfce4-calculator-plugin -PORTVERSION= 0.5.2 +PORTVERSION= 0.6.0 CATEGORIES= math xfce MASTER_SITES= XFCE/src/panel-plugins/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 @@ -12,9 +12,12 @@ COMMENT= Simple calculator for the Xfce panel LICENSE= GPLv2 +LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 + USES= gmake gettext-tools libtool pkgconfig tar:bz2 xfce GNU_CONFIGURE= yes -USE_GNOME= gtk20 intltool intlhack +USE_GNOME= gtk20 cairo intltool intlhack USE_XFCE= panel USE_XORG= x11 INSTALLS_ICONS= yes diff --git a/math/xfce4-calculator-plugin/distinfo b/math/xfce4-calculator-plugin/distinfo index a9d75c72d14c..7bbf3fa6ed0b 100644 --- a/math/xfce4-calculator-plugin/distinfo +++ b/math/xfce4-calculator-plugin/distinfo @@ -1,2 +1,3 @@ -SHA256 (xfce4/xfce4-calculator-plugin-0.5.2.tar.bz2) = 174fe52d08e9e69bc80d60ccfec3ccd54635b20a1fcb24a5c7521dc1c33a0834 -SIZE (xfce4/xfce4-calculator-plugin-0.5.2.tar.bz2) = 376725 +TIMESTAMP = 1466486559 +SHA256 (xfce4/xfce4-calculator-plugin-0.6.0.tar.bz2) = eb51765580ea4650f9cf062382a820fb6483ee5dbe003aeb6f063929e299f9c2 +SIZE (xfce4/xfce4-calculator-plugin-0.6.0.tar.bz2) = 386342 |