From owner-svn-ports-head@FreeBSD.ORG Thu Oct 24 05:05:39 2013 Return-Path: Delivered-To: svn-ports-head@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 0D2C757E; Thu, 24 Oct 2013 05:05:39 +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 EF0CB290A; Thu, 24 Oct 2013 05:05:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9O55c9Y011956; Thu, 24 Oct 2013 05:05:38 GMT (envelope-from olivierd@svn.freebsd.org) Received: (from olivierd@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9O55cig011952; Thu, 24 Oct 2013 05:05:38 GMT (envelope-from olivierd@svn.freebsd.org) Message-Id: <201310240505.r9O55cig011952@svn.freebsd.org> From: Olivier Duchateau Date: Thu, 24 Oct 2013 05:05:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r331462 - in head/devel/thunar-vcs-plugin: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Oct 2013 05:05:39 -0000 Author: olivierd Date: Thu Oct 24 05:05:37 2013 New Revision: 331462 URL: http://svnweb.freebsd.org/changeset/ports/331462 Log: - Support STAGEDIR - Switch to USES= gmake - Convert to new LIB_DEPENDS format - Fix NLS, when it's unset - Replace 'Subversion' by generic name, 'Version Control System' in COMMENT entry (it supports subversion and git) Approved by: Sergey V. Dyatko (maintainer) Added: head/devel/thunar-vcs-plugin/files/ head/devel/thunar-vcs-plugin/files/patch-configure (contents, props changed) Modified: head/devel/thunar-vcs-plugin/Makefile head/devel/thunar-vcs-plugin/pkg-descr (contents, props changed) head/devel/thunar-vcs-plugin/pkg-plist (contents, props changed) Modified: head/devel/thunar-vcs-plugin/Makefile ============================================================================== --- head/devel/thunar-vcs-plugin/Makefile Thu Oct 24 04:56:46 2013 (r331461) +++ head/devel/thunar-vcs-plugin/Makefile Thu Oct 24 05:05:37 2013 (r331462) @@ -10,16 +10,15 @@ MASTER_SITE_SUBDIR= src/thunar-plugins/$ DIST_SUBDIR= xfce4 MAINTAINER= sergey.dyatko@gmail.com -COMMENT= Subversion plugin for Thunar +COMMENT= Version Control System plugin for Thunar USE_AUTOTOOLS= libtool USE_BZIP2= yes -USE_GMAKE= yes GNU_CONFIGURE= yes USE_GNOME= gtk20 glib20 intltool intlhack USE_XFCE= configenv libexo libutil thunar INSTALLS_ICONS= yes -USES= pkgconfig pathfix +USES= pkgconfig gmake LDFLAGS+= -L${LOCALBASE}/lib @@ -27,7 +26,6 @@ OPTIONS_DEFINE= NLS GIT SVN OPTIONS_DEFAULT= SVN GIT_DESC= Git support -NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} @@ -49,7 +47,7 @@ PLIST_SUB+= GIT="@comment " .endif .if ${PORT_OPTIONS:MSVN} -LIB_DEPENDS+= svn_client-1:${PORTSDIR}/devel/subversion +LIB_DEPENDS+= libsvn_client-1.so:${PORTSDIR}/devel/subversion CONFIGURE_ARGS+=--enable-subversion PLIST_SUB+= SVN="" .else Added: head/devel/thunar-vcs-plugin/files/patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/thunar-vcs-plugin/files/patch-configure Thu Oct 24 05:05:37 2013 (r331462) @@ -0,0 +1,11 @@ +--- ./configure.orig 2011-03-20 12:30:24.000000000 +0000 ++++ ./configure 2013-10-23 18:05:44.000000000 +0000 +@@ -12997,7 +12997,7 @@ + + fi + fi +- USE_NLS=yes ++ #USE_NLS=yes + + + gt_cv_have_gettext=no Modified: head/devel/thunar-vcs-plugin/pkg-descr ============================================================================== --- head/devel/thunar-vcs-plugin/pkg-descr Thu Oct 24 04:56:46 2013 (r331461) +++ head/devel/thunar-vcs-plugin/pkg-descr Thu Oct 24 05:05:37 2013 (r331462) @@ -1,5 +1,5 @@ The Thunar VCS Plugin adds Subversion and Git actions to the context menu of -thunar. +Thunar. The current features are: Most of the svn action: add, blame, checkout, cleanup, commit, copy, delete, Modified: head/devel/thunar-vcs-plugin/pkg-plist ============================================================================== --- head/devel/thunar-vcs-plugin/pkg-plist Thu Oct 24 04:56:46 2013 (r331461) +++ head/devel/thunar-vcs-plugin/pkg-plist Thu Oct 24 05:05:37 2013 (r331462) @@ -32,5 +32,3 @@ share/icons/hicolor/48x48/apps/subversio %%NLS%%@dirrmtry share/locale/ur/LC_MESSAGES %%NLS%%@dirrmtry share/locale/ur @dirrmtry lib/thunarx-2 -@exec %%LOCALBASE%%/bin/update-desktop-database >/dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database >/dev/null || /usr/bin/true