From nobody@FreeBSD.org  Tue Feb  4 19:39:04 2014
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id AF74696C
	for <freebsd-gnats-submit@FreeBSD.org>; Tue,  4 Feb 2014 19:39:04 +0000 (UTC)
Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 81705123D
	for <freebsd-gnats-submit@FreeBSD.org>; Tue,  4 Feb 2014 19:39:04 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id s14Jd3Vk040018
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 4 Feb 2014 19:39:03 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id s14Jd3YX040003;
	Tue, 4 Feb 2014 19:39:03 GMT
	(envelope-from nobody)
Message-Id: <201402041939.s14Jd3YX040003@oldred.freebsd.org>
Date: Tue, 4 Feb 2014 19:39:03 GMT
From: Helmut Ritter <freebsd-ports@charlieroot.de>
To: freebsd-gnats-submit@FreeBSD.org
Subject: sysutils/duplicity: No module named lockfile
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         186461
>Category:       ports
>Synopsis:       sysutils/duplicity: No module named lockfile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    jase
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 04 19:40:00 UTC 2014
>Closed-Date:    Wed Feb 05 18:17:23 GMT 2014
>Last-Modified:  Wed Feb 05 18:17:23 GMT 2014
>Originator:     Helmut Ritter
>Release:        9.2-RELEASE-p3
>Organization:
>Environment:
>Description:
Since the update to duplicity-0.6.23 the program failes:

[helmut@BSDHelmut ~]$ sudo duplicity
Traceback (most recent call last):
  File "/usr/local/bin/duplicity", line 34, in <module>
    from lockfile import FileLock
ImportError: No module named lockfile
[helmut@BSDHelmut ~]$
>How-To-Repeat:

>Fix:
Add py27-lockfile as dependency.

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->jase 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Feb 4 19:40:07 UTC 2014 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=186461 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/186461: commit references a PR
Date: Wed,  5 Feb 2014 17:48:03 +0000 (UTC)

 Author: jase
 Date: Wed Feb  5 17:47:55 2014
 New Revision: 342803
 URL: http://svnweb.freebsd.org/changeset/ports/342803
 QAT: https://qat.redports.org/buildarchive/r342803/
 
 Log:
   - Add missing RUN_DEPENDS of devel/py-lockfile
   
   PR:	ports/186461
   Reported by:	Helmut Ritter
 
 Modified:
   head/sysutils/duplicity/Makefile
 
 Modified: head/sysutils/duplicity/Makefile
 ==============================================================================
 --- head/sysutils/duplicity/Makefile	Wed Feb  5 17:46:08 2014	(r342802)
 +++ head/sysutils/duplicity/Makefile	Wed Feb  5 17:47:55 2014	(r342803)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	duplicity
  PORTVERSION=	0.6.23
 +PORTREVISION=	1
  CATEGORIES=	sysutils
  MASTER_SITES=	http://launchpad.net/duplicity/0.6-series/${PORTVERSION}/+download/
  
 @@ -10,7 +11,8 @@ MAINTAINER=	jase@FreeBSD.org
  COMMENT=	Backup tool that uses librsync and GnuPG
  
  LIB_DEPENDS=	librsync.so:${PORTSDIR}/net/librsync
 -RUN_DEPENDS=	gpg:${PORTSDIR}/security/gnupg
 +RUN_DEPENDS=	gpg:${PORTSDIR}/security/gnupg \
 +		${PYTHON_PKGNAMEPREFIX}lockfile>=0:${PORTSDIR}/devel/py-lockfile
  
  CONFLICTS=	duplicity-0.5.* duplicity-devel-[0-9]*
  
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: jase 
State-Changed-When: Wed 5 Feb 2014 18:17:22 GMT 
State-Changed-Why:  
Thanks for the report. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=186461 
>Unformatted:
