From owner-svn-ports-head@freebsd.org Sat Oct 8 06:37:10 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E6EC8C05548; Sat, 8 Oct 2016 06:37:10 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B91BE3C3; Sat, 8 Oct 2016 06:37:10 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u986b9YN029702; Sat, 8 Oct 2016 06:37:09 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u986b93q029701; Sat, 8 Oct 2016 06:37:09 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201610080637.u986b93q029701@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 8 Oct 2016 06:37:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423489 - head/mail/imapsync X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Oct 2016 06:37:11 -0000 Author: pi Date: Sat Oct 8 06:37:09 2016 New Revision: 423489 URL: https://svnweb.freebsd.org/changeset/ports/423489 Log: mail/imapsync: add run-dep devel/p5-Readonly PR: 213116 Submitted by: raivo.hool@gmail.com Modified: head/mail/imapsync/Makefile Modified: head/mail/imapsync/Makefile ============================================================================== --- head/mail/imapsync/Makefile Sat Oct 8 06:34:22 2016 (r423488) +++ head/mail/imapsync/Makefile Sat Oct 8 06:37:09 2016 (r423489) @@ -3,6 +3,7 @@ PORTNAME= imapsync PORTVERSION= 1.727 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= mail perl5 MASTER_SITES= https://codeload.github.com/imapsync/imapsync/tar.gz/imapsync-${PORTVERSION}?dummy=/ @@ -18,6 +19,7 @@ LICENSE_PERMS= dist-mirror dist-sell pkg RUN_DEPENDS= p5-Mail-IMAPClient>0:mail/p5-Mail-IMAPClient \ p5-Term-ReadKey>0:devel/p5-Term-ReadKey \ p5-IO-Tee>0:devel/p5-IO-Tee \ + p5-Readonly>0:devel/p5-Readonly \ p5-IO-Socket-SSL>0:security/p5-IO-Socket-SSL \ p5-Unicode-String>0:converters/p5-Unicode-String \ p5-File-Copy-Recursive>0:devel/p5-File-Copy-Recursive