diff options
author | wxs <wxs@FreeBSD.org> | 2011-05-13 21:12:07 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2011-05-13 21:12:07 +0800 |
commit | e1b2ea536ca9bc33e430eeeab398b054808c20e4 (patch) | |
tree | 388ee56b9f11e61b1cca0bb67af4afa7e4f5e562 /mail | |
parent | 384e6b1d2e50aaa363232203474e71aad0ea5da9 (diff) | |
download | freebsd-ports-graphics-e1b2ea536ca9bc33e430eeeab398b054808c20e4.tar.gz freebsd-ports-graphics-e1b2ea536ca9bc33e430eeeab398b054808c20e4.tar.zst freebsd-ports-graphics-e1b2ea536ca9bc33e430eeeab398b054808c20e4.zip |
Update to 1.411.
While here, be explicit about the RUN_DEPENDS.
PR: ports/156710
Submitted by: Mark Felder <feld@feld.me>
Approved by: maintainer timeout
Diffstat (limited to 'mail')
-rw-r--r-- | mail/imapsync/Makefile | 6 | ||||
-rw-r--r-- | mail/imapsync/distinfo | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/mail/imapsync/Makefile b/mail/imapsync/Makefile index 7b596a117e6..2ab782150ec 100644 --- a/mail/imapsync/Makefile +++ b/mail/imapsync/Makefile @@ -6,7 +6,7 @@ # PORTNAME= imapsync -PORTVERSION= 1.404 +PORTVERSION= 1.411 CATEGORIES= mail perl5 MASTER_SITES= https://fedorahosted.org/released/${PORTNAME}/ EXTRACT_SUFX= .tgz @@ -17,7 +17,9 @@ 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= ${BUILD_DEPENDS} +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 USE_PERL5= yes NO_BUILD= yes diff --git a/mail/imapsync/distinfo b/mail/imapsync/distinfo index e7e4c9a952b..46b981af77d 100644 --- a/mail/imapsync/distinfo +++ b/mail/imapsync/distinfo @@ -1,2 +1,2 @@ -SHA256 (imapsync-1.404.tgz) = 51836439ca25ce390ddeeaf9293734c6b01708a36763451ef46be68c53a05285 -SIZE (imapsync-1.404.tgz) = 6961989 +SHA256 (imapsync-1.411.tgz) = adab46f52cbf425ab8a17f8d0bd9ef4991857b9d2e0742725de51ac6033eb17c +SIZE (imapsync-1.411.tgz) = 5055478 |