Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Jul 2014 09:35:27 +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: r362197 - head/misc/xfce4-weather-plugin
Message-ID:  <201407180935.s6I9ZRJG058015@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Fri Jul 18 09:35:26 2014
New Revision: 362197
URL: http://svnweb.freebsd.org/changeset/ports/362197
QAT: https://qat.redports.org/buildarchive/r362197/

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

Modified:
  head/misc/xfce4-weather-plugin/Makefile
  head/misc/xfce4-weather-plugin/pkg-plist

Modified: head/misc/xfce4-weather-plugin/Makefile
==============================================================================
--- head/misc/xfce4-weather-plugin/Makefile	Fri Jul 18 09:26:39 2014	(r362196)
+++ head/misc/xfce4-weather-plugin/Makefile	Fri Jul 18 09:35:26 2014	(r362197)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xfce4-weather-plugin
 PORTVERSION=	0.8.3
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	misc xfce geography
 MASTER_SITES=	${MASTER_SITE_XFCE}
 MASTER_SITE_SUBDIR=src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
@@ -18,8 +18,8 @@ LIB_DEPENDS=	libsoup-2.4.so:${PORTSDIR}/
 
 GNU_CONFIGURE=	yes
 INSTALLS_ICONS=	yes
-USES=		pkgconfig gettext gmake
-USE_BZIP2=	yes
+INSTALL_TARGET=	install-strip
+USES=		gettext gmake libtool pkgconfig tar:bzip2
 USE_GNOME=	glib20 gtk20 intltool intlhack libxml2
 USE_XFCE=	configenv libmenu libutil panel
 

Modified: head/misc/xfce4-weather-plugin/pkg-plist
==============================================================================
--- head/misc/xfce4-weather-plugin/pkg-plist	Fri Jul 18 09:26:39 2014	(r362196)
+++ head/misc/xfce4-weather-plugin/pkg-plist	Fri Jul 18 09:35:26 2014	(r362197)
@@ -1,4 +1,3 @@
-lib/xfce4/panel/plugins/libweather.la
 lib/xfce4/panel/plugins/libweather.so
 share/icons/hicolor/48x48/apps/xfce4-weather.png
 share/locale/ar/LC_MESSAGES/xfce4-weather-plugin.mo



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