Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Oct 2017 13:22:31 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r452708 - in branches/2017Q4/misc/xfce4-weather-plugin: . files
Message-ID:  <201710231322.v9NDMVE6065630@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Mon Oct 23 13:22:31 2017
New Revision: 452708
URL: https://svnweb.freebsd.org/changeset/ports/452708

Log:
  MFH: r451735
  
  Import xfce4-weather-plugin upstream patch required to make location
  search work after external site added additional requirement.
  
  PR:		222909
  Submitted by:	Olivier Duchateau <duchateau.olivier@gmail.com>
  Obtained from:	https://git.xfce.org/panel-plugins/xfce4-weather-plugin/commit/?id=7c976663e8790e5b06ca31a4a3165b11aeb89f11
  
  Approved by:	ports-secteam (swills)

Added:
  branches/2017Q4/misc/xfce4-weather-plugin/files/
     - copied from r451735, head/misc/xfce4-weather-plugin/files/
Modified:
  branches/2017Q4/misc/xfce4-weather-plugin/Makefile
Directory Properties:
  branches/2017Q4/   (props changed)

Modified: branches/2017Q4/misc/xfce4-weather-plugin/Makefile
==============================================================================
--- branches/2017Q4/misc/xfce4-weather-plugin/Makefile	Mon Oct 23 13:19:35 2017	(r452707)
+++ branches/2017Q4/misc/xfce4-weather-plugin/Makefile	Mon Oct 23 13:22:31 2017	(r452708)
@@ -3,6 +3,7 @@
 
 PORTNAME=	xfce4-weather-plugin
 PORTVERSION=	0.8.9
+PORTREVISION=	1
 CATEGORIES=	misc xfce geography
 MASTER_SITES=	XFCE/src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
 DIST_SUBDIR=	xfce4
@@ -17,12 +18,13 @@ LIB_DEPENDS=	libsoup-2.4.so:devel/libsoup \
 	libfontconfig.so:x11-fonts/fontconfig \
 	libfreetype.so:print/freetype2
 
-GNU_CONFIGURE=	yes
-INSTALLS_ICONS=	yes
-INSTALL_TARGET=	install-strip
 USES=		gettext gmake libtool pkgconfig xfce tar:bzip2
+GNU_CONFIGURE=	yes
 USE_GNOME=	glib20 gtk20 intltool intlhack libxml2 cairo
 USE_XFCE=	panel
+INSTALLS_ICONS=	yes
+USE_LDCONFIG=	yes
+INSTALL_TARGET=	install-strip
 
 OPTIONS_DEFINE=	UPOWER
 UPOWER_DESC=	Power management tasks



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