From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 17 09:20:02 2009 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 D00F21065673 for ; Wed, 17 Jun 2009 09:20:02 +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 AB4F28FC15 for ; Wed, 17 Jun 2009 09:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n5H9K2Jr093280 for ; Wed, 17 Jun 2009 09:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n5H9K2at093279; Wed, 17 Jun 2009 09:20:02 GMT (envelope-from gnats) Resent-Date: Wed, 17 Jun 2009 09:20:02 GMT Resent-Message-Id: <200906170920.n5H9K2at093279@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, "R.Mahmatkhanov" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EE7C0106566C for ; Wed, 17 Jun 2009 09:16:15 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id DCF0C8FC0C for ; Wed, 17 Jun 2009 09:16:15 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n5H9GEgU077563 for ; Wed, 17 Jun 2009 09:16:14 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n5H9GDON077562; Wed, 17 Jun 2009 09:16:13 GMT (envelope-from nobody) Message-Id: <200906170916.n5H9GDON077562@www.freebsd.org> Date: Wed, 17 Jun 2009 09:16:13 GMT From: "R.Mahmatkhanov" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/135661: [MAINTAINER] deskutils/gtg: fix l10n 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, 17 Jun 2009 09:20:03 -0000 >Number: 135661 >Category: ports >Synopsis: [MAINTAINER] deskutils/gtg: fix l10n >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: Wed Jun 17 09:20:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: R.Mahmatkhanov >Release: 7.2-STABLE >Organization: >Environment: FreeBSD 7.2-STABLE >Description: - fix localization - bump portrevision >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN gtg.orig/Makefile gtg/Makefile --- gtg.orig/Makefile 2009-04-09 16:53:16.000000000 +0400 +++ gtg/Makefile 2009-06-17 13:05:36.000000000 +0400 @@ -7,6 +7,7 @@ PORTNAME= gtg PORTVERSION= 0.1.1 +PORTREVISION= 1 CATEGORIES= deskutils gnome python MASTER_SITES= http://launchpad.net/gtg/trunk/${PORTVERSION}/+download/ \ http://freebsd.unixfreunde.de/sources/ diff -ruN gtg.orig/files/patch-GTG___init__.py gtg/files/patch-GTG___init__.py --- gtg.orig/files/patch-GTG___init__.py 2009-03-17 00:11:39.000000000 +0300 +++ gtg/files/patch-GTG___init__.py 2009-06-17 13:04:25.000000000 +0400 @@ -1,11 +1,20 @@ ---- GTG/__init__.py.orig 2009-03-07 02:09:57.000000000 +0300 -+++ GTG/__init__.py 2009-03-16 01:19:21.000000000 +0300 -@@ -22,7 +22,7 @@ +--- GTG/__init__.py.orig 2009-04-04 01:00:16.000000000 +0400 ++++ GTG/__init__.py 2009-06-17 12:59:18.000000000 +0400 +@@ -32,7 +32,7 @@ EMAIL = "gtg@lists.launchpad.net" - VERSION = '0.1' + VERSION = '0.1.1' LOCAL_ROOTDIR = os.path.abspath(os.path.join(os.path.dirname(__file__), '..')) -DIST_ROOTDIR = "/usr/share/gtg" +DIST_ROOTDIR = "/usr/local/share/gtg" - if not os.path.isdir( os.path.join(LOCAL_ROOTDIR,'data') ) : - DATA_DIR = DIST_ROOTDIR + # CREDITS + AUTHORS = ["Main developers:", \ +@@ -60,7 +60,7 @@ + GETTEXT_DOMAIN = 'gtg' + LOCALE_PATH = abspath(join(dirname(__file__), pardir, 'locales')) + if not os.path.isdir(LOCALE_PATH): +- LOCALE_PATH = '/usr/share/locale' ++ LOCALE_PATH = '/usr/local/share/locale' + languages_used = [] + lc, encoding = locale.getdefaultlocale() + if lc: >Release-Note: >Audit-Trail: >Unformatted: