Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Jul 2014 14:12:42 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r360743 - head/sysutils/xfce4-genmon-plugin
Message-ID:  <201407051412.s65ECgRF070332@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Sat Jul  5 14:12:41 2014
New Revision: 360743
URL: http://svnweb.freebsd.org/changeset/ports/360743
QAT: https://qat.redports.org/buildarchive/r360743/

Log:
  - USES=libtool tar:bzip2
  - Add INSTALL_TARGET=install-strip

Modified:
  head/sysutils/xfce4-genmon-plugin/Makefile
  head/sysutils/xfce4-genmon-plugin/pkg-plist

Modified: head/sysutils/xfce4-genmon-plugin/Makefile
==============================================================================
--- head/sysutils/xfce4-genmon-plugin/Makefile	Sat Jul  5 14:11:32 2014	(r360742)
+++ head/sysutils/xfce4-genmon-plugin/Makefile	Sat Jul  5 14:12:41 2014	(r360743)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xfce4-genmon-plugin
 PORTVERSION=	3.4.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	sysutils xfce
 MASTER_SITES=	${MASTER_SITE_XFCE}
 MASTER_SITE_SUBDIR=	src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
@@ -15,8 +15,8 @@ COMMENT=	Generic Monitor Xfce4 panel plu
 LICENSE=	LGPL21
 
 GNU_CONFIGURE=	yes
-USE_BZIP2=	yes
-USES=		gettext pkgconfig gmake
+INSTALL_TARGET=	install-strip
+USES=		gettext gmake libtool pkgconfig tar:bzip2
 USE_GNOME=	gtk20 intltool intlhack
 USE_XFCE=	configenv libmenu panel
 

Modified: head/sysutils/xfce4-genmon-plugin/pkg-plist
==============================================================================
--- head/sysutils/xfce4-genmon-plugin/pkg-plist	Sat Jul  5 14:11:32 2014	(r360742)
+++ head/sysutils/xfce4-genmon-plugin/pkg-plist	Sat Jul  5 14:12:41 2014	(r360743)
@@ -1,4 +1,3 @@
-lib/xfce4/panel/plugins/libgenmon.la
 lib/xfce4/panel/plugins/libgenmon.so
 share/locale/ar/LC_MESSAGES/xfce4-genmon-plugin.mo
 share/locale/ast/LC_MESSAGES/xfce4-genmon-plugin.mo



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