Index: head/devel/thunar-vcs-plugin/files/patch-configure =================================================================== --- head/devel/thunar-vcs-plugin/files/patch-configure (revision 490971) +++ head/devel/thunar-vcs-plugin/files/patch-configure (nonexistent) @@ -1,11 +0,0 @@ ---- ./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 Property changes on: head/devel/thunar-vcs-plugin/files/patch-configure ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/devel/thunar-vcs-plugin/Makefile =================================================================== --- head/devel/thunar-vcs-plugin/Makefile (revision 490971) +++ head/devel/thunar-vcs-plugin/Makefile (revision 490972) @@ -1,32 +1,42 @@ # Created by: Sergey V. Dyatko # $FreeBSD$ PORTNAME= thunar-vcs-plugin PORTVERSION= 0.1.5 +PORTREVISION= 1 CATEGORIES= devel xfce MASTER_SITES= XFCE/src/thunar-plugins/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 MAINTAINER= sergey.dyatko@gmail.com COMMENT= Version Control System plugin for Thunar -GNU_CONFIGURE= yes -USE_GNOME= gtk20 glib20 intltool intlhack -USE_XFCE= thunar -INSTALLS_ICONS= yes +LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 \ + libapr-1.so:devel/apr1 + USES= gettext-tools gmake libtool localbase pkgconfig tar:bzip2 \ xfce +USE_GNOME= cairo glib20 gtk20 intlhack intltool +USE_XFCE= libexo thunar + +GNU_CONFIGURE= yes +INSTALLS_ICONS= yes INSTALL_TARGET= install-strip -OPTIONS_DEFINE= NLS GIT SVN +OPTIONS_DEFINE= NLS GIT SVN OPTIONS_DEFAULT= SVN -GIT_DESC= Git support -NLS_USES= gettext-runtime -NLS_CONFIGURE_ENABLE= nls -GIT_RUN_DEPENDS= git:devel/git +OPTIONS_SUB= yes + +GIT_DESC= Git support + GIT_CONFIGURE_ENABLE= git -SVN_LIB_DEPENDS= libsvn_client-1.so:devel/subversion +GIT_RUN_DEPENDS= git:devel/git + +NLS_CONFIGURE_ENABLE= nls +NLS_USES= gettext-runtime + SVN_CONFIGURE_ENABLE= subversion -OPTIONS_SUB= yes +SVN_LIB_DEPENDS= libsvn_client-1.so:devel/subversion .include