ports/173587: deskutils/gcalcli - missing dependency

Michael Moll kvedulv at kvedulv.de
Mon Nov 12 21:30:01 UTC 2012


>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 at darkthrone.kvedulv.de:/usr/obj/usr/src/sys/DARKTHRONE  sparc64
>Description:
When trying to import an ics file, it fails:

mmoll at 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:


More information about the freebsd-ports-bugs mailing list