diff options
author | madpilot <madpilot@FreeBSD.org> | 2018-10-29 02:32:50 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2018-10-29 02:32:50 +0800 |
commit | 73cee423858c2fd56e0906dafe28a066563c14d5 (patch) | |
tree | 9df3ca6e52ae1c8bb01b3efa0f7ddebc83fec6ce /x11 | |
parent | 45f18291bca8012e878a64b6bb7df2686f595b60 (diff) | |
download | freebsd-ports-gnome-73cee423858c2fd56e0906dafe28a066563c14d5.tar.gz freebsd-ports-gnome-73cee423858c2fd56e0906dafe28a066563c14d5.tar.zst freebsd-ports-gnome-73cee423858c2fd56e0906dafe28a066563c14d5.zip |
- Update xfce4-clipman-plugin to 1.4.3
- Fix portlint warnings
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xfce4-clipman-plugin/Makefile | 16 | ||||
-rw-r--r-- | x11/xfce4-clipman-plugin/distinfo | 6 |
2 files changed, 11 insertions, 11 deletions
diff --git a/x11/xfce4-clipman-plugin/Makefile b/x11/xfce4-clipman-plugin/Makefile index 08fc47008392..6504ed33e721 100644 --- a/x11/xfce4-clipman-plugin/Makefile +++ b/x11/xfce4-clipman-plugin/Makefile @@ -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> diff --git a/x11/xfce4-clipman-plugin/distinfo b/x11/xfce4-clipman-plugin/distinfo index 96c7e03da5e6..376acfbc1574 100644 --- a/x11/xfce4-clipman-plugin/distinfo +++ b/x11/xfce4-clipman-plugin/distinfo @@ -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 |