From owner-svn-ports-all@FreeBSD.ORG Tue Jul 17 21:41:20 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 40C4A106564A; Tue, 17 Jul 2012 21:41:20 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 1175A8FC0C; Tue, 17 Jul 2012 21:41:20 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q6HLfJBT098177; Tue, 17 Jul 2012 21:41:19 GMT (envelope-from olivierd@svn.freebsd.org) Received: (from olivierd@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q6HLfJeM098173; Tue, 17 Jul 2012 21:41:19 GMT (envelope-from olivierd@svn.freebsd.org) Message-Id: <201207172141.q6HLfJeM098173@svn.freebsd.org> From: Olivier Duchateau Date: Tue, 17 Jul 2012 21:41:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r301044 - head/sysutils/xfce4-cpugraph-plugin X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jul 2012 21:41:20 -0000 Author: olivierd Date: Tue Jul 17 21:41:19 2012 New Revision: 301044 URL: http://svn.freebsd.org/changeset/ports/301044 Log: - Update to 1.0.5 - Convert to new options framework Submitted by: myself Approved by: miwi, rene (mentors) Modified: head/sysutils/xfce4-cpugraph-plugin/Makefile head/sysutils/xfce4-cpugraph-plugin/distinfo head/sysutils/xfce4-cpugraph-plugin/pkg-plist Modified: head/sysutils/xfce4-cpugraph-plugin/Makefile ============================================================================== --- head/sysutils/xfce4-cpugraph-plugin/Makefile Tue Jul 17 21:26:28 2012 (r301043) +++ head/sysutils/xfce4-cpugraph-plugin/Makefile Tue Jul 17 21:41:19 2012 (r301044) @@ -6,8 +6,7 @@ # PORTNAME= xfce4-cpugraph-plugin -PORTVERSION= 1.0.2 -PORTREVISION= 1 +PORTVERSION= 1.0.5 CATEGORIES= sysutils xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR= src/panel-plugins/${PORTNAME}/${PORTVERSION:R} @@ -23,11 +22,12 @@ USE_GNOME= gnomehack gtk20 intltool intl USE_XFCE= configenv libmenu panel INSTALLS_ICONS= yes -OPTIONS= NLS "Enable Native Language Support" on +OPTIONS_DEFINE= NLS +OPTIONS_DEFAULT= NLS -.include +.include -.if !defined(WITHOUT_NLS) +.if ${PORT_OPTIONS:MNLS} USE_GETTEXT= yes CONFIGURE_ARGS+=--enable-nls PLIST_SUB+= NLS="" @@ -36,4 +36,4 @@ CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .endif -.include +.include Modified: head/sysutils/xfce4-cpugraph-plugin/distinfo ============================================================================== --- head/sysutils/xfce4-cpugraph-plugin/distinfo Tue Jul 17 21:26:28 2012 (r301043) +++ head/sysutils/xfce4-cpugraph-plugin/distinfo Tue Jul 17 21:41:19 2012 (r301044) @@ -1,2 +1,2 @@ -SHA256 (xfce4/xfce4-cpugraph-plugin-1.0.2.tar.bz2) = b535a9c3d105c0d1597fa4071fe140912bb483c4401c84ad178531fc85de0577 -SIZE (xfce4/xfce4-cpugraph-plugin-1.0.2.tar.bz2) = 324877 +SHA256 (xfce4/xfce4-cpugraph-plugin-1.0.5.tar.bz2) = 85da0ec89aacfd31e0bbafcefea37cdca618d62e681c1c9da8bdd492f028f4c7 +SIZE (xfce4/xfce4-cpugraph-plugin-1.0.5.tar.bz2) = 328972 Modified: head/sysutils/xfce4-cpugraph-plugin/pkg-plist ============================================================================== --- head/sysutils/xfce4-cpugraph-plugin/pkg-plist Tue Jul 17 21:26:28 2012 (r301043) +++ head/sysutils/xfce4-cpugraph-plugin/pkg-plist Tue Jul 17 21:41:19 2012 (r301044) @@ -14,6 +14,7 @@ lib/xfce4/panel/plugins/libcpugraph.so %%NLS%%share/locale/fi/LC_MESSAGES/xfce4-cpugraph-plugin.mo %%NLS%%share/locale/fr/LC_MESSAGES/xfce4-cpugraph-plugin.mo %%NLS%%share/locale/gl/LC_MESSAGES/xfce4-cpugraph-plugin.mo +%%NLS%%share/locale/hr/LC_MESSAGES/xfce4-cpugraph-plugin.mo %%NLS%%share/locale/hu/LC_MESSAGES/xfce4-cpugraph-plugin.mo %%NLS%%share/locale/id/LC_MESSAGES/xfce4-cpugraph-plugin.mo %%NLS%%share/locale/it/LC_MESSAGES/xfce4-cpugraph-plugin.mo