Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Jul 2012 21:41:19 +0000 (UTC)
From:      Olivier Duchateau <olivierd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r301044 - head/sysutils/xfce4-cpugraph-plugin
Message-ID:  <201207172141.q6HLfJeM098173@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
 
-.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 <bsd.port.post.mk>
+.include <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207172141.q6HLfJeM098173>