From owner-svn-ports-all@FreeBSD.ORG Sun Nov 3 17:26:46 2013 Return-Path: Delivered-To: svn-ports-all@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 ESMTP id A1BF59BB; Sun, 3 Nov 2013 17:26:46 +0000 (UTC) (envelope-from jase@FreeBSD.org) 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 89F4328D2; Sun, 3 Nov 2013 17:26:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rA3HQkcq063949; Sun, 3 Nov 2013 17:26:46 GMT (envelope-from jase@svn.freebsd.org) Received: (from jase@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rA3HQkoa063948; Sun, 3 Nov 2013 17:26:46 GMT (envelope-from jase@svn.freebsd.org) Message-Id: <201311031726.rA3HQkoa063948@svn.freebsd.org> From: Jase Thew Date: Sun, 3 Nov 2013 17:26:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332631 - 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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Nov 2013 17:26:46 -0000 Author: jase Date: Sun Nov 3 17:26:45 2013 New Revision: 332631 URL: http://svnweb.freebsd.org/changeset/ports/332631 Log: - Convert LIB_DEPENDS to new format, missed in previous commit Modified: head/sysutils/duplicity/Makefile Modified: head/sysutils/duplicity/Makefile ============================================================================== --- head/sysutils/duplicity/Makefile Sun Nov 3 17:22:37 2013 (r332630) +++ head/sysutils/duplicity/Makefile Sun Nov 3 17:26:45 2013 (r332631) @@ -10,7 +10,7 @@ MASTER_SITES= http://launchpad.net/dupli MAINTAINER= jase@FreeBSD.org COMMENT= Backup tool that uses librsync and GnuPG -LIB_DEPENDS= rsync:${PORTSDIR}/net/librsync +LIB_DEPENDS= librsync.so:${PORTSDIR}/net/librsync RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg FETCH_ARGS= -pRr