From root@adamw.org  Sun Mar  2 17:12:40 2014
Return-Path: <root@adamw.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id EFCE7DFB
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  2 Mar 2014 17:12:40 +0000 (UTC)
Received: from apnoea.adamw.org (apnoea.adamw.org [204.109.59.150])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id CDC3014BB
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  2 Mar 2014 17:12:40 +0000 (UTC)
Received: by apnoea.adamw.org (Postfix, from userid 0)
	id 558E911FDBE; Sun,  2 Mar 2014 12:12:32 -0500 (EST)
Message-Id: <20140302171232.558E911FDBE@apnoea.adamw.org>
Date: Sun,  2 Mar 2014 12:12:32 -0500 (EST)
From: Adam Weinberger <adamw@FreeBSD.org>
Reply-To: Adam Weinberger <adamw@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] update sysutils/duply to 1.6.0
X-Send-Pr-Version: 3.114
X-GNATS-Notify: michael@ranner.eu

>Number:         187199
>Category:       ports
>Synopsis:       [patch] update sysutils/duply to 1.6.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    adamw
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 02 17:20:00 UTC 2014
>Closed-Date:    Sun Mar 02 13:25:33 EST 2014
>Last-Modified:  Sun Mar  2 18:30:00 UTC 2014
>Originator:     Adam Weinberger
>Release:        FreeBSD 10.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD apnoea.adamw.org 10.0-STABLE FreeBSD 10.0-STABLE #0: Fri Feb 28 10:32:45 EST 2014 root@apnoea.adamw.org:/usr/obj/usr/src/sys/PEEP i386


	
>Description:

The attached patch updates sysutils/duply to 1.6.0, and it adds
support for shells/bash-devel.

Michael, if you approve this patch I will commit it for you.

>How-To-Repeat:
>Fix:


--- duply.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 346783)
+++ Makefile	(working copy)
@@ -2,9 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	duply
-PORTVERSION=	1.5.9
+PORTVERSION=	1.6.0
 CATEGORIES=	sysutils
-MASTER_SITES=	SF/ftplicity/${PORTNAME}%20%28simple%20duplicity%29/1.5.x/
+MASTER_SITES=	SF/ftplicity/${PORTNAME}%20%28simple%20duplicity%29/1.6.x/
 DISTNAME=	${PORTNAME}_${PORTVERSION}
 EXTRACT_SUFX=	.tgz
 
@@ -14,9 +14,13 @@
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/gpl-2.0.txt
 
-RUN_DEPENDS=	bash:${PORTSDIR}/shells/bash \
-		duplicity:${PORTSDIR}/sysutils/duplicity
+RUN_DEPENDS=	duplicity:${PORTSDIR}/sysutils/duplicity
 
+OPTIONS_DEFINE=	BASH_DEVEL
+BASH_DEVEL_DESC=	Use shells/bash-devel instead of shells/bash
+BASH_DEVEL_RUN_DEPENDS_OFF=	bash:${PORTSDIR}/shells/bash
+BASH_DEVEL_RUN_DEPENDS=		bash:${PORTSDIR}/shells/bash-devel
+
 NO_BUILD=	yes
 
 PORTDOCS=	INSTALL.txt gpl-2.0.txt
Index: distinfo
===================================================================
--- distinfo	(revision 346782)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (duply_1.5.9.tgz) = e8de8e6b477f3abe9c5a959aabe7b6c030594aa982c54818b8bf6ac3612c6f7d
-SIZE (duply_1.5.9.tgz) = 31753
+SHA256 (duply_1.6.0.tgz) = 0ebd72f93aa44aa67da2c825926a50f7d4abb16798893305a6c331673ef13ec4
+SIZE (duply_1.6.0.tgz) = 33496
--- duply.patch ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sun Mar 2 17:20:08 UTC 2014 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=187199 
Responsible-Changed-From-To: freebsd-ports-bugs->adamw 
Responsible-Changed-By: adamw 
Responsible-Changed-When: Sun Mar 2 12:21:41 EST 2014 
Responsible-Changed-Why:  
Take. 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: michael@ranner.eu
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/187199: [patch] update sysutils/duply to 1.6.0
Date: Sun, 2 Mar 2014 17:20:08 UT

 Maintainer of sysutils/duply,
 
 Please note that PR ports/187199 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/187199
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Michael Ranner <michael@ranner.eu>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/187199: [patch] update sysutils/duply to 1.6.0
Date: Sun, 02 Mar 2014 18:59:50 +0100

 This is a multi-part message in MIME format.
 --------------000804080405050504000904
 Content-Type: text/plain; charset=ISO-8859-15; format=flowed
 Content-Transfer-Encoding: 8bit
 
 I agree!
 
 Am 02.03.14 18:20, schrieb Edwin Groothuis:
 > Maintainer of sysutils/duply,
 >
 > Please note that PR ports/187199 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/187199
 >
 
 
 -- 
 Mit freundlichen Gren
 
 Ing. Michael Ranner
 
 GSM:  +43 676 4155044
 Mail: michael@ranner.eu
 WWW:  http://www.azedo.at/
 
 
 --------------000804080405050504000904
 Content-Type: text/html; charset=ISO-8859-15
 Content-Transfer-Encoding: 8bit
 
 <html>
   <head>
     <meta content="text/html; charset=ISO-8859-15"
       http-equiv="Content-Type">
   </head>
   <body bgcolor="#E0E0E0" text="#000000">
     <div class="moz-cite-prefix">I agree!<br>
       <br>
       Am 02.03.14 18:20, schrieb Edwin Groothuis:<br>
     </div>
     <blockquote cite="mid:20140302172008.3F64DFE3@hub.freebsd.org"
       type="cite">
       <pre wrap="">Maintainer of sysutils/duply,
 
 Please note that PR ports/187199 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:
     <a class="moz-txt-link-freetext" href="http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/187199">http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/187199</a>
 
 </pre>
     </blockquote>
     <br>
     <br>
     <pre class="moz-signature" cols="72">-- 
 Mit freundlichen Gren
 
 Ing. Michael Ranner
 
 GSM:  +43 676 4155044
 Mail: <a class="moz-txt-link-abbreviated" href="mailto:michael@ranner.eu">michael@ranner.eu</a>
 WWW:  <a class="moz-txt-link-freetext" href="http://www.azedo.at/">http://www.azedo.at/</a></pre>
   </body>
 </html>
 
 --------------000804080405050504000904--
State-Changed-From-To: feedback->closed 
State-Changed-By: adamw 
State-Changed-When: Sun Mar 2 13:25:15 EST 2014 
State-Changed-Why:  
Done and done, thank you. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/187199: commit references a PR
Date: Sun,  2 Mar 2014 18:25:15 +0000 (UTC)

 Author: adamw
 Date: Sun Mar  2 18:25:07 2014
 New Revision: 346788
 URL: http://svnweb.freebsd.org/changeset/ports/346788
 QAT: https://qat.redports.org/buildarchive/r346788/
 
 Log:
   Update to 1.6.0, and add bash-devel support.
   
   PR:		ports/187199
   Approved by:	maintainer
 
 Modified:
   head/sysutils/duply/Makefile
   head/sysutils/duply/distinfo
 
 Modified: head/sysutils/duply/Makefile
 ==============================================================================
 --- head/sysutils/duply/Makefile	Sun Mar  2 18:19:48 2014	(r346787)
 +++ head/sysutils/duply/Makefile	Sun Mar  2 18:25:07 2014	(r346788)
 @@ -2,9 +2,9 @@
  # $FreeBSD$
  
  PORTNAME=	duply
 -PORTVERSION=	1.5.9
 +PORTVERSION=	1.6.0
  CATEGORIES=	sysutils
 -MASTER_SITES=	SF/ftplicity/${PORTNAME}%20%28simple%20duplicity%29/1.5.x/
 +MASTER_SITES=	SF/ftplicity/${PORTNAME}%20%28simple%20duplicity%29/1.6.x/
  DISTNAME=	${PORTNAME}_${PORTVERSION}
  EXTRACT_SUFX=	.tgz
  
 @@ -14,8 +14,12 @@ COMMENT=	Shell front end for the duplici
  LICENSE=	GPLv2
  LICENSE_FILE=	${WRKSRC}/gpl-2.0.txt
  
 -RUN_DEPENDS=	bash:${PORTSDIR}/shells/bash \
 -		duplicity:${PORTSDIR}/sysutils/duplicity
 +RUN_DEPENDS=	duplicity:${PORTSDIR}/sysutils/duplicity
 +
 +OPTIONS_DEFINE=	BASH_DEVEL
 +BASH_DEVEL_DESC=	Use shells/bash-devel instead of shells/bash
 +BASH_DEVEL_RUN_DEPENDS_OFF=	bash:${PORTSDIR}/shells/bash
 +BASH_DEVEL_RUN_DEPENDS=		bash:${PORTSDIR}/shells/bash-devel
  
  NO_BUILD=	yes
  
 
 Modified: head/sysutils/duply/distinfo
 ==============================================================================
 --- head/sysutils/duply/distinfo	Sun Mar  2 18:19:48 2014	(r346787)
 +++ head/sysutils/duply/distinfo	Sun Mar  2 18:25:07 2014	(r346788)
 @@ -1,2 +1,2 @@
 -SHA256 (duply_1.5.9.tgz) = e8de8e6b477f3abe9c5a959aabe7b6c030594aa982c54818b8bf6ac3612c6f7d
 -SIZE (duply_1.5.9.tgz) = 31753
 +SHA256 (duply_1.6.0.tgz) = 0ebd72f93aa44aa67da2c825926a50f7d4abb16798893305a6c331673ef13ec4
 +SIZE (duply_1.6.0.tgz) = 33496
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
