Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Oct 2013 16:26:40 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r331718 - head/mail/imapsync
Message-ID:  <201310261626.r9QGQeN3038347@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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