svn commit: r331462 - in head/devel/thunar-vcs-plugin: . files
Olivier Duchateau
olivierd at FreeBSD.org
Thu Oct 24 05:05:39 UTC 2013
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 at 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 <bsd.port.options.mk>
.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
- at exec %%LOCALBASE%%/bin/update-desktop-database >/dev/null || /usr/bin/true
- at unexec %%LOCALBASE%%/bin/update-desktop-database >/dev/null || /usr/bin/true
More information about the svn-ports-all
mailing list