Date: Wed, 17 Jun 2009 09:16:13 GMT From: "R.Mahmatkhanov" <cvs-src@yandex.ru> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/135661: [MAINTAINER] deskutils/gtg: fix l10n Message-ID: <200906170916.n5H9GDON077562@www.freebsd.org> Resent-Message-ID: <200906170920.n5H9K2at093279@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906170916.n5H9GDON077562>