From owner-svn-ports-head@FreeBSD.ORG Wed Feb 5 17:47:56 2014 Return-Path: Delivered-To: svn-ports-head@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 2A7A866F; Wed, 5 Feb 2014 17:47:56 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 148C11512; Wed, 5 Feb 2014 17:47:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s15Hlt5j060998; Wed, 5 Feb 2014 17:47:55 GMT (envelope-from jase@svn.freebsd.org) Received: (from jase@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s15HltfF060997; Wed, 5 Feb 2014 17:47:55 GMT (envelope-from jase@svn.freebsd.org) Message-Id: <201402051747.s15HltfF060997@svn.freebsd.org> From: Jase Thew Date: Wed, 5 Feb 2014 17:47:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342803 - head/sysutils/duplicity X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Feb 2014 17:47:56 -0000 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]*