svn commit: r385486 - in head/x11-fm/thunar: . files
Olivier Duchateau
olivierd at FreeBSD.org
Tue May 5 19:44:46 UTC 2015
Author: olivierd
Date: Tue May 5 19:44:44 2015
New Revision: 385486
URL: https://svnweb.freebsd.org/changeset/ports/385486
Log:
- Update to 1.6.8 (bugfix)
- Remove unneeded patches
- Remove STARTUP option
Changelog: http://git.xfce.org/xfce/thunar/tree/NEWS?id=thunar-1.6.8
Deleted:
head/x11-fm/thunar/files/patch-thunar_thunar-folder.c
head/x11-fm/thunar/files/patch-thunar_thunar-window.c
Modified:
head/x11-fm/thunar/Makefile
head/x11-fm/thunar/distinfo
Modified: head/x11-fm/thunar/Makefile
==============================================================================
--- head/x11-fm/thunar/Makefile Tue May 5 19:44:18 2015 (r385485)
+++ head/x11-fm/thunar/Makefile Tue May 5 19:44:44 2015 (r385486)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= Thunar
-PORTVERSION= 1.6.7
-PORTREVISION= 1
+PORTVERSION= 1.6.8
CATEGORIES= x11-fm xfce
MASTER_SITES= XFCE/src/xfce/${PORTNAME:tl}/${PORTVERSION:R}
DIST_SUBDIR= xfce4
@@ -27,15 +26,15 @@ USE_XFCE= libexo
USE_XORG= sm x11
USES= desktop-file-utils gmake pathfix perl5 libtool pkgconfig \
gettext-tools xfce tar:bzip2
+INSTALL_TARGET= install-strip
-OPTIONS_DEFINE= NLS NOTIFY STARTUP
+OPTIONS_DEFINE= NLS NOTIFY
OPTIONS_GROUP= PLUGINS
OPTIONS_GROUP_PLUGINS= PLUG_APR PLUG_SBR PLUG_TPA PLUG_UCA PLUG_WALL
-OPTIONS_DEFAULT= NOTIFY PLUG_APR PLUG_SBR PLUG_UCA PLUG_TPA PLUG_WALL STARTUP
+OPTIONS_DEFAULT= NOTIFY PLUG_APR PLUG_SBR PLUG_UCA PLUG_TPA PLUG_WALL
# Override NOTIFY_DESC
NOTIFY_DESC= Display notifications
-STARTUP_DESC= Startup notification
PLUG_APR_DESC= Advanced Properties plugin
PLUG_SBR_DESC= Simple Builtin Renamers plugin
PLUG_TPA_DESC= Trash Panel Applet plugin
@@ -46,8 +45,6 @@ NLS_USES= gettext-runtime
NLS_CONFIGURE_ENABLE= nls
NOTIFY_LIB_DEPENDS= libnotify.so:${PORTSDIR}/devel/libnotify
NOTIFY_CONFIGURE_ENABLE= notifications
-STARTUP_LIB_DEPENDS= libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification
-STARTUP_CONFIGURE_ENABLE= startup-notification
PLUG_APR_LIB_DEPENDS= libexif.so:${PORTSDIR}/graphics/libexif
PLUG_APR_CONFIGURE_ENABLE= apr-plugin exif
PLUG_SBR_LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre
Modified: head/x11-fm/thunar/distinfo
==============================================================================
--- head/x11-fm/thunar/distinfo Tue May 5 19:44:18 2015 (r385485)
+++ head/x11-fm/thunar/distinfo Tue May 5 19:44:44 2015 (r385486)
@@ -1,2 +1,2 @@
-SHA256 (xfce4/Thunar-1.6.7.tar.bz2) = e35f05d5413ffd26bfe866f47b1d199045e3b42912da47c831d3689e12336ee5
-SIZE (xfce4/Thunar-1.6.7.tar.bz2) = 2108500
+SHA256 (xfce4/Thunar-1.6.8.tar.bz2) = 4079ccffe990cdccee48a0ae200d8a5bc9335c34721d7923b375795940cf79bb
+SIZE (xfce4/Thunar-1.6.8.tar.bz2) = 2169171
More information about the svn-ports-all
mailing list