diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-10-31 10:47:02 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-10-31 10:47:02 +0000 |
commit | e029e7f29f057c6b2757d0cbe908bb862e7196e6 (patch) | |
tree | 5a7b6502453f3a18b795c5d73880f787beaf8190 /mail/fetchyahoo | |
parent | 60de9854a08f9def1ad208d82b3386236ca0921b (diff) |
- Update to 2.10.6
- Pet portlint
- Pass maintainership to submitter
PR: ports/104581
Submitted by: Babak Farrokhi <babak@farrokhi.net>
Notes
Notes:
svn path=/head/; revision=175782
Diffstat (limited to 'mail/fetchyahoo')
-rw-r--r-- | mail/fetchyahoo/Makefile | 11 | ||||
-rw-r--r-- | mail/fetchyahoo/distinfo | 6 |
2 files changed, 9 insertions, 8 deletions
diff --git a/mail/fetchyahoo/Makefile b/mail/fetchyahoo/Makefile index ecc2a7e38b94..5d677aa1ce6b 100644 --- a/mail/fetchyahoo/Makefile +++ b/mail/fetchyahoo/Makefile @@ -6,11 +6,11 @@ # PORTNAME= fetchyahoo -PORTVERSION= 2.10.2 +PORTVERSION= 2.10.6 CATEGORIES= mail MASTER_SITES= http://fetchyahoo.sourceforge.net/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= babak@farrokhi.net COMMENT= Download e-mail from a Yahoo account to a Berkeley mailbox RUN_DEPENDS= \ @@ -20,8 +20,9 @@ RUN_DEPENDS= \ ${SITE_PERL}/Mail/Address.pm:${PORTSDIR}/mail/p5-Mail-Tools \ ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \ ${SITE_PERL}/${PERL_ARCH}/Crypt/SSLeay.pm:${PORTSDIR}/security/p5-Crypt-SSLeay \ - ${SITE_PERL}/${PERL_ARCH}/HTML/Filter.pm:${PORTSDIR}/www/p5-HTML-Parser\ - ${SITE_PERL}/HTTP/Request/Common.pm:${PORTSDIR}/www/p5-libwww + ${SITE_PERL}/${PERL_ARCH}/HTML/Filter.pm:${PORTSDIR}/www/p5-HTML-Parser \ + ${SITE_PERL}/HTTP/Request/Common.pm:${PORTSDIR}/www/p5-libwww \ + ${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey MAN1= fetchyahoo.1 PLIST_DIRS= share/examples/fetchyahoo @@ -33,7 +34,7 @@ USE_PERL5= yes .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500600 -IGNORE= requires Perl 5.6 or newer. Install lang/perl5.8 and try again. +IGNORE= requires Perl 5.6 or newer. Install lang/perl5.8 and try again .endif .if ${PERL_LEVEL} < 500800 diff --git a/mail/fetchyahoo/distinfo b/mail/fetchyahoo/distinfo index 60b1fa03560c..eb95d342affe 100644 --- a/mail/fetchyahoo/distinfo +++ b/mail/fetchyahoo/distinfo @@ -1,3 +1,3 @@ -MD5 (fetchyahoo-2.10.2.tar.gz) = 6a08dd6c39d0c5fa64329cff63309025 -SHA256 (fetchyahoo-2.10.2.tar.gz) = 55424f47858f41fcf761f094c16e04f12c7dc646af37162ef846406f1a9b3492 -SIZE (fetchyahoo-2.10.2.tar.gz) = 42317 +MD5 (fetchyahoo-2.10.6.tar.gz) = 4d468b5931f91f3a8c15ca5f1fdf245a +SHA256 (fetchyahoo-2.10.6.tar.gz) = e8f57cd8ce3d3f3872409ed07ed02621bd3f83fabb07a8552afdc49cf8f41c9e +SIZE (fetchyahoo-2.10.6.tar.gz) = 43670 |