ports/138805: [MAINTAINER] fixes to deskutils/gtg to quiet pointyhat

R.Mahmatkhanov cvs-src at yandex.ru
Mon Sep 14 06:30:05 UTC 2009


>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 at 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
+ at dirrmtry share/locale/nds/LC_MESSAGES
+ at dirrmtry share/locale/nds
 @dirrm %%PYTHON_SITELIBDIR%%/GTG/tools
 @dirrm %%PYTHON_SITELIBDIR%%/GTG/taskeditor
 @dirrm %%PYTHON_SITELIBDIR%%/GTG/taskbrowser


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list