svn commit: r360745 - head/sysutils/xfce4-cpugraph-plugin
Tijl Coosemans
tijl at FreeBSD.org
Sat Jul 5 14:15:24 UTC 2014
Author: tijl
Date: Sat Jul 5 14:15:23 2014
New Revision: 360745
URL: http://svnweb.freebsd.org/changeset/ports/360745
QAT: https://qat.redports.org/buildarchive/r360745/
Log:
- USES=libtool tar:bzip2
- Add INSTALL_TARGET=install-strip
Modified:
head/sysutils/xfce4-cpugraph-plugin/Makefile
head/sysutils/xfce4-cpugraph-plugin/pkg-plist
Modified: head/sysutils/xfce4-cpugraph-plugin/Makefile
==============================================================================
--- head/sysutils/xfce4-cpugraph-plugin/Makefile Sat Jul 5 14:13:29 2014 (r360744)
+++ head/sysutils/xfce4-cpugraph-plugin/Makefile Sat Jul 5 14:15:23 2014 (r360745)
@@ -3,7 +3,7 @@
PORTNAME= xfce4-cpugraph-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}
@@ -15,11 +15,11 @@ COMMENT= Graphical representation of the
LICENSE= GPLv2
GNU_CONFIGURE= yes
-USE_BZIP2= yes
+INSTALLS_ICONS= yes
+INSTALL_TARGET= install-strip
+USES= gmake libtool pkgconfig tar:bzip2
USE_GNOME= gtk20 intltool intlhack
USE_XFCE= configenv libmenu panel
-INSTALLS_ICONS= yes
-USES= pkgconfig gmake
OPTIONS_DEFINE= NLS
OPTIONS_DEFAULT= NLS
Modified: head/sysutils/xfce4-cpugraph-plugin/pkg-plist
==============================================================================
--- head/sysutils/xfce4-cpugraph-plugin/pkg-plist Sat Jul 5 14:13:29 2014 (r360744)
+++ head/sysutils/xfce4-cpugraph-plugin/pkg-plist Sat Jul 5 14:15:23 2014 (r360745)
@@ -1,4 +1,3 @@
-lib/xfce4/panel/plugins/libcpugraph.la
lib/xfce4/panel/plugins/libcpugraph.so
%%NLS%%share/locale/ar/LC_MESSAGES/xfce4-cpugraph-plugin.mo
%%NLS%%share/locale/ast/LC_MESSAGES/xfce4-cpugraph-plugin.mo
More information about the svn-ports-head
mailing list