Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Jul 2014 14:18:56 +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: r360747 - head/sysutils/xfce4-battery-plugin
Message-ID:  <201407051418.s65EIutg071760@svn.freebsd.org>

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

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

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

Modified: head/sysutils/xfce4-battery-plugin/Makefile
==============================================================================
--- head/sysutils/xfce4-battery-plugin/Makefile	Sat Jul  5 14:17:56 2014	(r360746)
+++ head/sysutils/xfce4-battery-plugin/Makefile	Sat Jul  5 14:18:56 2014	(r360747)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xfce4-battery-plugin
 PORTVERSION=	1.0.5
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	sysutils xfce
 MASTER_SITES=	${MASTER_SITE_XFCE}
 MASTER_SITE_SUBDIR=src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
@@ -17,11 +17,11 @@ LICENSE=	GPLv2
 ONLY_FOR_ARCHS=	i386 amd64
 
 GNU_CONFIGURE=	yes
-USE_BZIP2=	yes
+INSTALLS_ICONS=	yes
+INSTALL_TARGET=	install-strip
+USES=		gmake libtool pkgconfig tar:bzip2
 USE_GNOME=	gtk20 glib20 intltool intlhack
 USE_XFCE=	configenv libmenu libutil panel
-INSTALLS_ICONS=	yes
-USES=	pkgconfig gmake
 
 OPTIONS_DEFINE= NLS
 OPTIONS_DEFAULT=        NLS

Modified: head/sysutils/xfce4-battery-plugin/pkg-plist
==============================================================================
--- head/sysutils/xfce4-battery-plugin/pkg-plist	Sat Jul  5 14:17:56 2014	(r360746)
+++ head/sysutils/xfce4-battery-plugin/pkg-plist	Sat Jul  5 14:18:56 2014	(r360747)
@@ -1,4 +1,3 @@
-lib/xfce4/panel/plugins/libbattery.la
 lib/xfce4/panel/plugins/libbattery.so
 share/icons/hicolor/16x16/apps/xfce4-battery-critical-charging.png
 share/icons/hicolor/16x16/apps/xfce4-battery-critical.png



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