mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
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
This commit is contained in:
parent
8f4361328f
commit
e431a53e3d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=274049
2 changed files with 6 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= imapsync
|
PORTNAME= imapsync
|
||||||
PORTVERSION= 1.404
|
PORTVERSION= 1.411
|
||||||
CATEGORIES= mail perl5
|
CATEGORIES= mail perl5
|
||||||
MASTER_SITES= https://fedorahosted.org/released/${PORTNAME}/
|
MASTER_SITES= https://fedorahosted.org/released/${PORTNAME}/
|
||||||
EXTRACT_SUFX= .tgz
|
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 \
|
BUILD_DEPENDS= p5-Mail-IMAPClient>0:${PORTSDIR}/mail/p5-Mail-IMAPClient \
|
||||||
p5-Term-ReadKey>0:${PORTSDIR}/devel/p5-Term-ReadKey \
|
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
|
||||||
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
|
USE_PERL5= yes
|
||||||
NO_BUILD= yes
|
NO_BUILD= yes
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (imapsync-1.404.tgz) = 51836439ca25ce390ddeeaf9293734c6b01708a36763451ef46be68c53a05285
|
SHA256 (imapsync-1.411.tgz) = adab46f52cbf425ab8a17f8d0bd9ef4991857b9d2e0742725de51ac6033eb17c
|
||||||
SIZE (imapsync-1.404.tgz) = 6961989
|
SIZE (imapsync-1.411.tgz) = 5055478
|
||||||
|
|
Loading…
Add table
Reference in a new issue