diff options
author | wg <wg@FreeBSD.org> | 2013-10-27 00:26:40 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2013-10-27 00:26:40 +0800 |
commit | 322b831f0bd76ed5149b68ca6f741e8d1aacb05a (patch) | |
tree | e997531672036cf9945f6a0cf26fe3d469e2ca1c /mail/imapsync | |
parent | 11ae88ee0454a86def491c6c38d5cb469bbb4f29 (diff) | |
download | freebsd-ports-gnome-322b831f0bd76ed5149b68ca6f741e8d1aacb05a.tar.gz freebsd-ports-gnome-322b831f0bd76ed5149b68ca6f741e8d1aacb05a.tar.zst freebsd-ports-gnome-322b831f0bd76ed5149b68ca6f741e8d1aacb05a.zip |
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
Diffstat (limited to 'mail/imapsync')
-rw-r--r-- | mail/imapsync/Makefile | 13 | ||||
-rw-r--r-- | mail/imapsync/distinfo | 4 |
2 files changed, 6 insertions, 11 deletions
diff --git a/mail/imapsync/Makefile b/mail/imapsync/Makefile index 4de332cc97d2..57482e8f456a 100644 --- a/mail/imapsync/Makefile +++ b/mail/imapsync/Makefile @@ -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:${PORTSDIR}/mail/p5-Mail-IMAPClient \ 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> diff --git a/mail/imapsync/distinfo b/mail/imapsync/distinfo index fc1daae0e41e..e7fabdf2623a 100644 --- a/mail/imapsync/distinfo +++ b/mail/imapsync/distinfo @@ -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 |