From nobody@FreeBSD.org  Sat Oct  5 07:56:46 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTP id 7FA06B70
	for <freebsd-gnats-submit@FreeBSD.org>; Sat,  5 Oct 2013 07:56:46 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 68C982265
	for <freebsd-gnats-submit@FreeBSD.org>; Sat,  5 Oct 2013 07:56:46 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r957ukZ1077716
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 5 Oct 2013 07:56:46 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r957ujCL077619;
	Sat, 5 Oct 2013 07:56:45 GMT
	(envelope-from nobody)
Message-Id: <201310050756.r957ujCL077619@oldred.freebsd.org>
Date: Sat, 5 Oct 2013 07:56:45 GMT
From: "Herbert J. Skuhra" <h.skuhra@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [Patch] Update mail/imapsync to version 1.567
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: fbsd-ports@opsec.eu

>Number:         182662
>Category:       ports
>Synopsis:       [Patch] Update mail/imapsync to version 1.567
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    wg
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 05 08:00:00 UTC 2013
>Closed-Date:    Sat Oct 26 16:26:50 UTC 2013
>Last-Modified:  Sat Oct 26 16:30:00 UTC 2013
>Originator:     Herbert J. Skuhra
>Release:        FreeBSD 9.2-STABLE i386
>Organization:
>Environment:
FreeBSD build.home.lan 9.2-STABLE FreeBSD 9.2-STABLE #0 r255924: Sat Sep 28 14:13:29 CEST 2013     herbert@build.home.lan:/usr/obj/usr/src/sys/PC1  i386
>Description:
Update mail/imapsync to version 1.567 and add STAGE.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: mail/imapsync/Makefile
===================================================================
--- mail/imapsync/Makefile	(revision 329408)
+++ mail/imapsync/Makefile	(working copy)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	imapsync
-PORTVERSION=	1.564
+PORTVERSION=	1.567
 CATEGORIES=	mail perl5
 MASTER_SITES=	https://fedorahosted.org/released/${PORTNAME}/
 EXTRACT_SUFX=	.tgz
@@ -25,7 +25,6 @@
 
 POD2MAN?=	pod2man
 
-NO_STAGE=	yes
 do-patch:
 	${REINPLACE_CMD} \
 		-e 's|/usr/bin/perl|${PERL}|g' \
@@ -33,7 +32,7 @@
 
 do-install:
 	${POD2MAN} ${WRKSRC}/${PORTNAME} ${WRKSRC}/${PORTNAME}.1
-	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MAN1PREFIX}/man/man1
+	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
 
 .include <bsd.port.mk>
Index: mail/imapsync/distinfo
===================================================================
--- mail/imapsync/distinfo	(revision 329408)
+++ mail/imapsync/distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (imapsync-1.564.tgz) = f50ebcd486ca16534f7f62276c3efdf8f4cde24fe10d0f28454df52590f45c45
-SIZE (imapsync-1.564.tgz) = 795480
+SHA256 (imapsync-1.567.tgz) = ea266023adc1c1ee0dab2605865c17ca78353504869415924fc6c20fea798c88
+SIZE (imapsync-1.567.tgz) = 848206


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sat Oct 5 08:00:08 UTC 2013 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: fbsd-ports@opsec.eu
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/182662: [Patch] Update mail/imapsync to version 1.567
Date: Sat, 5 Oct 2013 08:00:07 UT

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

From: Kurt Jaeger <pi@opsec.eu>
To: bug-followup@FreeBSD.org
Cc: fbsd-ports@opsec.eu, h.skuhra@gmail.com
Subject: Re: ports/182662: [Patch] Update mail/imapsync to version 1.567
Date: Sat, 5 Oct 2013 10:59:54 +0200

 Hi!
 
 > 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.
 
 Thanks very much! I approve!
 
 -- 
 pi@opsec.eu            +49 171 3101372                         7 years to go !
Responsible-Changed-From-To: freebsd-ports-bugs->wg 
Responsible-Changed-By: wg 
Responsible-Changed-When: Sat Oct 26 16:19:18 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=182662 
State-Changed-From-To: feedback->closed 
State-Changed-By: wg 
State-Changed-When: Sat Oct 26 16:26:50 UTC 2013 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/182662: commit references a PR
Date: Sat, 26 Oct 2013 16:26:49 +0000 (UTC)

 Author: wg
 Date: Sat Oct 26 16:26:40 2013
 New Revision: 331718
 URL: http://svnweb.freebsd.org/changeset/ports/331718
 
 Log:
   mail/imapsync: update to 1.567 and staging
   
   - Update to 1.567 [1]
   - Allow staging [1] (based on)
   - Remove unnecessary BUILD_DEPENDS as there is no build
   
   PR:		ports/182662 [1]
   Submitted by:	Herbert J. Skuhra <h.skuhra gmail.com>
   Approved by:	maintainer
 
 Modified:
   head/mail/imapsync/Makefile
   head/mail/imapsync/distinfo
 
 Modified: head/mail/imapsync/Makefile
 ==============================================================================
 --- head/mail/imapsync/Makefile	Sat Oct 26 16:25:23 2013	(r331717)
 +++ head/mail/imapsync/Makefile	Sat Oct 26 16:26:40 2013	(r331718)
 @@ -2,7 +2,7 @@
  # $FreeBSD$
  
  PORTNAME=	imapsync
 -PORTVERSION=	1.564
 +PORTVERSION=	1.567
  CATEGORIES=	mail perl5
  MASTER_SITES=	https://fedorahosted.org/released/${PORTNAME}/
  EXTRACT_SUFX=	.tgz
 @@ -10,9 +10,6 @@ EXTRACT_SUFX=	.tgz
  MAINTAINER=	fbsd-ports@opsec.eu
  COMMENT=	IMAP synchronization, copy or migration tool
  
 -BUILD_DEPENDS=	p5-Mail-IMAPClient>0:${PORTSDIR}/mail/p5-Mail-IMAPClient \
 -		p5-Term-ReadKey>0:${PORTSDIR}/devel/p5-Term-ReadKey \
 -		p5-IO-Socket-SSL>0:${PORTSDIR}/security/p5-IO-Socket-SSL
  RUN_DEPENDS=	p5-Mail-IMAPClient>0:${PORTSDIR}/mail/p5-Mail-IMAPClient \
  		p5-Term-ReadKey>0:${PORTSDIR}/devel/p5-Term-ReadKey \
  		p5-IO-Socket-SSL>0:${PORTSDIR}/security/p5-IO-Socket-SSL
 @@ -20,12 +17,10 @@ RUN_DEPENDS=	p5-Mail-IMAPClient>0:${PORT
  USES=		perl5
  NO_BUILD=	yes
  
 -PLIST_FILES=	bin/${PORTNAME}
 -MAN1=		${PORTNAME}.1
 +PLIST_FILES=	bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
  
  POD2MAN?=	pod2man
  
 -NO_STAGE=	yes
  do-patch:
  	${REINPLACE_CMD} \
  		-e 's|/usr/bin/perl|${PERL}|g' \
 @@ -33,7 +28,7 @@ do-patch:
  
  do-install:
  	${POD2MAN} ${WRKSRC}/${PORTNAME} ${WRKSRC}/${PORTNAME}.1
 -	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
 -	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MAN1PREFIX}/man/man1
 +	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
 +	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
  
  .include <bsd.port.mk>
 
 Modified: head/mail/imapsync/distinfo
 ==============================================================================
 --- head/mail/imapsync/distinfo	Sat Oct 26 16:25:23 2013	(r331717)
 +++ head/mail/imapsync/distinfo	Sat Oct 26 16:26:40 2013	(r331718)
 @@ -1,2 +1,2 @@
 -SHA256 (imapsync-1.564.tgz) = f50ebcd486ca16534f7f62276c3efdf8f4cde24fe10d0f28454df52590f45c45
 -SIZE (imapsync-1.564.tgz) = 795480
 +SHA256 (imapsync-1.567.tgz) = ea266023adc1c1ee0dab2605865c17ca78353504869415924fc6c20fea798c88
 +SIZE (imapsync-1.567.tgz) = 848206
 _______________________________________________
 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:
