Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Jul 2014 18:39:10 +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: r360077 - head/x11/xfce4-embed-plugin
Message-ID:  <201407011839.s61IdARW027757@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Tue Jul  1 18:39:09 2014
New Revision: 360077
URL: http://svnweb.freebsd.org/changeset/ports/360077
QAT: https://qat.redports.org/buildarchive/r360077/

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

Modified:
  head/x11/xfce4-embed-plugin/Makefile
  head/x11/xfce4-embed-plugin/pkg-plist

Modified: head/x11/xfce4-embed-plugin/Makefile
==============================================================================
--- head/x11/xfce4-embed-plugin/Makefile	Tue Jul  1 18:37:04 2014	(r360076)
+++ head/x11/xfce4-embed-plugin/Makefile	Tue Jul  1 18:39:09 2014	(r360077)
@@ -3,6 +3,7 @@
 
 PORTNAME=	xfce4-embed-plugin
 PORTVERSION=	1.4.1
+PORTREVISION=	1
 CATEGORIES=	x11 xfce
 MASTER_SITES=	${MASTER_SITE_XFCE}
 MASTER_SITE_SUBDIR=	src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
@@ -13,10 +14,9 @@ COMMENT=	Embed arbitrary windows into th
 
 LICENSE=	GPLv2
 
-USE_BZIP2=	yes
-USE_AUTOTOOLS=	libtool
 GNU_CONFIGURE=	yes
-USES=	pkgconfig gmake
+INSTALL_TARGET=	install-strip
+USES=		gmake libtool pkgconfig tar:bzip2
 USE_XORG=	x11
 USE_GNOME=	glib20 gtk20 intltool intlhack
 USE_XFCE=	configenv libmenu libutil panel

Modified: head/x11/xfce4-embed-plugin/pkg-plist
==============================================================================
--- head/x11/xfce4-embed-plugin/pkg-plist	Tue Jul  1 18:37:04 2014	(r360076)
+++ head/x11/xfce4-embed-plugin/pkg-plist	Tue Jul  1 18:39:09 2014	(r360077)
@@ -1,5 +1,3 @@
-lib/xfce4/panel/plugins/libembed.a
-lib/xfce4/panel/plugins/libembed.la
 lib/xfce4/panel/plugins/libembed.so
 %%NLS%%share/locale/ar/LC_MESSAGES/xfce4-embed-plugin.mo
 %%NLS%%share/locale/ca/LC_MESSAGES/xfce4-embed-plugin.mo



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