From freebsd@beardz.net  Wed May 11 01:51:48 2011
Return-Path: <freebsd@beardz.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id A6E691065670
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 11 May 2011 01:51:48 +0000 (UTC)
	(envelope-from freebsd@beardz.net)
Received: from beardz.net (beardz.net [IPv6:2a01:4f8:121:2403:1::])
	by mx1.freebsd.org (Postfix) with ESMTP id 4947F8FC17
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 11 May 2011 01:51:48 +0000 (UTC)
Received: from beardz.net (localhost [127.0.1.7])
	by beardz.net (8.14.4/8.14.4) with ESMTP id p4B1pkWo002750;
	Wed, 11 May 2011 02:51:46 +0100 (BST)
	(envelope-from freebsd@beardz.net)
Received: (from root@localhost)
	by beardz.net (8.14.4/8.14.4/Submit) id p4B1pjl8002747;
	Wed, 11 May 2011 02:51:45 +0100 (BST)
	(envelope-from freebsd@beardz.net)
Message-Id: <201105110151.p4B1pjl8002747@beardz.net>
Date: Wed, 11 May 2011 02:51:45 +0100 (BST)
From: Jase Thew <freebsd@beardz.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc: peter.schuller@infidyne.com
Subject: [PATCH] sysutils/duplicity: update to 0.6.13
X-Send-Pr-Version: 3.113
X-GNATS-Notify: peter.schuller@infidyne.com

>Number:         156944
>Category:       ports
>Synopsis:       [PATCH] sysutils/duplicity: update to 0.6.13
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sahil
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 11 02:00:22 UTC 2011
>Closed-Date:    Thu May 26 01:57:17 UTC 2011
>Last-Modified:  Thu May 26 13:58:50 UTC 2011
>Originator:     Jase Thew
>Release:        FreeBSD 8.2-STABLE amd64
>Organization:
>Environment:
System: FreeBSD jail-ports.localdomain 8.2-STABLE FreeBSD 8.2-STABLE #0: Sat Apr  2 19:17:15 BST
>Description:
- Update to 0.6.13

Port maintainer (peter.schuller@infidyne.com) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- duplicity-0.6.13.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/sysutils/duplicity.orig/Makefile /usr/ports/sysutils/duplicity/Makefile
--- /usr/ports/sysutils/duplicity.orig/Makefile	2011-03-16 03:24:49.000000000 +0000
+++ /usr/ports/sysutils/duplicity/Makefile	2011-05-11 02:49:19.036699532 +0100
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	duplicity
-PORTVERSION=	0.6.11
+PORTVERSION=	0.6.13
 CATEGORIES=	sysutils
 MASTER_SITES=	http://launchpad.net/duplicity/0.6-series/${PORTVERSION}/+download/
 
@@ -15,7 +15,8 @@
 
 LIB_DEPENDS=	rsync.1:${PORTSDIR}/net/librsync
 RUN_DEPENDS=	gpg:${PORTSDIR}/security/gnupg \
-		ncftp>=3.2.2:${PORTSDIR}/ftp/ncftp3
+		ncftp>=3.2.2:${PORTSDIR}/ftp/ncftp3 \
+		lftp>=3.7.15:${PORTSDIR}/ftp/lftp
 
 # fetch claims "Moved temporarily" without this - why? (inspired by deskutils/gtg)
 FETCH_ARGS=	-pRr
diff -ruN --exclude=CVS /usr/ports/sysutils/duplicity.orig/distinfo /usr/ports/sysutils/duplicity/distinfo
--- /usr/ports/sysutils/duplicity.orig/distinfo	2011-03-16 03:24:49.000000000 +0000
+++ /usr/ports/sysutils/duplicity/distinfo	2011-05-11 02:49:19.036699532 +0100
@@ -1,2 +1,2 @@
-SHA256 (duplicity-0.6.11.tar.gz) = 802a3c21f3950af523c63727177a822b100ccf9238e6dc5ed222dc9bcbb34613
-SIZE (duplicity-0.6.11.tar.gz) = 294745
+SHA256 (duplicity-0.6.13.tar.gz) = 381aa8d7a07541d81457c3eac0ab5b37f05272023e3af04cbebab831732ff41f
+SIZE (duplicity-0.6.13.tar.gz) = 296955
diff -ruN --exclude=CVS /usr/ports/sysutils/duplicity.orig/pkg-plist /usr/ports/sysutils/duplicity/pkg-plist
--- /usr/ports/sysutils/duplicity.orig/pkg-plist	2011-03-16 03:24:49.000000000 +0000
+++ /usr/ports/sysutils/duplicity/pkg-plist	2011-05-11 02:49:19.035692423 +0100
@@ -25,6 +25,9 @@
 %%PYTHON_SITELIBDIR%%/duplicity/backends/ftpbackend.py
 %%PYTHON_SITELIBDIR%%/duplicity/backends/ftpbackend.pyc
 %%PYTHON_SITELIBDIR%%/duplicity/backends/ftpbackend.pyo
+%%PYTHON_SITELIBDIR%%/duplicity/backends/ftpsbackend.py
+%%PYTHON_SITELIBDIR%%/duplicity/backends/ftpsbackend.pyc
+%%PYTHON_SITELIBDIR%%/duplicity/backends/ftpsbackend.pyo
 %%PYTHON_SITELIBDIR%%/duplicity/backends/giobackend.py
 %%PYTHON_SITELIBDIR%%/duplicity/backends/giobackend.pyc
 %%PYTHON_SITELIBDIR%%/duplicity/backends/giobackend.pyo
--- duplicity-0.6.13.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Wed May 11 02:00:38 UTC 2011 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=156944 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: peter.schuller@infidyne.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/156944: [PATCH] sysutils/duplicity: update to 0.6.13
Date: Wed, 11 May 2011 02:00:36 UT

 Maintainer of sysutils/duplicity,
 
 Please note that PR ports/156944 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/156944
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
Responsible-Changed-From-To: freebsd-ports-bugs->sahil 
Responsible-Changed-By: sahil 
Responsible-Changed-When: Mon May 16 01:06:36 UTC 2011 
Responsible-Changed-Why:  
Take. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=156944 
State-Changed-From-To: feedback->closed 
State-Changed-By: sahil 
State-Changed-When: Thu May 26 01:57:16 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=156944 
Responsible-Changed-From-To: sahil->freebsd-ports-bugs 
Responsible-Changed-By: sahil 
Responsible-Changed-When: Thu May 26 01:59:22 UTC 2011 
Responsible-Changed-Why:  
back to the pool 

http://www.freebsd.org/cgi/query-pr.cgi?pr=156944 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/156944: commit references a PR
Date: Thu, 26 May 2011 01:56:56 +0000 (UTC)

 sahil       2011-05-26 01:56:42 UTC
 
   FreeBSD ports repository
 
   Modified files:
     sysutils/duplicity   Makefile distinfo pkg-plist 
   Log:
   - Update to 0.6.13
   
   PR:             ports/156944
   Submitted by:   Jase Thew <freebsd@beardz.net>
   Approved by:    maintainer timeout
   
   Revision  Changes    Path
   1.36      +3 -2      ports/sysutils/duplicity/Makefile
   1.24      +2 -2      ports/sysutils/duplicity/distinfo
   1.14      +3 -0      ports/sysutils/duplicity/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
Responsible-Changed-From-To: freebsd-ports-bugs->sahil 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Thu May 26 13:58:13 UTC 2011 
Responsible-Changed-Why:  
apparently reassigned in error. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=156944 
>Unformatted:
