diff options
author | madpilot <madpilot@FreeBSD.org> | 2017-09-18 23:21:46 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 05:33:12 +0800 |
commit | 6778a75aa34f9999ceafc9ba3aeec602f4f86234 (patch) | |
tree | 8ddac313e94ff4243608f39e0620d7eab9aa20f5 | |
parent | c5fb8fa82449158a1ee9a7d9e207a3d073913e0e (diff) | |
download | freebsd-ports-gnome-6778a75aa34f9999ceafc9ba3aeec602f4f86234.tar.gz freebsd-ports-gnome-6778a75aa34f9999ceafc9ba3aeec602f4f86234.tar.zst freebsd-ports-gnome-6778a75aa34f9999ceafc9ba3aeec602f4f86234.zip |
- Update x11/xfce4-clipman-plugin to 1.4.2
- Silence USES portlint warning
PR: 220925
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
-rw-r--r-- | x11/xfce4-clipman-plugin/Makefile | 9 | ||||
-rw-r--r-- | x11/xfce4-clipman-plugin/distinfo | 6 |
2 files changed, 6 insertions, 9 deletions
diff --git a/x11/xfce4-clipman-plugin/Makefile b/x11/xfce4-clipman-plugin/Makefile index 2438632bf38c..ef870d82d74f 100644 --- a/x11/xfce4-clipman-plugin/Makefile +++ b/x11/xfce4-clipman-plugin/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xfce4-clipman-plugin -PORTVERSION= 1.4.1 +PORTVERSION= 1.4.2 CATEGORIES= x11 xfce MASTER_SITES= XFCE/src/panel-plugins/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 @@ -12,19 +12,16 @@ COMMENT= Clipboard manager for the Xfce panel LICENSE= GPLv2 -LIB_DEPENDS= libdbus-1.so:devel/dbus \ - libdbus-glib-1.so:devel/dbus-glib - 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 intlhack glib20 cairo +USE_GNOME= gtk30 intltool glib20 cairo USE_XFCE= panel USE_XORG= ice sm x11 xtst xproto -USES= gettext gmake libtool pkgconfig tar:bzip2 xfce:gtk3 INSTALLS_ICONS= yes INSTALL_TARGET= install-strip diff --git a/x11/xfce4-clipman-plugin/distinfo b/x11/xfce4-clipman-plugin/distinfo index b0e930d51878..96c7e03da5e6 100644 --- a/x11/xfce4-clipman-plugin/distinfo +++ b/x11/xfce4-clipman-plugin/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1480392800 -SHA256 (xfce4/xfce4-clipman-plugin-1.4.1.tar.bz2) = 341cce9665a89e5930e754ef3e27ff97594da22b82b1403099ebcf5c18a5351f -SIZE (xfce4/xfce4-clipman-plugin-1.4.1.tar.bz2) = 484795 +TIMESTAMP = 1500728957 +SHA256 (xfce4/xfce4-clipman-plugin-1.4.2.tar.bz2) = cf2b45e327e67cc187dcb99a6ef6d95570463045accd24540e17172f005189b3 +SIZE (xfce4/xfce4-clipman-plugin-1.4.2.tar.bz2) = 485244 |