From owner-svn-ports-head@FreeBSD.ORG Thu Jan 30 14:24:56 2014 Return-Path: Delivered-To: svn-ports-head@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 E6C81167; Thu, 30 Jan 2014 14:24:56 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D299211AA; Thu, 30 Jan 2014 14:24:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0UEOu0T077383; Thu, 30 Jan 2014 14:24:56 GMT (envelope-from olivierd@svn.freebsd.org) Received: (from olivierd@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0UEOuwV077381; Thu, 30 Jan 2014 14:24:56 GMT (envelope-from olivierd@svn.freebsd.org) Message-Id: <201401301424.s0UEOuwV077381@svn.freebsd.org> From: Olivier Duchateau Date: Thu, 30 Jan 2014 14:24:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341841 - head/sysutils/xfce4-genmon-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-head@freebsd.org X-Mailman-Version: 2.1.17 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: Thu, 30 Jan 2014 14:24:57 -0000 Author: olivierd Date: Thu Jan 30 14:24:56 2014 New Revision: 341841 URL: http://svnweb.freebsd.org/changeset/ports/341841 QAT: https://qat.redports.org/buildarchive/r341841/ Log: - Remove USES= pathfix - Add LICENSE - Remove 'Author' in pkg-descr Modified: head/sysutils/xfce4-genmon-plugin/Makefile head/sysutils/xfce4-genmon-plugin/pkg-descr Modified: head/sysutils/xfce4-genmon-plugin/Makefile ============================================================================== --- head/sysutils/xfce4-genmon-plugin/Makefile Thu Jan 30 14:24:18 2014 (r341840) +++ head/sysutils/xfce4-genmon-plugin/Makefile Thu Jan 30 14:24:56 2014 (r341841) @@ -12,9 +12,11 @@ DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Generic Monitor Xfce4 panel plugin +LICENSE= LGPL21 + GNU_CONFIGURE= yes USE_BZIP2= yes -USES= pathfix gettext pkgconfig gmake +USES= gettext pkgconfig gmake USE_GNOME= gtk20 intltool intlhack USE_XFCE= configenv libmenu panel Modified: head/sysutils/xfce4-genmon-plugin/pkg-descr ============================================================================== --- head/sysutils/xfce4-genmon-plugin/pkg-descr Thu Jan 30 14:24:18 2014 (r341840) +++ head/sysutils/xfce4-genmon-plugin/pkg-descr Thu Jan 30 14:24:56 2014 (r341841) @@ -1,5 +1,4 @@ The GenMon plugin cyclically spawns the indicated script/program, captures its output and displays it as a string into the panel. -Author: Roger Seguin WWW: http://goodies.xfce.org/projects/panel-plugins/xfce4-genmon-plugin