Date: Sun, 13 Nov 2016 22:14:50 +0000 (UTC) From: Danilo Egea Gondolfo <danilo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426065 - head/sysutils/xfce4-diskperf-plugin Message-ID: <201611132214.uADMEoRf027983@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danilo Date: Sun Nov 13 22:14:49 2016 New Revision: 426065 URL: https://svnweb.freebsd.org/changeset/ports/426065 Log: - Update to 2.6.0 - Add LICENSE - Sort USES - Adjust dependencies, now it depends of Gtk3 PR: 213986 Submitted by: olivierd Modified: head/sysutils/xfce4-diskperf-plugin/Makefile head/sysutils/xfce4-diskperf-plugin/distinfo head/sysutils/xfce4-diskperf-plugin/pkg-plist Modified: head/sysutils/xfce4-diskperf-plugin/Makefile ============================================================================== --- head/sysutils/xfce4-diskperf-plugin/Makefile Sun Nov 13 21:43:32 2016 (r426064) +++ head/sysutils/xfce4-diskperf-plugin/Makefile Sun Nov 13 22:14:49 2016 (r426065) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= xfce4-diskperf-plugin -PORTVERSION= 2.5.5 -PORTREVISION= 1 +PORTVERSION= 2.6.0 CATEGORIES= sysutils xfce MASTER_SITES= XFCE/src/panel-plugins/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 @@ -11,11 +10,14 @@ DIST_SUBDIR= xfce4 MAINTAINER= danilo@FreeBSD.org COMMENT= Graphical representation of the disk IO +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING + GNU_CONFIGURE= yes INSTALLS_ICONS= yes INSTALL_TARGET= install-strip -USES= gmake libtool pkgconfig gettext-tools xfce tar:bzip2 -USE_GNOME= gtk20 intltool intlhack +USES= gettext-tools gmake libtool pkgconfig tar:bzip2 xfce:gtk3 +USE_GNOME= gtk30 intltool cairo USE_XFCE= panel LIBS+= -ldevstat Modified: head/sysutils/xfce4-diskperf-plugin/distinfo ============================================================================== --- head/sysutils/xfce4-diskperf-plugin/distinfo Sun Nov 13 21:43:32 2016 (r426064) +++ head/sysutils/xfce4-diskperf-plugin/distinfo Sun Nov 13 22:14:49 2016 (r426065) @@ -1,2 +1,3 @@ -SHA256 (xfce4/xfce4-diskperf-plugin-2.5.5.tar.bz2) = cbeb0c00f97362eef3f135afb77947aef73e938bae0386250a122ac6644b521b -SIZE (xfce4/xfce4-diskperf-plugin-2.5.5.tar.bz2) = 321446 +TIMESTAMP = 1478018688 +SHA256 (xfce4/xfce4-diskperf-plugin-2.6.0.tar.bz2) = 4897f34ccd8c3d050f8d2d95652af6ab740a670a108bf01f582945779305900e +SIZE (xfce4/xfce4-diskperf-plugin-2.6.0.tar.bz2) = 322865 Modified: head/sysutils/xfce4-diskperf-plugin/pkg-plist ============================================================================== --- head/sysutils/xfce4-diskperf-plugin/pkg-plist Sun Nov 13 21:43:32 2016 (r426064) +++ head/sysutils/xfce4-diskperf-plugin/pkg-plist Sun Nov 13 22:14:49 2016 (r426065) @@ -1,9 +1,9 @@ lib/xfce4/panel/plugins/libdiskperf.so %%NLS%%share/locale/ar/LC_MESSAGES/xfce4-diskperf-plugin.mo %%NLS%%share/locale/ast/LC_MESSAGES/xfce4-diskperf-plugin.mo +%%NLS%%share/locale/bg/LC_MESSAGES/xfce4-diskperf-plugin.mo %%NLS%%share/locale/ca/LC_MESSAGES/xfce4-diskperf-plugin.mo %%NLS%%share/locale/cs/LC_MESSAGES/xfce4-diskperf-plugin.mo -%%NLS%%share/locale/bg/LC_MESSAGES/xfce4-diskperf-plugin.mo %%NLS%%share/locale/da/LC_MESSAGES/xfce4-diskperf-plugin.mo %%NLS%%share/locale/de/LC_MESSAGES/xfce4-diskperf-plugin.mo %%NLS%%share/locale/el/LC_MESSAGES/xfce4-diskperf-plugin.mo @@ -13,9 +13,11 @@ lib/xfce4/panel/plugins/libdiskperf.so %%NLS%%share/locale/eu/LC_MESSAGES/xfce4-diskperf-plugin.mo %%NLS%%share/locale/fr/LC_MESSAGES/xfce4-diskperf-plugin.mo %%NLS%%share/locale/gl/LC_MESSAGES/xfce4-diskperf-plugin.mo +%%NLS%%share/locale/he/LC_MESSAGES/xfce4-diskperf-plugin.mo %%NLS%%share/locale/hr/LC_MESSAGES/xfce4-diskperf-plugin.mo %%NLS%%share/locale/hu/LC_MESSAGES/xfce4-diskperf-plugin.mo %%NLS%%share/locale/id/LC_MESSAGES/xfce4-diskperf-plugin.mo +%%NLS%%share/locale/is/LC_MESSAGES/xfce4-diskperf-plugin.mo %%NLS%%share/locale/it/LC_MESSAGES/xfce4-diskperf-plugin.mo %%NLS%%share/locale/ja/LC_MESSAGES/xfce4-diskperf-plugin.mo %%NLS%%share/locale/ko/LC_MESSAGES/xfce4-diskperf-plugin.mo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611132214.uADMEoRf027983>