Date: Mon, 14 Sep 2009 06:25:01 GMT From: "R.Mahmatkhanov" <cvs-src@yandex.ru> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/138805: [MAINTAINER] fixes to deskutils/gtg to quiet pointyhat Message-ID: <200909140625.n8E6P1bZ054186@www.freebsd.org> Resent-Message-ID: <200909140630.n8E6U5Rp057160@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 138805 >Category: ports >Synopsis: [MAINTAINER] fixes to deskutils/gtg to quiet pointyhat >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: Mon Sep 14 06:30:04 UTC 2009 >Closed-Date: >Last-Modified: >Originator: R.Mahmatkhanov >Release: 8.0-BETA4 >Organization: >Environment: FreeBSD 8.0-BETA4 i386 >Description: 1. Remove stale mirror 2. Depend on python 2.6+ according to gtg website 3. Depend on devel/desktop-file-utils 4. dirrmtry {PREFIX}/share/locale/nds/LC_MESSAGES and {PREFIX}/share/locale/nds/ >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN gtg/Makefile gtg.new/Makefile --- gtg/Makefile 2009-09-11 13:42:07.000000000 +0400 +++ gtg.new/Makefile 2009-09-13 02:59:29.000000000 +0400 @@ -8,8 +8,7 @@ PORTNAME= gtg PORTVERSION= 0.1.2 CATEGORIES= deskutils gnome python -MASTER_SITES= http://launchpad.net/gtg/trunk/${PORTVERSION}/+download/ \ - http://freebsd.unixfreunde.de/sources/ +MASTER_SITES= http://launchpad.net/gtg/trunk/${PORTVERSION}/+download/ MAINTAINER= cvs-src@yandex.ru COMMENT= GTD organizer for the GNOME desktop environment @@ -19,8 +18,8 @@ ${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg FETCH_ARGS= -pRr -USE_GNOME= pygtk2 -USE_PYTHON= 2.5+ +USE_GNOME= pygtk2 desktopfileutils +USE_PYTHON= 2.6+ USE_PYDISTUTILS= yes MAN1= gtg.1 diff -ruN gtg/pkg-plist gtg.new/pkg-plist --- gtg/pkg-plist 2009-09-11 13:42:07.000000000 +0400 +++ gtg.new/pkg-plist 2009-09-13 03:01:03.000000000 +0400 @@ -151,6 +151,8 @@ @dirrm %%DATADIR%%/icons @dirrm %%DATADIR%% @dirrmtry share/applications +@dirrmtry share/locale/nds/LC_MESSAGES +@dirrmtry share/locale/nds @dirrm %%PYTHON_SITELIBDIR%%/GTG/tools @dirrm %%PYTHON_SITELIBDIR%%/GTG/taskeditor @dirrm %%PYTHON_SITELIBDIR%%/GTG/taskbrowser >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909140625.n8E6P1bZ054186>