From vlad@beta.all-biz.info  Thu Dec 23 21:05:45 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 AB807106566B
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 23 Dec 2010 21:05:45 +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 70E8D8FC0A
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 23 Dec 2010 21:05:44 +0000 (UTC)
Received: by beta.all-biz.info (Postfix, from userid 1025)
	id 506E917076B; Thu, 23 Dec 2010 23:05:09 +0200 (EET)
Message-Id: <20101223210509.506E917076B@beta.all-biz.info>
Date: Thu, 23 Dec 2010 23:05:09 +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.1
X-Send-Pr-Version: 3.113
X-GNATS-Notify: michael@ranner.eu

>Number:         153410
>Category:       ports
>Synopsis:       [UPDATE] sysutils/duply update to 1.5.4.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sahil
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 23 21:10:10 UTC 2010
>Closed-Date:    Tue Dec 28 23:48:04 UTC 2010
>Last-Modified:  Tue Dec 28 23:50:04 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.1
- Remove unneeded post-patch action (shebang uses /usr/bin/env bash)

MAINTAINER in Cc

>How-To-Repeat:
>Fix:


--- duply-1.5.4.1.patch begins here ---
diff -ruN duply.bak/Makefile duply/Makefile
--- duply.bak/Makefile	2010-12-23 22:40:58.000000000 +0200
+++ duply/Makefile	2010-12-23 22:45:05.000000000 +0200
@@ -2,12 +2,11 @@
 # Date created:		2010-09-25
 # Whom:			Michael Ranner <michael@ranner.eu>
 #
-# $FreeBSD: ports/sysutils/duply/Makefile,v 1.3 2010/12/16 02:34:04 glarkin Exp $
+# $FreeBSD$
 #
 
 PORTNAME=	duply
-PORTVERSION=	1.5.4
-PORTREVISION=	1
+PORTVERSION=	1.5.4.1
 CATEGORIES=	sysutils
 MASTER_SITES=	SF/ftplicity/${PORTNAME}%20%28simple%20duplicity%29/1.5.x/
 DISTNAME=	${PORTNAME}_${PORTVERSION}
@@ -27,9 +26,7 @@
 PLIST_FILES=	bin/duply
 
 post-patch:
-	@${REINPLACE_CMD} -e "s,^#!/bin/bash,#!${LOCALBASE}/bin/bash,g" \
-		-e "s,/etc/duply,${PREFIX}/etc/duply,g" \
-		${WRKSRC}/duply
+	@${REINPLACE_CMD} -e "s,/etc/duply,${PREFIX}/etc/duply,g" ${WRKSRC}/duply
 
 do-install:
 	@${INSTALL_SCRIPT} ${WRKSRC}/duply ${PREFIX}/bin/duply
diff -ruN duply.bak/distinfo duply/distinfo
--- duply.bak/distinfo	2010-12-23 22:40:58.000000000 +0200
+++ duply/distinfo	2010-12-23 22:42:50.000000000 +0200
@@ -1,2 +1,2 @@
-SHA256 (duply_1.5.4.tgz) = 3fd2027f117917c4720fbebd790dfb2d826b52b87b2049e8b41d752c12b69fef
-SIZE (duply_1.5.4.tgz) = 27760
+SHA256 (duply_1.5.4.1.tgz) = 1a049942e41d601e85b56dce8c4b2ac80272a06c9ab37a733e59e1cf44f3aab1
+SIZE (duply_1.5.4.1.tgz) = 28247
--- duply-1.5.4.1.patch ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Thu Dec 23 21:10:17 UTC 2010 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: michael@ranner.eu
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/153410: [UPDATE] sysutils/duply update to 1.5.4.1
Date: Thu, 23 Dec 2010 21:10:15 UT

 Maintainer of sysutils/duply,
 
 Please note that PR ports/153410 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/153410
 
 -- 
 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/153410: [UPDATE] sysutils/duply update to 1.5.4.1
Date: Fri, 24 Dec 2010 00:19:58 +0100

 --Boundary-01=_ek9ENamCXRdZ0r5
 Content-Type: text/plain;
   charset="iso-8859-15"
 Content-Transfer-Encoding: 7bit
 
 Am Donnerstag 23 Dezember 2010, 22:10:15 schrieben Sie:
 > Maintainer of sysutils/duply,
 > 
 > Please note that PR ports/153410 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.
 
 I agree.
 
 Regards,
 Michael
 
 --Boundary-01=_ek9ENamCXRdZ0r5
 Content-Type: text/html;
   charset="iso-8859-15"
 Content-Transfer-Encoding: 7bit
 
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
 <html><head><meta name="qrichtext" content="1" /><style type="text/css">
 p, li { white-space: pre-wrap; }
 </style></head><body style=" font-family:'Monospace'; font-size:13pt; font-weight:400; font-style:normal;">
 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">Am Donnerstag 23 Dezember 2010, 22:10:15 schrieben Sie:</p>
 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">&gt; Maintainer of sysutils/duply,</p>
 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">&gt; </p>
 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">&gt; Please note that PR ports/153410 has just been submitted.</p>
 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">&gt; </p>
 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right: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=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">&gt; you agree on, reply to this email stating that you approve the patch</p>
 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">&gt; and a committer will take care of it.</p>
 <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"></p>
 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">I agree.</p>
 <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"></p>
 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">Regards,</p>
 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">Michael</p></body></html>
 --Boundary-01=_ek9ENamCXRdZ0r5--
Responsible-Changed-From-To: freebsd-ports-bugs->sahil 
Responsible-Changed-By: sahil 
Responsible-Changed-When: Fri Dec 24 16:06:07 UTC 2010 
Responsible-Changed-Why:  
Take. 

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

From: Sahil Tandon <sahil@FreeBSD.org>
To: bug-followup@FreeBSD.org
Cc: Michael Ranner <michael@ranner.eu>
Subject: Re: ports/153410: [UPDATE] sysutils/duply update to 1.5.4.1
Date: Sun, 26 Dec 2010 19:00:50 -0500

 ${PREFIX}/etc/duply == ${ETCDIR} so do I have your approval to commit
 this using the latter, shorter form in the ${REINPLACE_CMD}?
 
 -- 
 Sahil Tandon <sahil@FreeBSD.org>
State-Changed-From-To: feedback->closed 
State-Changed-By: sahil 
State-Changed-When: Tue Dec 28 23:48:02 UTC 2010 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/153410: commit references a PR
Date: Tue, 28 Dec 2010 23:47:26 +0000 (UTC)

 sahil       2010-12-28 23:47:14 UTC
 
   FreeBSD ports repository
 
   Modified files:
     sysutils/duply       Makefile distinfo 
   Log:
   - Update to 1.5.4.1
   
   PR:             ports/153410
   Submitted by:   Vlad V. Teterya <vlad@vlad.uz.ua>
   Approved by:    Michael Ranner <michael@ranner.eu> (maintainer)
   
   Revision  Changes    Path
   1.4       +2 -5      ports/sysutils/duply/Makefile
   1.3       +2 -2      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:
