Date: Thu, 1 Oct 2009 22:27:03 GMT From: Rene Ladan <rene@FreeBSD.org> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/139300: [maintainer]: update x11/xfce4-clipman-plugin to 1.1.1 Message-ID: <200910012227.n91MR3rm052577@www.freebsd.org> Resent-Message-ID: <200910012230.n91MU2rg043892@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 139300 >Category: ports >Synopsis: [maintainer]: update x11/xfce4-clipman-plugin to 1.1.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Oct 01 22:30:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Rene Ladan >Release: 8.0-RC1 amd64 >Organization: >Environment: FreeBSD self.rene-ladan.nl 8.0-RC1 FreeBSD 8.0-RC1 #0: Thu Sep 17 18:50:57 UTC 2009 root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: update x11/xfce4-clipman-plugin to 1.1.1 * new sk translation * translation updates Add option for Unique support (default on) Patch checked with `portlint -A' `port test' >How-To-Repeat: >Fix: Copy of patch at ftp://rene-ladan.nl/pub/freebsd/xfce4-clipman-plugin.diff.txt Patch attached with submission follows: Index: Makefile =================================================================== RCS file: /home/pcvs/ports/x11/xfce4-clipman-plugin/Makefile,v retrieving revision 1.38 diff -u -r1.38 Makefile --- Makefile 13 Sep 2009 22:39:02 -0000 1.38 +++ Makefile 1 Oct 2009 22:25:11 -0000 @@ -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 @@ 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,12 @@ INSTALLS_ICONS= yes -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if !defined(WITHOUT_UNIQUE) +LIB_DEPENDS+= unique-1:${PORTSDIR}/x11-toolkits/unique +.else +CONFIGURE_ARGS+= --disable-unique +.endif + +.include <bsd.port.post.mk> Index: distinfo =================================================================== RCS file: /home/pcvs/ports/x11/xfce4-clipman-plugin/distinfo,v retrieving revision 1.14 diff -u -r1.14 distinfo --- distinfo 13 Sep 2009 22:39:02 -0000 1.14 +++ distinfo 1 Oct 2009 22:25:11 -0000 @@ -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 Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/x11/xfce4-clipman-plugin/pkg-plist,v retrieving revision 1.12 diff -u -r1.12 pkg-plist --- pkg-plist 13 Sep 2009 22:39:02 -0000 1.12 +++ pkg-plist 1 Oct 2009 22:25:12 -0000 @@ -34,6 +34,7 @@ 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 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910012227.n91MR3rm052577>