Date: Tue, 22 Jan 2019 18:48:38 +0000 (UTC) From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r490972 - in head/devel/thunar-vcs-plugin: . files Message-ID: <201901221848.x0MImcCk084825@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: madpilot Date: Tue Jan 22 18:48:38 2019 New Revision: 490972 URL: https://svnweb.freebsd.org/changeset/ports/490972 Log: - Add missing dependencies - Remove unneeded patch - Sort lists - Fix portlint warnings - Some cosmetic changes PR: 235126 Submitted by: myself Approved by: Sergey V. Dyatko <sergey.dyatko@gmail.com> Deleted: head/devel/thunar-vcs-plugin/files/ Modified: head/devel/thunar-vcs-plugin/Makefile Modified: head/devel/thunar-vcs-plugin/Makefile ============================================================================== --- head/devel/thunar-vcs-plugin/Makefile Tue Jan 22 18:42:18 2019 (r490971) +++ head/devel/thunar-vcs-plugin/Makefile Tue Jan 22 18:48:38 2019 (r490972) @@ -3,6 +3,7 @@ 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 @@ -10,23 +11,32 @@ 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 <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901221848.x0MImcCk084825>