Date: Sun, 28 Oct 2018 18:32:50 +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: r483324 - head/x11/xfce4-clipman-plugin Message-ID: <201810281832.w9SIWoLh021339@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810281832.w9SIWoLh021339>