svn commit: r341841 - head/sysutils/xfce4-genmon-plugin

Olivier Duchateau olivierd at FreeBSD.org
Thu Jan 30 14:24:57 UTC 2014


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 at 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 <roger_seguin at msn.com>
 WWW: http://goodies.xfce.org/projects/panel-plugins/xfce4-genmon-plugin


More information about the svn-ports-all mailing list