From owner-svn-ports-head@FreeBSD.ORG Wed Jan 23 16:53:51 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C47BBAA8; Wed, 23 Jan 2013 16:53:51 +0000 (UTC) (envelope-from jase@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 9E6B3CE; Wed, 23 Jan 2013 16:53:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r0NGrpNX076314; Wed, 23 Jan 2013 16:53:51 GMT (envelope-from jase@svn.freebsd.org) Received: (from jase@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r0NGrpoT076308; Wed, 23 Jan 2013 16:53:51 GMT (envelope-from jase@svn.freebsd.org) Message-Id: <201301231653.r0NGrpoT076308@svn.freebsd.org> From: Jase Thew Date: Wed, 23 Jan 2013 16:53:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r310883 - in head/sysutils/duplicity: . files 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.14 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, 23 Jan 2013 16:53:51 -0000 Author: jase Date: Wed Jan 23 16:53:50 2013 New Revision: 310883 URL: http://svnweb.freebsd.org/changeset/ports/310883 Log: - Update to 0.6.21 Changes: http://duplicity.nongnu.org/CHANGELOG Deleted: head/sysutils/duplicity/files/patch-bin-duplicity Modified: head/sysutils/duplicity/Makefile head/sysutils/duplicity/distinfo head/sysutils/duplicity/pkg-plist Modified: head/sysutils/duplicity/Makefile ============================================================================== --- head/sysutils/duplicity/Makefile Wed Jan 23 16:49:23 2013 (r310882) +++ head/sysutils/duplicity/Makefile Wed Jan 23 16:53:50 2013 (r310883) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= duplicity -PORTVERSION= 0.6.20 +PORTVERSION= 0.6.21 CATEGORIES= sysutils MASTER_SITES= http://launchpad.net/duplicity/0.6-series/${PORTVERSION}/+download/ Modified: head/sysutils/duplicity/distinfo ============================================================================== --- head/sysutils/duplicity/distinfo Wed Jan 23 16:49:23 2013 (r310882) +++ head/sysutils/duplicity/distinfo Wed Jan 23 16:53:50 2013 (r310883) @@ -1,2 +1,2 @@ -SHA256 (duplicity-0.6.20.tar.gz) = 51d0c6751fced1a34bab57deb2a31982ae8ff534f0c0b5f78dc50e96d5711664 -SIZE (duplicity-0.6.20.tar.gz) = 1142460 +SHA256 (duplicity-0.6.21.tar.gz) = a3628aa6c151fbc1a3014f0db7812d7234e04bba0a45ce1255e7450bdfeff706 +SIZE (duplicity-0.6.21.tar.gz) = 1235340 Modified: head/sysutils/duplicity/pkg-plist ============================================================================== --- head/sysutils/duplicity/pkg-plist Wed Jan 23 16:49:23 2013 (r310882) +++ head/sysutils/duplicity/pkg-plist Wed Jan 23 16:53:50 2013 (r310883) @@ -67,6 +67,9 @@ bin/rdiffdir %%PYTHON_SITELIBDIR%%/duplicity/backends/webdavbackend.py %%PYTHON_SITELIBDIR%%/duplicity/backends/webdavbackend.pyc %%PYTHON_SITELIBDIR%%/duplicity/backends/webdavbackend.pyo +%%PYTHON_SITELIBDIR%%/duplicity/cached_ops.py +%%PYTHON_SITELIBDIR%%/duplicity/cached_ops.pyc +%%PYTHON_SITELIBDIR%%/duplicity/cached_ops.pyo %%PYTHON_SITELIBDIR%%/duplicity/collections.py %%PYTHON_SITELIBDIR%%/duplicity/collections.pyc %%PYTHON_SITELIBDIR%%/duplicity/collections.pyo