Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Nov 2012 21:28:19 GMT
From:      Michael Moll <kvedulv@kvedulv.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/173587: deskutils/gcalcli - missing dependency
Message-ID:  <201211122128.qACLSJnW015929@red.freebsd.org>
Resent-Message-ID: <201211122130.qACLU0eq035049@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         173587
>Category:       ports
>Synopsis:       deskutils/gcalcli - missing dependency
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 12 21:30:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Michael Moll
>Release:        9.0-RELEASE
>Organization:
>Environment:
FreeBSD darkthrone.kvedulv.de 9.0-RELEASE-p1 FreeBSD 9.0-RELEASE-p1 #0: Wed May 30 00:20:11 CEST 2012     mmoll@darkthrone.kvedulv.de:/usr/obj/usr/src/sys/DARKTHRONE  sparc64
>Description:
When trying to import an ics file, it fails:

mmoll@darkthrone:~$ gcalcli import /tmp/testfile.ics
Python vobject module not installed!

>How-To-Repeat:
see above
>Fix:
depend on deskutils/py-vobject

Patch attached with submission follows:

Index: deskutils/gcalcli/Makefile
===================================================================
--- deskutils/gcalcli/Makefile	(revision 307335)
+++ deskutils/gcalcli/Makefile	(working copy)
@@ -11,7 +11,8 @@
 COMMENT=	Google Calendar Command Line Interface
 
 RUN_DEPENDS=	${PYTHON_SITELIBDIR}/gdata/__init__.py:${PORTSDIR}/devel/py-gdata \
-		${PYTHON_PKGNAMEPREFIX}dateutil>=0:${PORTSDIR}/devel/py-dateutil
+		${PYTHON_PKGNAMEPREFIX}dateutil>=0:${PORTSDIR}/devel/py-dateutil \
+		${PYTHON_PKGNAMEPREFIX}vobject>=0.4.8:${PORTSDIR}/deskutils/py-vobject
 
 USE_PYTHON=	yes
 NO_WRKSUBDIR=	yes


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211122128.qACLSJnW015929>