From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 27 21:40:11 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 11AC81065675 for ; Mon, 27 Dec 2010 21:40:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C75038FC12 for ; Mon, 27 Dec 2010 21:40:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oBRLeAtB042120 for ; Mon, 27 Dec 2010 21:40:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oBRLeAJB042119; Mon, 27 Dec 2010 21:40:10 GMT (envelope-from gnats) Resent-Date: Mon, 27 Dec 2010 21:40:10 GMT Resent-Message-Id: <201012272140.oBRLeAJB042119@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Olivier Duchateau Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 468D4106566B for ; Mon, 27 Dec 2010 21:30:51 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (unknown [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 352138FC14 for ; Mon, 27 Dec 2010 21:30:51 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id oBRLUpBs093899 for ; Mon, 27 Dec 2010 21:30:51 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id oBRLUpgb093898; Mon, 27 Dec 2010 21:30:51 GMT (envelope-from nobody) Message-Id: <201012272130.oBRLUpgb093898@red.freebsd.org> Date: Mon, 27 Dec 2010 21:30:51 GMT From: Olivier Duchateau To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/153475: [UPDATE] x11-clocks/xfce4-timer-out-plugin to 1.0.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Dec 2010 21:40:11 -0000 >Number: 153475 >Category: ports >Synopsis: [UPDATE] x11-clocks/xfce4-timer-out-plugin to 1.0.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 27 21:40:10 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Olivier Duchateau >Release: FreeBSD 8.1-RELEASE >Organization: >Environment: FreeBSD bornem.errements.net 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:55:53 UTC 2010 root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: ChangeLog: http://foo-projects.org/pipermail/xfce/2010-December/028068.html - Use XFCE master site macro, instead Xfce goodies site. - Add NLS (Native Language Support) option Note: this port was tested under Xfce 4.8pre2 (the next stable version of Xfce4). Question to maintainer, why this port calls xfce4-timer-out-plugin whereas PORTNAME is equal to xfce4-time-out-plugin ? Perhaps it's better to change PORTNAME and add DISTNAME in Makefile. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -u /usr/ports/x11-clocks/xfce4-timer-out-plugin/Makefile xfce4-timer-out-plugin/Makefile --- /usr/ports/x11-clocks/xfce4-timer-out-plugin/Makefile 2010-05-31 17:27:29.000000000 +0200 +++ xfce4-timer-out-plugin/Makefile 2010-12-27 22:08:50.000000000 +0100 @@ -6,21 +6,37 @@ # PORTNAME= xfce4-time-out-plugin -PORTVERSION= 0.1.1 -PORTREVISION= 11 +PORTVERSION= 1.0.0 CATEGORIES= x11-clocks xfce -MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/ +MASTER_SITES= ${MASTER_SITE_XFCE} +MASTER_SITE_SUBDIR= src/panel-plugins/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 MAINTAINER= miwi@FreeBSD.org COMMENT= A timer out plugin for xfce +USE_AUTOTOOLS= libtool USE_BZIP2= yes USE_GMAKE= yes INSTALLS_ICONS= yes -USE_GETTEXT= yes GNU_CONFIGURE= yes -USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig +USE_GNOME= gnomehack gtk20 intltool intlhack pkgconfig USE_XFCE= configenv libgui libutil panel +USE_XORG= x11 + +CONFIGURE_ARGS= --disable-debug + +OPTIONS= NLS "Enable Native Language Support" on + +.include + +.if !defined(WITHOUT_NLS) +USE_GETTEXT= yes +CONFIGURE_ARGS+=--enable-nls +PLIST_SUB+= NLS="" +.else +CONFIGURE_ARGS+=--disable-nls +PLIST_SUB+= NLS="@comment " +.endif -.include +.include diff -u /usr/ports/x11-clocks/xfce4-timer-out-plugin/distinfo xfce4-timer-out-plugin/distinfo --- /usr/ports/x11-clocks/xfce4-timer-out-plugin/distinfo 2007-09-07 16:25:29.000000000 +0200 +++ xfce4-timer-out-plugin/distinfo 2010-12-27 22:08:50.000000000 +0100 @@ -1,3 +1,2 @@ -MD5 (xfce4/xfce4-time-out-plugin-0.1.1.tar.bz2) = d2f5b157cf47c754d8dd007c73a4d1e6 -SHA256 (xfce4/xfce4-time-out-plugin-0.1.1.tar.bz2) = b06c2ae768b47af5a550995218bb6f24f561c11c4fc091bbca83921998f47ea6 -SIZE (xfce4/xfce4-time-out-plugin-0.1.1.tar.bz2) = 201413 +SHA256 (xfce4/xfce4-time-out-plugin-1.0.0.tar.bz2) = 3e8f26ab54444d706e54b6cefc92bbe87941abe472273e8d1e845010672c0461 +SIZE (xfce4/xfce4-time-out-plugin-1.0.0.tar.bz2) = 336046 diff -u /usr/ports/x11-clocks/xfce4-timer-out-plugin/pkg-plist xfce4-timer-out-plugin/pkg-plist --- /usr/ports/x11-clocks/xfce4-timer-out-plugin/pkg-plist 2007-09-07 16:25:29.000000000 +0200 +++ xfce4-timer-out-plugin/pkg-plist 2010-12-27 22:08:50.000000000 +0100 @@ -1,10 +1,49 @@ libexec/xfce4/panel-plugins/xfce4-time-out-plugin share/icons/hicolor/48x48/apps/xfce4-time-out-plugin.png share/icons/hicolor/scalable/apps/xfce4-time-out-plugin.svg -share/locale/de/LC_MESSAGES/xfce4-time-out-plugin.mo -share/locale/hu/LC_MESSAGES/xfce4-time-out-plugin.mo +%%NLS%%share/locale/ast/LC_MESSAGES/xfce4-time-out-plugin.mo +%%NLS%%share/locale/ca/LC_MESSAGES/xfce4-time-out-plugin.mo +%%NLS%%share/locale/cs/LC_MESSAGES/xfce4-time-out-plugin.mo +%%NLS%%share/locale/da/LC_MESSAGES/xfce4-time-out-plugin.mo +%%NLS%%share/locale/de/LC_MESSAGES/xfce4-time-out-plugin.mo +%%NLS%%share/locale/el/LC_MESSAGES/xfce4-time-out-plugin.mo +%%NLS%%share/locale/en_GB/LC_MESSAGES/xfce4-time-out-plugin.mo +%%NLS%%share/locale/es/LC_MESSAGES/xfce4-time-out-plugin.mo +%%NLS%%share/locale/eu/LC_MESSAGES/xfce4-time-out-plugin.mo +%%NLS%%share/locale/fi/LC_MESSAGES/xfce4-time-out-plugin.mo +%%NLS%%share/locale/fr/LC_MESSAGES/xfce4-time-out-plugin.mo +%%NLS%%share/locale/gl/LC_MESSAGES/xfce4-time-out-plugin.mo +%%NLS%%share/locale/he/LC_MESSAGES/xfce4-time-out-plugin.mo +%%NLS%%share/locale/hu/LC_MESSAGES/xfce4-time-out-plugin.mo +%%NLS%%share/locale/id/LC_MESSAGES/xfce4-time-out-plugin.mo +%%NLS%%share/locale/it/LC_MESSAGES/xfce4-time-out-plugin.mo +%%NLS%%share/locale/ja/LC_MESSAGES/xfce4-time-out-plugin.mo +%%NLS%%share/locale/kk/LC_MESSAGES/xfce4-time-out-plugin.mo +%%NLS%%share/locale/lv/LC_MESSAGES/xfce4-time-out-plugin.mo +%%NLS%%share/locale/pl/LC_MESSAGES/xfce4-time-out-plugin.mo +%%NLS%%share/locale/pt/LC_MESSAGES/xfce4-time-out-plugin.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/xfce4-time-out-plugin.mo +%%NLS%%share/locale/ru/LC_MESSAGES/xfce4-time-out-plugin.mo +%%NLS%%share/locale/sv/LC_MESSAGES/xfce4-time-out-plugin.mo +%%NLS%%share/locale/tr/LC_MESSAGES/xfce4-time-out-plugin.mo +%%NLS%%share/locale/ug/LC_MESSAGES/xfce4-time-out-plugin.mo +%%NLS%%share/locale/uk/LC_MESSAGES/xfce4-time-out-plugin.mo +%%NLS%%share/locale/ur/LC_MESSAGES/xfce4-time-out-plugin.mo +%%NLS%%share/locale/ur_PK/LC_MESSAGES/xfce4-time-out-plugin.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/xfce4-time-out-plugin.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/xfce4-time-out-plugin.mo share/xfce4/panel-plugins/xfce4-time-out-plugin.desktop -@dirrm share/xfce4/panel-plugins -@dirrm share/xfce4 -@dirrm libexec/xfce4/panel-plugins -@dirrm libexec/xfce4 +@dirrmtry share/xfce4/panel-plugins +@dirrmtry share/xfce4 +%%NLS%%@dirrmtry share/locale/ur_PK/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/ur_PK +%%NLS%%@dirrmtry share/locale/ur/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/ur +%%NLS%%@dirrmtry share/locale/ug/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/ug +%%NLS%%@dirrmtry share/locale/kk/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/kk +%%NLS%%@dirrmtry share/locale/ast/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/ast +@dirrmtry libexec/xfce4/panel-plugins +@dirrmtry libexec/xfce4 >Release-Note: >Audit-Trail: >Unformatted: