svn commit: r360743 - head/sysutils/xfce4-genmon-plugin
Tijl Coosemans
tijl at FreeBSD.org
Sat Jul 5 14:12:42 UTC 2014
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
More information about the svn-ports-head
mailing list