From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 5 08:00:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.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 ESMTP id 9AFABE69 for ; Sat, 5 Oct 2013 08:00:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7B62322B1 for ; Sat, 5 Oct 2013 08:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r95800mr061602 for ; Sat, 5 Oct 2013 08:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r95800Sq061601; Sat, 5 Oct 2013 08:00:00 GMT (envelope-from gnats) Resent-Date: Sat, 5 Oct 2013 08:00:00 GMT Resent-Message-Id: <201310050800.r95800Sq061601@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Herbert J. Skuhra" 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 ; 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 ; 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 ; 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" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182662: [Patch] Update mail/imapsync to version 1.567 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Oct 2013 08:00:00 -0000 >Number: 182662 >Category: ports >Synopsis: [Patch] Update mail/imapsync to version 1.567 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Oct 05 08:00:00 UTC 2013 >Closed-Date: >Last-Modified: >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 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: >Unformatted: