diff options
author | rene <rene@FreeBSD.org> | 2009-10-02 06:58:41 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2009-10-02 06:58:41 +0800 |
commit | 7b3c1326f797702307ad301d9d3819b0bd280c70 (patch) | |
tree | 1cf06c8aaf01177efaa57611f4e4271fe7fa570e /x11 | |
parent | a5c12597f517c3770dc54c806380a24a680e29bf (diff) | |
download | freebsd-ports-gnome-7b3c1326f797702307ad301d9d3819b0bd280c70.tar.gz freebsd-ports-gnome-7b3c1326f797702307ad301d9d3819b0bd280c70.tar.zst freebsd-ports-gnome-7b3c1326f797702307ad301d9d3819b0bd280c70.zip |
- Update to 1.1.1
- Add option for Unique support
PR: ports/139300
Submitted by: rene
Reviewed by: itetcu
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xfce4-clipman-plugin/Makefile | 15 | ||||
-rw-r--r-- | x11/xfce4-clipman-plugin/distinfo | 6 | ||||
-rw-r--r-- | x11/xfce4-clipman-plugin/pkg-plist | 1 |
3 files changed, 17 insertions, 5 deletions
diff --git a/x11/xfce4-clipman-plugin/Makefile b/x11/xfce4-clipman-plugin/Makefile index c57f14e5bfaf..6281b610535c 100644 --- a/x11/xfce4-clipman-plugin/Makefile +++ b/x11/xfce4-clipman-plugin/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xfce4-clipman-plugin -PORTVERSION= 1.1.0 +PORTVERSION= 1.1.1 CATEGORIES= x11 xfce MASTER_SITES= http://archive.xfce.org/src/panel-plugins/${PORTNAME}/1.1/ DIST_SUBDIR= xfce4 @@ -14,6 +14,8 @@ DIST_SUBDIR= xfce4 MAINTAINER= rene@FreeBSD.org COMMENT= XFce 4 clipboard module for xfce4-panel +OPTIONS= UNIQUE "Enable Unique (single instance) support" on + GNU_CONFIGURE= yes USE_BZIP2= yes USE_GETTEXT= yes @@ -24,4 +26,13 @@ USE_XORG= x11 ice sm xpm INSTALLS_ICONS= yes -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if !defined(WITHOUT_UNIQUE) +LIB_DEPENDS+= unique-1:${PORTSDIR}/x11-toolkits/unique +CONFIGURE_ARGS+= --enable-unique +.else +CONFIGURE_ARGS+= --disable-unique +.endif + +.include <bsd.port.post.mk> diff --git a/x11/xfce4-clipman-plugin/distinfo b/x11/xfce4-clipman-plugin/distinfo index 41190b323551..198894065ce4 100644 --- a/x11/xfce4-clipman-plugin/distinfo +++ b/x11/xfce4-clipman-plugin/distinfo @@ -1,3 +1,3 @@ -MD5 (xfce4/xfce4-clipman-plugin-1.1.0.tar.bz2) = bf038078ec3566c06d2ef400a91756d1 -SHA256 (xfce4/xfce4-clipman-plugin-1.1.0.tar.bz2) = 40716a381667e1fd5630ea4f33440842687b0bee62cff823f182e0797dcfe096 -SIZE (xfce4/xfce4-clipman-plugin-1.1.0.tar.bz2) = 798246 +MD5 (xfce4/xfce4-clipman-plugin-1.1.1.tar.bz2) = 0884207cabd3a3a94c86b919bbf1617b +SHA256 (xfce4/xfce4-clipman-plugin-1.1.1.tar.bz2) = 9792a1e6bcaee47da05c77604b40b5e8b4da68f50bca89b5552e4dba85991f5b +SIZE (xfce4/xfce4-clipman-plugin-1.1.1.tar.bz2) = 800434 diff --git a/x11/xfce4-clipman-plugin/pkg-plist b/x11/xfce4-clipman-plugin/pkg-plist index 0475a4d144cc..dfe810a5f4dc 100644 --- a/x11/xfce4-clipman-plugin/pkg-plist +++ b/x11/xfce4-clipman-plugin/pkg-plist @@ -34,6 +34,7 @@ share/locale/pl/LC_MESSAGES/xfce4-clipman-plugin.mo share/locale/pt/LC_MESSAGES/xfce4-clipman-plugin.mo share/locale/pt_BR/LC_MESSAGES/xfce4-clipman-plugin.mo share/locale/ru/LC_MESSAGES/xfce4-clipman-plugin.mo +share/locale/sk/LC_MESSAGES/xfce4-clipman-plugin.mo share/locale/sq/LC_MESSAGES/xfce4-clipman-plugin.mo share/locale/sv/LC_MESSAGES/xfce4-clipman-plugin.mo share/locale/tr/LC_MESSAGES/xfce4-clipman-plugin.mo |