Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Feb 2014 17:47:55 +0000 (UTC)
From:      Jase Thew <jase@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r342803 - head/sysutils/duplicity
Message-ID:  <201402051747.s15HltfF060997@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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]*
 



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