Date: Sat, 5 Jul 2014 14:13:30 +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: r360744 - head/sysutils/xfce4-fsguard-plugin Message-ID: <201407051413.s65EDU3f070565@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Sat Jul 5 14:13:29 2014 New Revision: 360744 URL: http://svnweb.freebsd.org/changeset/ports/360744 QAT: https://qat.redports.org/buildarchive/r360744/ Log: - USES=libtool tar:bzip2 - Add INSTALL_TARGET=install-strip Modified: head/sysutils/xfce4-fsguard-plugin/Makefile head/sysutils/xfce4-fsguard-plugin/pkg-plist Modified: head/sysutils/xfce4-fsguard-plugin/Makefile ============================================================================== --- head/sysutils/xfce4-fsguard-plugin/Makefile Sat Jul 5 14:12:41 2014 (r360743) +++ head/sysutils/xfce4-fsguard-plugin/Makefile Sat Jul 5 14:13:29 2014 (r360744) @@ -3,7 +3,7 @@ PORTNAME= xfce4-fsguard-plugin PORTVERSION= 1.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR= src/panel-plugins/${PORTNAME}/${PORTVERSION:R} @@ -13,12 +13,12 @@ MAINTAINER= xfce@FreeBSD.org COMMENT= Panel plugin which displays free space of mountpoint 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 libutil panel USE_XORG= x11 -USES= pkgconfig gmake OPTIONS_DEFINE= NLS Modified: head/sysutils/xfce4-fsguard-plugin/pkg-plist ============================================================================== --- head/sysutils/xfce4-fsguard-plugin/pkg-plist Sat Jul 5 14:12:41 2014 (r360743) +++ head/sysutils/xfce4-fsguard-plugin/pkg-plist Sat Jul 5 14:13:29 2014 (r360744) @@ -1,4 +1,3 @@ -lib/xfce4/panel/plugins/libfsguard.la lib/xfce4/panel/plugins/libfsguard.so share/icons/hicolor/16x16/apps/xfce4-fsguard-plugin-urgent.png share/icons/hicolor/16x16/apps/xfce4-fsguard-plugin-warning.png
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407051413.s65EDU3f070565>