From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 15 18:50:10 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 0A65D106564A for ; Wed, 15 Dec 2010 18:50:10 +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 BF4E08FC1C for ; Wed, 15 Dec 2010 18:50:09 +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 oBFIo9pu036055 for ; Wed, 15 Dec 2010 18:50:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oBFIo9BN036054; Wed, 15 Dec 2010 18:50:09 GMT (envelope-from gnats) Resent-Date: Wed, 15 Dec 2010 18:50:09 GMT Resent-Message-Id: <201012151850.oBFIo9BN036054@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 27CC81065675 for ; Wed, 15 Dec 2010 18:41:35 +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 1557F8FC0C for ; Wed, 15 Dec 2010 18:41:35 +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 oBFIfYHA014408 for ; Wed, 15 Dec 2010 18:41:34 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id oBFIfY9P014407; Wed, 15 Dec 2010 18:41:34 GMT (envelope-from nobody) Message-Id: <201012151841.oBFIfY9P014407@red.freebsd.org> Date: Wed, 15 Dec 2010 18:41:34 GMT From: Olivier Duchateau To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/153182: [UPDATE] sysutils/xfce4-fsguard-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: Wed, 15 Dec 2010 18:50:10 -0000 >Number: 153182 >Category: ports >Synopsis: [UPDATE] sysutils/xfce4-fsguard-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: Wed Dec 15 18:50:09 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: Complete ChangeLog: http://foo-projects.org/pipermail/xfce/2010-December/028032.html - Use XFCE master site macro, instead of one mirror. - Add NLS (Native Language Support) option Note: this port was tested under Xfce 4.8pre2 (the next stable version of Xfce4). >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ur /usr/ports/sysutils/xfce4-fsguard-plugin/Makefile sysutils/xfce4-fsguard-plugin/Makefile --- /usr/ports/sysutils/xfce4-fsguard-plugin/Makefile 2010-05-31 17:27:26.000000000 +0200 +++ sysutils/xfce4-fsguard-plugin/Makefile 2010-12-15 19:13:16.000000000 +0100 @@ -6,10 +6,10 @@ # PORTNAME= xfce4-fsguard-plugin -PORTVERSION= 0.4.2 -PORTREVISION= 8 +PORTVERSION= 1.0.0 CATEGORIES= sysutils 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 @@ -17,10 +17,25 @@ GNU_CONFIGURE= yes USE_BZIP2= yes -USE_GETTEXT= yes INSTALLS_ICONS= yes USE_GMAKE= yes -USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig -USE_XFCE= configenv panel +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 -ur /usr/ports/sysutils/xfce4-fsguard-plugin/distinfo sysutils/xfce4-fsguard-plugin/distinfo --- /usr/ports/sysutils/xfce4-fsguard-plugin/distinfo 2008-11-23 15:24:44.000000000 +0100 +++ sysutils/xfce4-fsguard-plugin/distinfo 2010-12-15 19:13:16.000000000 +0100 @@ -1,3 +1,2 @@ -MD5 (xfce4/xfce4-fsguard-plugin-0.4.2.tar.bz2) = 50e9d133fd8af1bf5acc3059872eb924 -SHA256 (xfce4/xfce4-fsguard-plugin-0.4.2.tar.bz2) = cf6c4b107c26508dd30e6f6f6ec97268a626bd22edd34e8aadb8479e97a8ee90 -SIZE (xfce4/xfce4-fsguard-plugin-0.4.2.tar.bz2) = 188481 +SHA256 (xfce4/xfce4-fsguard-plugin-1.0.0.tar.bz2) = 8659fcb4d8eec58de1dd898d6895ad7f13a717a73a884b1a3723d743088d21cb +SIZE (xfce4/xfce4-fsguard-plugin-1.0.0.tar.bz2) = 185750 diff -ur /usr/ports/sysutils/xfce4-fsguard-plugin/pkg-plist sysutils/xfce4-fsguard-plugin/pkg-plist --- /usr/ports/sysutils/xfce4-fsguard-plugin/pkg-plist 2008-11-23 15:24:44.000000000 +0100 +++ sysutils/xfce4-fsguard-plugin/pkg-plist 2010-12-15 19:13:16.000000000 +0100 @@ -20,39 +20,55 @@ share/icons/hicolor/scalable/apps/xfce4-fsguard-plugin-urgent.svg share/icons/hicolor/scalable/apps/xfce4-fsguard-plugin-warning.svg share/icons/hicolor/scalable/apps/xfce4-fsguard-plugin.svg -share/locale/ar/LC_MESSAGES/xfce4-fsguard-plugin.mo -share/locale/ca/LC_MESSAGES/xfce4-fsguard-plugin.mo -share/locale/cs/LC_MESSAGES/xfce4-fsguard-plugin.mo -share/locale/da/LC_MESSAGES/xfce4-fsguard-plugin.mo -share/locale/de/LC_MESSAGES/xfce4-fsguard-plugin.mo -share/locale/en_GB/LC_MESSAGES/xfce4-fsguard-plugin.mo -share/locale/eu/LC_MESSAGES/xfce4-fsguard-plugin.mo -share/locale/fr/LC_MESSAGES/xfce4-fsguard-plugin.mo -share/locale/gl/LC_MESSAGES/xfce4-fsguard-plugin.mo -share/locale/hu/LC_MESSAGES/xfce4-fsguard-plugin.mo -share/locale/id/LC_MESSAGES/xfce4-fsguard-plugin.mo -share/locale/ja/LC_MESSAGES/xfce4-fsguard-plugin.mo -share/locale/ko/LC_MESSAGES/xfce4-fsguard-plugin.mo -share/locale/lt/LC_MESSAGES/xfce4-fsguard-plugin.mo -share/locale/lv/LC_MESSAGES/xfce4-fsguard-plugin.mo -share/locale/nb_NO/LC_MESSAGES/xfce4-fsguard-plugin.mo -share/locale/pl/LC_MESSAGES/xfce4-fsguard-plugin.mo -share/locale/pt_BR/LC_MESSAGES/xfce4-fsguard-plugin.mo -share/locale/pt_PT/LC_MESSAGES/xfce4-fsguard-plugin.mo -share/locale/sq/LC_MESSAGES/xfce4-fsguard-plugin.mo -share/locale/sv/LC_MESSAGES/xfce4-fsguard-plugin.mo -share/locale/tr/LC_MESSAGES/xfce4-fsguard-plugin.mo -share/locale/uk/LC_MESSAGES/xfce4-fsguard-plugin.mo -share/locale/ur/LC_MESSAGES/xfce4-fsguard-plugin.mo -share/locale/vi/LC_MESSAGES/xfce4-fsguard-plugin.mo -share/locale/zh_CN/LC_MESSAGES/xfce4-fsguard-plugin.mo -share/locale/zh_TW/LC_MESSAGES/xfce4-fsguard-plugin.mo +%%NLS%%share/locale/ast/LC_MESSAGES/xfce4-fsguard-plugin.mo +%%NLS%%share/locale/ca/LC_MESSAGES/xfce4-fsguard-plugin.mo +%%NLS%%share/locale/cs/LC_MESSAGES/xfce4-fsguard-plugin.mo +%%NLS%%share/locale/da/LC_MESSAGES/xfce4-fsguard-plugin.mo +%%NLS%%share/locale/de/LC_MESSAGES/xfce4-fsguard-plugin.mo +%%NLS%%share/locale/el/LC_MESSAGES/xfce4-fsguard-plugin.mo +%%NLS%%share/locale/en_GB/LC_MESSAGES/xfce4-fsguard-plugin.mo +%%NLS%%share/locale/es/LC_MESSAGES/xfce4-fsguard-plugin.mo +%%NLS%%share/locale/eu/LC_MESSAGES/xfce4-fsguard-plugin.mo +%%NLS%%share/locale/fi/LC_MESSAGES/xfce4-fsguard-plugin.mo +%%NLS%%share/locale/fr/LC_MESSAGES/xfce4-fsguard-plugin.mo +%%NLS%%share/locale/gl/LC_MESSAGES/xfce4-fsguard-plugin.mo +%%NLS%%share/locale/hu/LC_MESSAGES/xfce4-fsguard-plugin.mo +%%NLS%%share/locale/id/LC_MESSAGES/xfce4-fsguard-plugin.mo +%%NLS%%share/locale/it/LC_MESSAGES/xfce4-fsguard-plugin.mo +%%NLS%%share/locale/ja/LC_MESSAGES/xfce4-fsguard-plugin.mo +%%NLS%%share/locale/kk/LC_MESSAGES/xfce4-fsguard-plugin.mo +%%NLS%%share/locale/ko/LC_MESSAGES/xfce4-fsguard-plugin.mo +%%NLS%%share/locale/lt/LC_MESSAGES/xfce4-fsguard-plugin.mo +%%NLS%%share/locale/lv/LC_MESSAGES/xfce4-fsguard-plugin.mo +%%NLS%%share/locale/nb/LC_MESSAGES/xfce4-fsguard-plugin.mo +%%NLS%%share/locale/nl/LC_MESSAGES/xfce4-fsguard-plugin.mo +%%NLS%%share/locale/pa/LC_MESSAGES/xfce4-fsguard-plugin.mo +%%NLS%%share/locale/pl/LC_MESSAGES/xfce4-fsguard-plugin.mo +%%NLS%%share/locale/pt/LC_MESSAGES/xfce4-fsguard-plugin.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/xfce4-fsguard-plugin.mo +%%NLS%%share/locale/ru/LC_MESSAGES/xfce4-fsguard-plugin.mo +%%NLS%%share/locale/sq/LC_MESSAGES/xfce4-fsguard-plugin.mo +%%NLS%%share/locale/sv/LC_MESSAGES/xfce4-fsguard-plugin.mo +%%NLS%%share/locale/tr/LC_MESSAGES/xfce4-fsguard-plugin.mo +%%NLS%%share/locale/ug/LC_MESSAGES/xfce4-fsguard-plugin.mo +%%NLS%%share/locale/uk/LC_MESSAGES/xfce4-fsguard-plugin.mo +%%NLS%%share/locale/ur/LC_MESSAGES/xfce4-fsguard-plugin.mo +%%NLS%%share/locale/ur_PK/LC_MESSAGES/xfce4-fsguard-plugin.mo +%%NLS%%share/locale/vi/LC_MESSAGES/xfce4-fsguard-plugin.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/xfce4-fsguard-plugin.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/xfce4-fsguard-plugin.mo share/xfce4/panel-plugins/fsguard.desktop @dirrmtry share/xfce4/panel-plugins @dirrmtry share/xfce4 -@dirrmtry share/locale/ur/LC_MESSAGES -@dirrmtry share/locale/ur -@dirrmtry share/locale/nb_NO/LC_MESSAGES -@dirrmtry share/locale/nb_NO +%%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: