From owner-svn-ports-all@FreeBSD.ORG Mon Oct 14 20:07:53 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 21379602; Mon, 14 Oct 2013 20:07:53 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F2F962387; Mon, 14 Oct 2013 20:07:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9EK7qKP026734; Mon, 14 Oct 2013 20:07:52 GMT (envelope-from olivierd@svn.freebsd.org) Received: (from olivierd@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9EK7qmW026729; Mon, 14 Oct 2013 20:07:52 GMT (envelope-from olivierd@svn.freebsd.org) Message-Id: <201310142007.r9EK7qmW026729@svn.freebsd.org> From: Olivier Duchateau Date: Mon, 14 Oct 2013 20:07:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330351 - head/x11-fm/thunar X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Oct 2013 20:07:53 -0000 Author: olivierd Date: Mon Oct 14 20:07:52 2013 New Revision: 330351 URL: http://svnweb.freebsd.org/changeset/ports/330351 Log: - Support STAGEDIR - Convert to new LIB_DEPENDS format Modified: head/x11-fm/thunar/Makefile head/x11-fm/thunar/pkg-plist Modified: head/x11-fm/thunar/Makefile ============================================================================== --- head/x11-fm/thunar/Makefile Mon Oct 14 20:03:16 2013 (r330350) +++ head/x11-fm/thunar/Makefile Mon Oct 14 20:07:52 2013 (r330351) @@ -11,7 +11,7 @@ DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Xfce file manager -LIB_DEPENDS= tumbler-1:${PORTSDIR}/deskutils/xfce4-tumbler +LIB_DEPENDS= libtumbler-1.so:${PORTSDIR}/deskutils/xfce4-tumbler GNU_CONFIGURE= yes INSTALLS_ICONS= yes @@ -39,13 +39,10 @@ PLUG_WALL_DESC= Wallpaper plugin CONFIGURE_ARGS+=--enable-gio-unix \ --disable-gudev -MAN1= Thunar.1 - -NO_STAGE= yes .include .if ${PORT_OPTIONS:MDBUS} -LIB_DEPENDS+= dbus-glib-1:${PORTSDIR}/devel/dbus-glib +LIB_DEPENDS+= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib CONFIGURE_ARGS+=--enable-dbus PLIST_SUB+= WITH_DBUS="" .else @@ -63,7 +60,7 @@ PLIST_SUB+= NLS="@comment " .endif .if ${PORT_OPTIONS:MNOTIFY} -LIB_DEPENDS+= notify:${PORTSDIR}/devel/libnotify +LIB_DEPENDS+= libnotify.so:${PORTSDIR}/devel/libnotify CONFIGURE_ARGS+=--enable-notifications .else CONFIGURE_ARGS+=--disable-notifications @@ -78,7 +75,7 @@ PLIST_SUB+= APIDOCS="@comment " .endif .if ${PORT_OPTIONS:MPLUG_APR} -LIB_DEPENDS+= exif:${PORTSDIR}/graphics/libexif +LIB_DEPENDS+= libexif.so:${PORTSDIR}/graphics/libexif CONFIGURE_ARGS+=--enable-apr-plugin --enable-exif PLIST_SUB+= PLUGIN_APR="" .else @@ -87,7 +84,7 @@ PLIST_SUB+= PLUGIN_APR="@comment " .endif .if ${PORT_OPTIONS:MPLUG_SBR} -LIB_DEPENDS+= pcre:${PORTSDIR}/devel/pcre +LIB_DEPENDS+= libpcre.so:${PORTSDIR}/devel/pcre CONFIGURE_ARGS+=--enable-sbr-plugin --enable-pcre PLIST_SUB+= PLUGIN_SBR="" .else @@ -121,7 +118,7 @@ PLIST_SUB+= PLUGIN_WALL="@comment " .endif .if ${PORT_OPTIONS:MSTARTUP} -LIB_DEPENDS+= startup-notification-1:${PORTSDIR}/x11/startup-notification +LIB_DEPENDS+= libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification CONFIGURE_ARGS+=--enable-startup-notification .else CONFIGURE_ARGS+=--disable-startup-notification Modified: head/x11-fm/thunar/pkg-plist ============================================================================== --- head/x11-fm/thunar/pkg-plist Mon Oct 14 20:03:16 2013 (r330350) +++ head/x11-fm/thunar/pkg-plist Mon Oct 14 20:07:52 2013 (r330351) @@ -29,6 +29,7 @@ lib/libthunarx-2.so.0 %%PLUGIN_TPA%%lib/xfce4/panel/plugins/libthunar-tpa.la %%PLUGIN_TPA%%lib/xfce4/panel/plugins/libthunar-tpa.so libdata/pkgconfig/thunarx-2.pc +man/man1/Thunar.1.gz share/Thunar/sendto/thunar-sendto-email.desktop share/applications/Thunar-bulk-rename.desktop share/applications/Thunar-folder-handler.desktop