Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Jun 2014 16:45:47 +0000 (UTC)
From:      Olivier Duchateau <olivierd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r359396 - head/devel/thunar-vcs-plugin
Message-ID:  <201406261645.s5QGjlQ4088905@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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