From owner-svn-ports-all@FreeBSD.ORG Sat Jul 5 14:11:33 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2BF41B5B; Sat, 5 Jul 2014 14:11:33 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F37BD2D63; Sat, 5 Jul 2014 14:11:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s65EBWpt068987; Sat, 5 Jul 2014 14:11:32 GMT (envelope-from tijl@svn.freebsd.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s65EBWUG068984; Sat, 5 Jul 2014 14:11:32 GMT (envelope-from tijl@svn.freebsd.org) Message-Id: <201407051411.s65EBWUG068984@svn.freebsd.org> From: Tijl Coosemans Date: Sat, 5 Jul 2014 14:11:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360742 - head/sysutils/xfce4-systemload-plugin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 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: Sat, 05 Jul 2014 14:11:33 -0000 Author: tijl Date: Sat Jul 5 14:11:32 2014 New Revision: 360742 URL: http://svnweb.freebsd.org/changeset/ports/360742 QAT: https://qat.redports.org/buildarchive/r360742/ Log: - USES=libtool tar:bzip2 - Add INSTALL_TARGET=install-strip - Use option helpers Modified: head/sysutils/xfce4-systemload-plugin/Makefile head/sysutils/xfce4-systemload-plugin/pkg-plist Modified: head/sysutils/xfce4-systemload-plugin/Makefile ============================================================================== --- head/sysutils/xfce4-systemload-plugin/Makefile Sat Jul 5 14:09:49 2014 (r360741) +++ head/sysutils/xfce4-systemload-plugin/Makefile Sat Jul 5 14:11:32 2014 (r360742) @@ -3,7 +3,7 @@ PORTNAME= xfce4-systemload-plugin PORTVERSION= 1.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR= src/panel-plugins/${PORTNAME}/${PORTVERSION:R} @@ -17,23 +17,16 @@ LICENSE= BSD LIB_DEPENDS= libupower-glib.so:${PORTSDIR}/sysutils/upower GNU_CONFIGURE= yes -USE_BZIP2= yes +INSTALL_TARGET= install-strip +USES= gmake libtool pkgconfig tar:bzip2 USE_GNOME= gtk20 intltool intlhack USE_XFCE= configenv libmenu libutil panel -USES= pkgconfig gmake OPTIONS_DEFINE= NLS -OPTIONS_DEFAULT= NLS +OPTIONS_DEFAULT=NLS +OPTIONS_SUB= yes -.include - -.if ${PORT_OPTIONS:MNLS} -USES+= gettext -CONFIGURE_ARGS+=--enable-nls -PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS+=--disable-nls -PLIST_SUB+= NLS="@comment " -.endif +NLS_CONFIGURE_ENABLE= nls +NLS_USES= gettext .include Modified: head/sysutils/xfce4-systemload-plugin/pkg-plist ============================================================================== --- head/sysutils/xfce4-systemload-plugin/pkg-plist Sat Jul 5 14:09:49 2014 (r360741) +++ head/sysutils/xfce4-systemload-plugin/pkg-plist Sat Jul 5 14:11:32 2014 (r360742) @@ -1,4 +1,3 @@ -lib/xfce4/panel/plugins/libsystemload.la lib/xfce4/panel/plugins/libsystemload.so %%NLS%%share/locale/ar/LC_MESSAGES/xfce4-systemload-plugin.mo %%NLS%%share/locale/ast/LC_MESSAGES/xfce4-systemload-plugin.mo