diff options
author | miwi <miwi@FreeBSD.org> | 2006-10-31 18:47:02 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-10-31 18:47:02 +0800 |
commit | 46e84f9b924d62f88024dc8ad5537756bf77a8e3 (patch) | |
tree | 7b6482b15385509c796d3e32d47671e537429d8f /mail | |
parent | 64a88dca036cd551621c8b357f19f2699939c480 (diff) | |
download | freebsd-ports-gnome-46e84f9b924d62f88024dc8ad5537756bf77a8e3.tar.gz freebsd-ports-gnome-46e84f9b924d62f88024dc8ad5537756bf77a8e3.tar.zst freebsd-ports-gnome-46e84f9b924d62f88024dc8ad5537756bf77a8e3.zip |
- Update to 2.10.6
- Pet portlint
- Pass maintainership to submitter
PR: ports/104581
Submitted by: Babak Farrokhi <babak@farrokhi.net>
Diffstat (limited to 'mail')
-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 |