svn commit: r362197 - head/misc/xfce4-weather-plugin

Tijl Coosemans tijl at FreeBSD.org
Fri Jul 18 09:35:27 UTC 2014


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


More information about the svn-ports-head mailing list