From owner-svn-ports-all@freebsd.org Thu Sep 15 15:13:17 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6E157BDBAF3; Thu, 15 Sep 2016 15:13:17 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4A477F98; Thu, 15 Sep 2016 15:13:17 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8FFDGE2030659; Thu, 15 Sep 2016 15:13:16 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8FFDGQj030655; Thu, 15 Sep 2016 15:13:16 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201609151513.u8FFDGQj030655@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Thu, 15 Sep 2016 15:13:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422204 - in head/x11/xfce4-clipman-plugin: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2016 15:13:17 -0000 Author: olivierd Date: Thu Sep 15 15:13:15 2016 New Revision: 422204 URL: https://svnweb.freebsd.org/changeset/ports/422204 Log: - Update to 1.4.0 - Remove UNIQUE option - Adjust dependencies (reported by QA script) Added: head/x11/xfce4-clipman-plugin/files/ head/x11/xfce4-clipman-plugin/files/patch-panel-plugin_Makefile.in (contents, props changed) Modified: head/x11/xfce4-clipman-plugin/Makefile head/x11/xfce4-clipman-plugin/distinfo head/x11/xfce4-clipman-plugin/pkg-plist Modified: head/x11/xfce4-clipman-plugin/Makefile ============================================================================== --- head/x11/xfce4-clipman-plugin/Makefile Thu Sep 15 15:08:26 2016 (r422203) +++ head/x11/xfce4-clipman-plugin/Makefile Thu Sep 15 15:13:15 2016 (r422204) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= xfce4-clipman-plugin -PORTVERSION= 1.2.6 -PORTREVISION= 2 +PORTVERSION= 1.4.0 CATEGORIES= x11 xfce MASTER_SITES= XFCE/src/panel-plugins/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 @@ -13,20 +12,19 @@ COMMENT= Clipboard manager for the Xfce LICENSE= GPLv2 -OPTIONS_DEFINE= QRCODE UNIQUE -OPTIONS_DEFAULT= UNIQUE +LIB_DEPENDS= libdbus-1.so:devel/dbus \ + libdbus-glib-1.so:devel/dbus-glib + +OPTIONS_DEFINE= QRCODE QRCODE_DESC= QR Code support -UNIQUE_DESC= Unique (single instance) support QRCODE_LIB_DEPENDS= libqrencode.so:graphics/libqrencode QRCODE_CONFIGURE_ENABLE= libqrencode -UNIQUE_LIB_DEPENDS= libunique-1.0.so:x11-toolkits/unique -UNIQUE_CONFIGURE_ENABLE= unique GNU_CONFIGURE= yes -USE_GNOME= gtk20 intltool intlhack glib20 +USE_GNOME= gtk30 intltool intlhack glib20 cairo USE_XFCE= panel -USE_XORG= xtst xproto -USES= gettext gmake libtool pkgconfig xfce tar:bzip2 +USE_XORG= ice sm x11 xtst xproto +USES= gettext gmake libtool pkgconfig tar:bzip2 xfce:gtk3 INSTALLS_ICONS= yes .include Modified: head/x11/xfce4-clipman-plugin/distinfo ============================================================================== --- head/x11/xfce4-clipman-plugin/distinfo Thu Sep 15 15:08:26 2016 (r422203) +++ head/x11/xfce4-clipman-plugin/distinfo Thu Sep 15 15:13:15 2016 (r422204) @@ -1,2 +1,3 @@ -SHA256 (xfce4/xfce4-clipman-plugin-1.2.6.tar.bz2) = 23043f99c3e5257d1f3d68b5ee5125e3469c15620d098e22c6250386197f48a5 -SIZE (xfce4/xfce4-clipman-plugin-1.2.6.tar.bz2) = 438346 +TIMESTAMP = 1473932421 +SHA256 (xfce4/xfce4-clipman-plugin-1.4.0.tar.bz2) = a97671540663df1d90503f73695ac36e16fa2c832be8845ad9402529b8148294 +SIZE (xfce4/xfce4-clipman-plugin-1.4.0.tar.bz2) = 471045 Added: head/x11/xfce4-clipman-plugin/files/patch-panel-plugin_Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/xfce4-clipman-plugin/files/patch-panel-plugin_Makefile.in Thu Sep 15 15:13:15 2016 (r422204) @@ -0,0 +1,12 @@ +--- panel-plugin/Makefile.in.orig 2016-09-15 08:18:26 UTC ++++ panel-plugin/Makefile.in +@@ -1326,7 +1326,8 @@ uninstall-am: uninstall-actionsDATA unin + @INTLTOOL_DESKTOP_RULE@ + + install-exec-hook: +- $(LN_S) -f $(exec_prefix)/bin/xfce4-popup-clipman $(DESTDIR)$(exec_prefix)/bin/xfce4-popup-clipman-actions ++ cd $(DESTDIR)$(exec_prefix)/bin && \ ++ $(LN_S) xfce4-popup-clipman xfce4-popup-clipman-actions + + # Tell versions [3.59,3.63) of GNU make to not export all variables. + # Otherwise a system limit (for SysV at least) may be exceeded. Modified: head/x11/xfce4-clipman-plugin/pkg-plist ============================================================================== --- head/x11/xfce4-clipman-plugin/pkg-plist Thu Sep 15 15:08:26 2016 (r422203) +++ head/x11/xfce4-clipman-plugin/pkg-plist Thu Sep 15 15:13:15 2016 (r422204) @@ -1,6 +1,7 @@ bin/xfce4-clipman bin/xfce4-clipman-settings bin/xfce4-popup-clipman +bin/xfce4-popup-clipman-actions etc/xdg/autostart/xfce4-clipman-plugin-autostart.desktop etc/xdg/xfce4/panel/xfce4-clipman-actions.xml lib/xfce4/panel/plugins/libclipman.so