Bug 183719 - mail/imapsync: 1.569 is missing a dependency
Summary: mail/imapsync: 1.569 is missing a dependency
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: William Grzybowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-06 15:40 UTC by Lawrence Chen
Modified: 2013-11-06 16:10 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lawrence Chen 2013-11-06 15:40:01 UTC
	After updating to 1.569, imapsync misses File::Copy::Recursive.

Fix: 

devel/p5-File-Copy-Recursive is needed.
How-To-Repeat: 	

	After updating imapsync, this error results:

	Can't locate File/Copy/Recursive.pm in @INC (@INC contains: /usr/local/lib/perl5/5.16/BSDPAN /usr/local/lib/perl5/site_perl/5.16/mach /usr/local/lib/perl5/site_perl/5.16 /usr/local/lib/perl5/5.16/mach /usr/local/lib/perl5/5.16 .) at /usr/local/bin/imapsync line 568.
	BEGIN failed--compilation aborted at /usr/local/bin/imapsync line 568.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-11-06 15:40:09 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-11-06 15:40:09 UTC
Maintainer of mail/imapsync,

Please note that PR ports/183719 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/183719

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Kurt Jaeger 2013-11-06 16:01:52 UTC
Hi!

> The full text of the PR can be found at:
>     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/183719

Here's a fix for the Makefile.

Thanks!

----------------------

diff -r -u -N mail/imapsync/Makefile /usr/home/pi/myp/mail/imapsync/Makefile
--- mail/imapsync/Makefile	2013-11-01 23:12:06.000000000 +0100
+++ /usr/home/pi/myp/mail/imapsync/Makefile	2013-11-06 16:58:51.000000000 +0100
@@ -1,5 +1,5 @@
 # Created by: Alex Deiter <tiamat@komi.mts.ru>
-# $FreeBSD: head/mail/imapsync/Makefile 332353 2013-11-01 10:51:51Z wg $
+# $FreeBSD: head/mail/imapsync/Makefile 331718 2013-10-26 16:26:40Z wg $
 
 PORTNAME=	imapsync
 PORTVERSION=	1.569
@@ -12,7 +12,8 @@
 
 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
+		p5-IO-Socket-SSL>0:${PORTSDIR}/security/p5-IO-Socket-SSL \
+		p5-File-Copy-Recursive>0:${PORTSDIR}/devel/p5-File-Copy-Recursive
 
 USES=		perl5
 NO_BUILD=	yes
-- 
pi@opsec.eu            +49 171 3101372                         7 years to go !
Comment 4 William Grzybowski freebsd_committer freebsd_triage 2013-11-06 16:05:50 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wg

I'll take it.
Comment 5 William Grzybowski freebsd_committer freebsd_triage 2013-11-06 16:06:11 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!
Comment 6 dfilter service freebsd_committer freebsd_triage 2013-11-06 16:06:14 UTC
Author: wg
Date: Wed Nov  6 16:06:07 2013
New Revision: 333008
URL: http://svnweb.freebsd.org/changeset/ports/333008

Log:
  mail/imapsync: add missing run dependency
  
  PR:		ports/183719
  Submitted by:	Lawrence Chen <lkchen mew.cns.ksu.edu>, maintainer

Modified:
  head/mail/imapsync/Makefile

Modified: head/mail/imapsync/Makefile
==============================================================================
--- head/mail/imapsync/Makefile	Wed Nov  6 16:02:19 2013	(r333007)
+++ head/mail/imapsync/Makefile	Wed Nov  6 16:06:07 2013	(r333008)
@@ -3,6 +3,7 @@
 
 PORTNAME=	imapsync
 PORTVERSION=	1.569
+PORTREVISION=	1
 CATEGORIES=	mail perl5
 MASTER_SITES=	https://fedorahosted.org/released/${PORTNAME}/
 EXTRACT_SUFX=	.tgz
@@ -12,7 +13,8 @@ COMMENT=	IMAP synchronization, copy or m
 
 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
+		p5-IO-Socket-SSL>0:${PORTSDIR}/security/p5-IO-Socket-SSL \
+		p5-File-Copy-Recursive>0:${PORTSDIR}/devel/p5-File-Copy-Recursive
 
 USES=		perl5
 NO_BUILD=	yes
_______________________________________________
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"