Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Oct 2013 07:56:45 GMT
From:      "Herbert J. Skuhra" <h.skuhra@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/182662: [Patch] Update mail/imapsync to version 1.567
Message-ID:  <201310050756.r957ujCL077619@oldred.freebsd.org>
Resent-Message-ID: <201310050800.r95800Sq061601@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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 <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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310050756.r957ujCL077619>