From owner-svn-ports-all@FreeBSD.ORG Thu Jun 26 16:45:48 2014 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 ESMTPS id 372C88B0; Thu, 26 Jun 2014 16:45:48 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 244372FAF; Thu, 26 Jun 2014 16:45:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5QGjm8H088907; Thu, 26 Jun 2014 16:45:48 GMT (envelope-from olivierd@svn.freebsd.org) Received: (from olivierd@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5QGjlQ4088905; Thu, 26 Jun 2014 16:45:47 GMT (envelope-from olivierd@svn.freebsd.org) Message-Id: <201406261645.s5QGjlQ4088905@svn.freebsd.org> From: Olivier Duchateau Date: Thu, 26 Jun 2014 16:45:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359396 - head/devel/thunar-vcs-plugin 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.18 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: Thu, 26 Jun 2014 16:45:48 -0000 Author: olivierd Date: Thu Jun 26 16:45:47 2014 New Revision: 359396 URL: http://svnweb.freebsd.org/changeset/ports/359396 QAT: https://qat.redports.org/buildarchive/r359396/ Log: - Switch to USES= libtool tar:bzip2 - Bump PORTREVISION Modified: head/devel/thunar-vcs-plugin/Makefile head/devel/thunar-vcs-plugin/pkg-plist Modified: head/devel/thunar-vcs-plugin/Makefile ============================================================================== --- head/devel/thunar-vcs-plugin/Makefile Thu Jun 26 16:43:38 2014 (r359395) +++ head/devel/thunar-vcs-plugin/Makefile Thu Jun 26 16:45:47 2014 (r359396) @@ -3,7 +3,7 @@ PORTNAME= thunar-vcs-plugin PORTVERSION= 0.1.4 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= devel xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR= src/thunar-plugins/${PORTNAME}/${PORTVERSION:R} @@ -12,13 +12,11 @@ DIST_SUBDIR= xfce4 MAINTAINER= sergey.dyatko@gmail.com COMMENT= Version Control System plugin for Thunar -USE_AUTOTOOLS= libtool -USE_BZIP2= yes GNU_CONFIGURE= yes USE_GNOME= gtk20 glib20 intltool intlhack USE_XFCE= configenv libexo libutil thunar INSTALLS_ICONS= yes -USES= pkgconfig gmake +USES= pkgconfig gmake libtool tar:bzip2 LDFLAGS+= -L${LOCALBASE}/lib Modified: head/devel/thunar-vcs-plugin/pkg-plist ============================================================================== --- head/devel/thunar-vcs-plugin/pkg-plist Thu Jun 26 16:43:38 2014 (r359395) +++ head/devel/thunar-vcs-plugin/pkg-plist Thu Jun 26 16:45:47 2014 (r359396) @@ -1,5 +1,3 @@ -lib/thunarx-2/thunar-vcs-plugin.a -lib/thunarx-2/thunar-vcs-plugin.la lib/thunarx-2/thunar-vcs-plugin.so %%GIT%%libexec/tvp-git-helper %%SVN%%libexec/tvp-svn-helper