From owner-svn-ports-head@freebsd.org Sun Oct 28 18:32:51 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 460ED10DC8C1; Sun, 28 Oct 2018 18:32:51 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EF0336A214; Sun, 28 Oct 2018 18:32:50 +0000 (UTC) (envelope-from madpilot@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CF491231C2; Sun, 28 Oct 2018 18:32:50 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9SIWoUq021341; Sun, 28 Oct 2018 18:32:50 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9SIWoLh021339; Sun, 28 Oct 2018 18:32:50 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201810281832.w9SIWoLh021339@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Sun, 28 Oct 2018 18:32:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483324 - head/x11/xfce4-clipman-plugin X-SVN-Group: ports-head X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: head/x11/xfce4-clipman-plugin X-SVN-Commit-Revision: 483324 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Oct 2018 18:32:51 -0000 Author: madpilot Date: Sun Oct 28 18:32:50 2018 New Revision: 483324 URL: https://svnweb.freebsd.org/changeset/ports/483324 Log: - Update xfce4-clipman-plugin to 1.4.3 - Fix portlint warnings Modified: head/x11/xfce4-clipman-plugin/Makefile head/x11/xfce4-clipman-plugin/distinfo Modified: head/x11/xfce4-clipman-plugin/Makefile ============================================================================== --- head/x11/xfce4-clipman-plugin/Makefile Sun Oct 28 18:31:05 2018 (r483323) +++ head/x11/xfce4-clipman-plugin/Makefile Sun Oct 28 18:32:50 2018 (r483324) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= xfce4-clipman-plugin -PORTVERSION= 1.4.2 -PORTREVISION= 1 +PORTVERSION= 1.4.3 CATEGORIES= x11 xfce MASTER_SITES= XFCE/src/panel-plugins/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 @@ -13,17 +12,18 @@ COMMENT= Clipboard manager for the Xfce panel LICENSE= GPLv2 -OPTIONS_DEFINE= QRCODE -QRCODE_DESC= QR Code support -QRCODE_LIB_DEPENDS= libqrencode.so:graphics/libqrencode -QRCODE_CONFIGURE_ENABLE= libqrencode - USES= gettext gmake libtool pkgconfig tar:bzip2 xfce:gtk3 -GNU_CONFIGURE= yes USE_GNOME= gtk30 intltool glib20 cairo USE_XFCE= panel USE_XORG= ice sm x11 xtst xorgproto + +GNU_CONFIGURE= yes INSTALLS_ICONS= yes INSTALL_TARGET= install-strip + +OPTIONS_DEFINE= QRCODE +QRCODE_DESC= QR Code support +QRCODE_LIB_DEPENDS= libqrencode.so:graphics/libqrencode +QRCODE_CONFIGURE_ENABLE= libqrencode .include Modified: head/x11/xfce4-clipman-plugin/distinfo ============================================================================== --- head/x11/xfce4-clipman-plugin/distinfo Sun Oct 28 18:31:05 2018 (r483323) +++ head/x11/xfce4-clipman-plugin/distinfo Sun Oct 28 18:32:50 2018 (r483324) @@ -1,3 +1,3 @@ -TIMESTAMP = 1500728957 -SHA256 (xfce4/xfce4-clipman-plugin-1.4.2.tar.bz2) = cf2b45e327e67cc187dcb99a6ef6d95570463045accd24540e17172f005189b3 -SIZE (xfce4/xfce4-clipman-plugin-1.4.2.tar.bz2) = 485244 +TIMESTAMP = 1540663795 +SHA256 (xfce4/xfce4-clipman-plugin-1.4.3.tar.bz2) = 29cdb85efb54bd5c9c04cc695b7c4914d6dff972b9fd969cbfb5504e9c632ad2 +SIZE (xfce4/xfce4-clipman-plugin-1.4.3.tar.bz2) = 492784