Date: Sun, 13 Dec 2009 11:00:09 GMT From: Ruslan Mahmatkhanov <cvs-src@yandex.ru> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/141428: [MAINTAINER] update deskutils/gtg to 0.2 Message-ID: <200912131100.nBDB09XZ012714@www.freebsd.org> Resent-Message-ID: <200912131110.nBDBA3qe076642@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 141428 >Category: ports >Synopsis: [MAINTAINER] update deskutils/gtg to 0.2 >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: Sun Dec 13 11:10:03 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Ruslan Mahmatkhanov >Release: 8.0-STABLE >Organization: >Environment: FreeBSD 8.0-STABLE i386 >Description: - update to 0.2 (changelog: http://gtg.fritalk.com/post/2009/12/10/The-new-Getting-Things-GNOME!-0.2-Gorignak-has-landed!) - remove unneded patch >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruNa gtg.old/Makefile gtg/Makefile --- gtg.old/Makefile 2009-12-11 05:22:31.000000000 +0300 +++ gtg/Makefile 2009-12-13 13:43:26.000000000 +0300 @@ -6,9 +6,9 @@ # PORTNAME= gtg -PORTVERSION= 0.1.99 +PORTVERSION= 0.2 CATEGORIES= deskutils gnome python -MASTER_SITES= http://launchpad.net/gtg/trunk/0.2/+download/ +MASTER_SITES= http://launchpad.net/gtg/trunk/${PORTVERSION}/+download/ MAINTAINER= cvs-src@yandex.ru COMMENT= GTD organizer for the GNOME desktop environment diff -ruNa gtg.old/distinfo gtg/distinfo --- gtg.old/distinfo 2009-12-11 05:22:31.000000000 +0300 +++ gtg/distinfo 2009-12-13 13:45:22.000000000 +0300 @@ -1,3 +1,3 @@ -MD5 (gtg-0.1.99.tar.gz) = 54e37db4770759236bbd6fc746f9cd95 -SHA256 (gtg-0.1.99.tar.gz) = 822235ef1c4bccd109a5f5b86794229391c934bcc1a38d7c41858cc09e5fc649 -SIZE (gtg-0.1.99.tar.gz) = 275535 +MD5 (gtg-0.2.tar.gz) = 1a8ba423cab1efe61967f103c1f04935 +SHA256 (gtg-0.2.tar.gz) = 27075419f695909f7b9fc818914dc1d9d1be9676cb428ea3098754632f704ed7 +SIZE (gtg-0.2.tar.gz) = 348103 diff -ruNa gtg.old/files/patch-GTG___init__.py gtg/files/patch-GTG___init__.py --- gtg.old/files/patch-GTG___init__.py 2009-12-11 05:22:31.000000000 +0300 +++ gtg/files/patch-GTG___init__.py 1970-01-01 03:00:00.000000000 +0300 @@ -1,11 +0,0 @@ ---- GTG/__init__.py.orig 2009-04-04 01:00:16.000000000 +0400 -+++ GTG/__init__.py 2009-06-17 12:59:18.000000000 +0400 -@@ -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?200912131100.nBDB09XZ012714>