From owner-svn-ports-branches@freebsd.org Mon Oct 23 13:22:32 2017 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6EE57E4BA67; Mon, 23 Oct 2017 13:22:32 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3BC0F707E8; Mon, 23 Oct 2017 13:22:32 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9NDMV0o065631; Mon, 23 Oct 2017 13:22:31 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9NDMVE6065630; Mon, 23 Oct 2017 13:22:31 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201710231322.v9NDMVE6065630@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Mon, 23 Oct 2017 13:22:31 +0000 (UTC) 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 X-SVN-Group: ports-branches X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: in branches/2017Q4/misc/xfce4-weather-plugin: . files X-SVN-Commit-Revision: 452708 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Oct 2017 13:22:32 -0000 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 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