From vlad@beta.all-biz.info  Fri Nov 19 03:08:54 2010
Return-Path: <vlad@beta.all-biz.info>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id BB1621065670
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 19 Nov 2010 03:08:54 +0000 (UTC)
	(envelope-from vlad@beta.all-biz.info)
Received: from beta.all-biz.info (beta.all-biz.info [77.120.125.119])
	by mx1.freebsd.org (Postfix) with ESMTP id 519188FC08
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 19 Nov 2010 03:08:54 +0000 (UTC)
Received: by beta.all-biz.info (Postfix, from userid 1025)
	id 55BC0172E65; Fri, 19 Nov 2010 04:58:31 +0200 (EET)
Message-Id: <20101119025831.55BC0172E65@beta.all-biz.info>
Date: Fri, 19 Nov 2010 04:58:31 +0200 (EET)
From: Vlad V. Teterya <vlad@vlad.uz.ua>
Reply-To: Vlad V. Teterya <vlad@vlad.uz.ua>
To: FreeBSD-gnats-submit@freebsd.org
Cc: michael@ranner.eu
Subject: [UPDATE] sysutils/duply update to 1.5.4
X-Send-Pr-Version: 3.113
X-GNATS-Notify: michael@ranner.eu

>Number:         152391
>Category:       ports
>Synopsis:       [UPDATE] sysutils/duply update to 1.5.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sunpoet
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 19 03:10:17 UTC 2010
>Closed-Date:    Sat Nov 20 21:59:31 UTC 2010
>Last-Modified:  Sat Nov 20 22:00:17 UTC 2010
>Originator:     Vlad V. Teterya <vlad@vlad.uz.ua>
>Release:        FreeBSD 8.1-RELEASE-p1 amd64
>Organization:
Server Labs
>Environment:
System: FreeBSD beta 8.1-RELEASE-p1 FreeBSD 8.1-RELEASE-p1 #0: Fri Oct 1 03:34:37 EEST 2010 root@beta:/usr/obj/usr/src/sys/BETA amd64

>Description:
- Update to 1.5.4
- add bash to RUN_DEPENDS
- honour PREFIX

MAINTAINER in Cc

>How-To-Repeat:
>Fix:

--- duply.patch begins here ---
diff -ruN duply.bak/Makefile duply/Makefile
--- duply.bak/Makefile	2010-11-19 04:20:54.000000000 +0200
+++ duply/Makefile	2010-11-19 04:41:21.000000000 +0200
@@ -2,11 +2,11 @@
 # Date created:		2010-09-25
 # Whom:			Michael Ranner <michael@ranner.eu>
 #
-# $FreeBSD: ports/sysutils/duply/Makefile,v 1.1 2010/09/29 13:11:08 decke Exp $
+# $FreeBSD$
 #
 
 PORTNAME=	duply
-PORTVERSION=	1.5.2.3
+PORTVERSION=	1.5.4
 CATEGORIES=	sysutils
 MASTER_SITES=	SF/ftplicity/${PORTNAME}%20%28simple%20duplicity%29/1.5.x/
 DISTNAME=	${PORTNAME}_${PORTVERSION}
@@ -15,7 +15,8 @@
 MAINTAINER=	michael@ranner.eu
 COMMENT=	Shell front end for the duplicity backup tool
 
-RUN_DEPENDS=	duplicity:${PORTSDIR}/sysutils/duplicity
+RUN_DEPENDS=	duplicity:${PORTSDIR}/sysutils/duplicity \
+					bash:${PORTSDIR}/shells/bash
 
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/gpl.txt
@@ -26,11 +27,11 @@
 
 post-patch:
 	@${REINPLACE_CMD} -e "s,^#!/bin/bash,#!${LOCALBASE}/bin/bash,g" \
-		-e "s,/etc/duply,${LOCALBASE}/etc/duply,g" \
+		-e "s,/etc/duply,${PREFIX}/etc/duply,g" \
 		${WRKSRC}/duply
 
 do-install:
-	@${INSTALL_SCRIPT} ${WRKSRC}/duply ${LOCALBASE}/bin/duply
+	@${INSTALL_SCRIPT} ${WRKSRC}/duply ${PREFIX}/bin/duply
 .if !defined(NOPORTDOCS)
 	${MKDIR} ${DOCSDIR}/
 .	for i in ${PORTDOCS}
diff -ruN duply.bak/distinfo duply/distinfo
--- duply.bak/distinfo	2010-11-19 04:20:54.000000000 +0200
+++ duply/distinfo	2010-11-19 04:24:15.000000000 +0200
@@ -1,3 +1,2 @@
-MD5 (duply_1.5.2.3.tgz) = 7bb3af2219ba6c4dfe06856fbecbef8f
-SHA256 (duply_1.5.2.3.tgz) = c671fdc6c9f74fb31910a2c755414d83fc3afe1f83212bca541048b8d1b4a536
-SIZE (duply_1.5.2.3.tgz) = 24729
+SHA256 (duply_1.5.4.tgz) = 3fd2027f117917c4720fbebd790dfb2d826b52b87b2049e8b41d752c12b69fef
+SIZE (duply_1.5.4.tgz) = 27760
--- duply.patch ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Fri Nov 19 03:10:25 UTC 2010 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: michael@ranner.eu
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/152391: [UPDATE] sysutils/duply update to 1.5.4
Date: Fri, 19 Nov 2010 03:10:23 UT

 Maintainer of sysutils/duply,
 
 Please note that PR ports/152391 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/152391
 
 -- 
 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/152391: [UPDATE] sysutils/duply update to 1.5.4
Date: Fri, 19 Nov 2010 08:58:27 +0100

 --Boundary-01=_j4i5M9pNgANTEiL
 Content-Type: text/plain;
   charset="iso-8859-15"
 Content-Transfer-Encoding: quoted-printable
 
 I approve!
 
 Am Freitag 19 November 2010, 04:10:23 schrieb Edwin Groothuis:
 > Maintainer of sysutils/duply,
 >=20
 > Please note that PR ports/152391 has just been submitted.
 >=20
 > 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.
 >=20
 > The full text of the PR can be found at:
 >     http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/152391
 
 
 =2D-=20
 Mit freundlichen Gr=FC=DFen
 
 Ing. Michael Ranner
 
 GSM:  +43 676 4155044
 Mail: michael@ranner.eu
 WWW:  http://www.azedo.at/
 
 --Boundary-01=_j4i5M9pNgANTEiL
 Content-Type: text/html;
   charset="iso-8859-15"
 Content-Transfer-Encoding: quoted-printable
 
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-=
 html40/strict.dtd">
 <html><head><meta name=3D"qrichtext" content=3D"1" /><style type=3D"text/cs=
 s">
 p, li { white-space: pre-wrap; }
 </style></head><body style=3D" font-family:'Monospace'; font-size:13pt; fon=
 t-weight:400; font-style:normal;">
 <p style=3D" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-rig=
 ht:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">I approve!<=
 /p>
 <p style=3D"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; ma=
 rgin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-u=
 ser-state:0;"></p>
 <p style=3D" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-rig=
 ht:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">Am Freitag =
 19 November 2010, 04:10:23 schrieb Edwin Groothuis:</p>
 <p style=3D" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-rig=
 ht:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">&gt; Mainta=
 iner of sysutils/duply,</p>
 <p style=3D" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-rig=
 ht:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">&gt; </p>
 <p style=3D" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-rig=
 ht:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">&gt; Please=
  note that PR ports/152391 has just been submitted.</p>
 <p style=3D" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-rig=
 ht:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">&gt; </p>
 <p style=3D" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-rig=
 ht:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">&gt; If it =
 contains a patch for an upgrade, an enhancement or a bug fix</p>
 <p style=3D" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-rig=
 ht:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">&gt; you ag=
 ree on, reply to this email stating that you approve the patch</p>
 <p style=3D" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-rig=
 ht:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">&gt; and a =
 committer will take care of it.</p>
 <p style=3D" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-rig=
 ht:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">&gt; </p>
 <p style=3D" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-rig=
 ht:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">&gt; The fu=
 ll text of the PR can be found at:</p>
 <p style=3D" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-rig=
 ht:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">&gt;     ht=
 tp://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/152391</p>
 <p style=3D"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; ma=
 rgin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-u=
 ser-state:0;"></p>
 <p style=3D"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; ma=
 rgin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-u=
 ser-state:0;"></p>
 <p style=3D" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-rig=
 ht:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">-- </p>
 <p style=3D" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-rig=
 ht:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">Mit freundl=
 ichen Gr=FC=DFen</p>
 <p style=3D"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; ma=
 rgin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-u=
 ser-state:0;"></p>
 <p style=3D" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-rig=
 ht:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">Ing. Michae=
 l Ranner</p>
 <p style=3D"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; ma=
 rgin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-u=
 ser-state:0;"></p>
 <p style=3D" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-rig=
 ht:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">GSM:  +43 6=
 76 4155044</p>
 <p style=3D" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-rig=
 ht:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">Mail: micha=
 el@ranner.eu</p>
 <p style=3D" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-rig=
 ht:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">WWW:  http:=
 //www.azedo.at/</p></body></html>
 --Boundary-01=_j4i5M9pNgANTEiL--
Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet 
Responsible-Changed-By: sunpoet 
Responsible-Changed-When: Fri Nov 19 08:22:23 UTC 2010 
Responsible-Changed-Why:  
I will take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=152391 
State-Changed-From-To: feedback->closed 
State-Changed-By: sunpoet 
State-Changed-When: Sat Nov 20 21:59:29 UTC 2010 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/152391: commit references a PR
Date: Sat, 20 Nov 2010 21:59:23 +0000 (UTC)

 sunpoet     2010-11-20 21:59:19 UTC
 
   FreeBSD ports repository
 
   Modified files:
     sysutils/duply       Makefile distinfo 
   Log:
   - Update to 1.5.4
   - Honor PREFIX
   
   Changes:
   
   1.5.4:
   - as of 1.5.3 already, new ARCH_DIR config option
   - multiple key support
   - ftplicity-Feature Requests-2994929: separate encryption and signing key
   - key signing of symmetric encryption possible (duplicity patch committed)
   - gpg tests disable switch
   - gpg tests now previewable and more intelligent
   
   1.5.3: (1.11.2010)
   - bugfix 3056628: improve busybox compatibility, grep did not have -m param
   - bugfix 2995408: allow empty password for PGP key
   - bugfix 2996459: Duply erroneously escapes '-' symbol in username
   - url_encode function is now pythonized
   - rsync uses FTP_PASSWORD now if duplicity 0.6.10+ , else issue warning
   - feature 3059262: Make pre and post aware of parameters,
                      internal parameters + CMD of pre or post
   
   PR:             ports/152391
   Submitted by:   Vlad V. Teterya <vlad@vlad.uz.ua>
   Approved by:    Michael Ranner <michael@ranner.eu> (maintainer)
   
   Revision  Changes    Path
   1.2       +5 -4      ports/sysutils/duply/Makefile
   1.2       +2 -3      ports/sysutils/duply/distinfo
 _______________________________________________
 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"
 
>Unformatted:
