From owner-svn-ports-head@freebsd.org Tue Jun 21 05:31:15 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AD543AC4A13; Tue, 21 Jun 2016 05:31:15 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 57E292701; Tue, 21 Jun 2016 05:31:15 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u5L5VEoP097084; Tue, 21 Jun 2016 05:31:14 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5L5VEiI097036; Tue, 21 Jun 2016 05:31:14 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201606210531.u5L5VEiI097036@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Tue, 21 Jun 2016 05:31:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417183 - 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.22 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: Tue, 21 Jun 2016 05:31:15 -0000 Author: pi Date: Tue Jun 21 05:31:14 2016 New Revision: 417183 URL: https://svnweb.freebsd.org/changeset/ports/417183 Log: sysutils/duplicity: 0.7.06 -> 0.7.07.1 Changes: http://duplicity.nongnu.org/CHANGELOG - Fixed bug #1570293 duplicity is very slow due to excessive fsync - LIB_DEPENDS from librsync to librsync1 PR: 210073 Submitted by: Philip Jocks Approved by: jase (maintainer timeout) Modified: head/sysutils/duplicity/Makefile head/sysutils/duplicity/distinfo Modified: head/sysutils/duplicity/Makefile ============================================================================== --- head/sysutils/duplicity/Makefile Tue Jun 21 03:39:35 2016 (r417182) +++ head/sysutils/duplicity/Makefile Tue Jun 21 05:31:14 2016 (r417183) @@ -2,14 +2,14 @@ # $FreeBSD$ PORTNAME= duplicity -PORTVERSION= 0.7.06 +PORTVERSION= 0.7.07.1 CATEGORIES= sysutils MASTER_SITES= http://launchpad.net/duplicity/0.7-series/${PORTVERSION}/+download/ MAINTAINER= jase@FreeBSD.org COMMENT= Backup tool that uses librsync and GnuPG -LIB_DEPENDS= librsync.so:net/librsync +LIB_DEPENDS= librsync.so:net/librsync1 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lockfile>=0:devel/py-lockfile USES= python:2 @@ -91,6 +91,7 @@ post-patch: .endif post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/python2.7/site-packages/duplicity/_librsync.so ${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} Modified: head/sysutils/duplicity/distinfo ============================================================================== --- head/sysutils/duplicity/distinfo Tue Jun 21 03:39:35 2016 (r417182) +++ head/sysutils/duplicity/distinfo Tue Jun 21 05:31:14 2016 (r417183) @@ -1,2 +1,3 @@ -SHA256 (duplicity-0.7.06.tar.gz) = 0075595edb894399cf00fae9154aae93a07eaadc031fede5df4cc595436c7f8c -SIZE (duplicity-0.7.06.tar.gz) = 1417252 +TIMESTAMP = 1465747942 +SHA256 (duplicity-0.7.07.1.tar.gz) = 594c6d0e723e56f8a7114d57811c613622d535cafdef4a3643a4d4c89c1904f8 +SIZE (duplicity-0.7.07.1.tar.gz) = 1539310