From owner-svn-ports-head@FreeBSD.ORG Tue Jul 17 21:52:30 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AA5A1106564A; Tue, 17 Jul 2012 21:52:30 +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 7B3678FC0A; Tue, 17 Jul 2012 21:52:30 +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 q6HLqU5K099016; Tue, 17 Jul 2012 21:52:30 GMT (envelope-from olivierd@svn.freebsd.org) Received: (from olivierd@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q6HLqUaO099013; Tue, 17 Jul 2012 21:52:30 GMT (envelope-from olivierd@svn.freebsd.org) Message-Id: <201207172152.q6HLqUaO099013@svn.freebsd.org> From: Olivier Duchateau Date: Tue, 17 Jul 2012 21:52:30 +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: r301045 - head/sysutils/xfce4-battery-plugin X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jul 2012 21:52:30 -0000 Author: olivierd Date: Tue Jul 17 21:52:29 2012 New Revision: 301045 URL: http://svn.freebsd.org/changeset/ports/301045 Log: - Update to 1.0.5 - Convert to new options framework Submitted by: myself Approved by: miwi, rene (mentors) Modified: head/sysutils/xfce4-battery-plugin/Makefile head/sysutils/xfce4-battery-plugin/distinfo Modified: head/sysutils/xfce4-battery-plugin/Makefile ============================================================================== --- head/sysutils/xfce4-battery-plugin/Makefile Tue Jul 17 21:41:19 2012 (r301044) +++ head/sysutils/xfce4-battery-plugin/Makefile Tue Jul 17 21:52:29 2012 (r301045) @@ -6,8 +6,7 @@ # PORTNAME= xfce4-battery-plugin -PORTVERSION= 1.0.4 -PORTREVISION= 1 +PORTVERSION= 1.0.5 CATEGORIES= sysutils xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR=src/panel-plugins/${PORTNAME}/${PORTVERSION:R} @@ -25,11 +24,12 @@ USE_GNOME= gnomehack gtk20 glib20 intlto USE_XFCE= configenv libmenu libutil 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="" @@ -38,4 +38,4 @@ CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .endif -.include +.include Modified: head/sysutils/xfce4-battery-plugin/distinfo ============================================================================== --- head/sysutils/xfce4-battery-plugin/distinfo Tue Jul 17 21:41:19 2012 (r301044) +++ head/sysutils/xfce4-battery-plugin/distinfo Tue Jul 17 21:52:29 2012 (r301045) @@ -1,2 +1,2 @@ -SHA256 (xfce4/xfce4-battery-plugin-1.0.4.tar.bz2) = 2682d634f30511d09e65f70b3cb3bd7748cc684a745a252c47c4118b3adf6dd6 -SIZE (xfce4/xfce4-battery-plugin-1.0.4.tar.bz2) = 402261 +SHA256 (xfce4/xfce4-battery-plugin-1.0.5.tar.bz2) = f659b1af40ab72c93448affaa693ab551827a5600ce9b97a799b7c2419bdeb11 +SIZE (xfce4/xfce4-battery-plugin-1.0.5.tar.bz2) = 403505