View | Details | Raw Unified | Return to bug 104581
Collapse All | Expand All

(-)fetchyahoo/Makefile (-5 / +6 lines)
Lines 6-16 Link Here
6
#
6
#
7
7
8
PORTNAME=	fetchyahoo
8
PORTNAME=	fetchyahoo
9
PORTVERSION=	2.10.2
9
PORTVERSION=	2.10.6
10
CATEGORIES=	mail
10
CATEGORIES=	mail
11
MASTER_SITES=	http://fetchyahoo.sourceforge.net/
11
MASTER_SITES=	http://fetchyahoo.sourceforge.net/
12
12
13
MAINTAINER=	ports@FreeBSD.org
13
MAINTAINER=	babak@farrokhi.net
14
COMMENT=	Download e-mail from a Yahoo account to a Berkeley mailbox
14
COMMENT=	Download e-mail from a Yahoo account to a Berkeley mailbox
15
15
16
RUN_DEPENDS=	\
16
RUN_DEPENDS=	\
Lines 20-27 Link Here
20
	${SITE_PERL}/Mail/Address.pm:${PORTSDIR}/mail/p5-Mail-Tools \
20
	${SITE_PERL}/Mail/Address.pm:${PORTSDIR}/mail/p5-Mail-Tools \
21
	${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \
21
	${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \
22
	${SITE_PERL}/${PERL_ARCH}/Crypt/SSLeay.pm:${PORTSDIR}/security/p5-Crypt-SSLeay \
22
	${SITE_PERL}/${PERL_ARCH}/Crypt/SSLeay.pm:${PORTSDIR}/security/p5-Crypt-SSLeay \
23
	${SITE_PERL}/${PERL_ARCH}/HTML/Filter.pm:${PORTSDIR}/www/p5-HTML-Parser\
23
	${SITE_PERL}/${PERL_ARCH}/HTML/Filter.pm:${PORTSDIR}/www/p5-HTML-Parser \
24
	${SITE_PERL}/HTTP/Request/Common.pm:${PORTSDIR}/www/p5-libwww
24
	${SITE_PERL}/HTTP/Request/Common.pm:${PORTSDIR}/www/p5-libwww \
25
	${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey
25
26
26
MAN1=		fetchyahoo.1
27
MAN1=		fetchyahoo.1
27
PLIST_DIRS=	share/examples/fetchyahoo
28
PLIST_DIRS=	share/examples/fetchyahoo
Lines 33-39 Link Here
33
.include <bsd.port.pre.mk>
34
.include <bsd.port.pre.mk>
34
35
35
.if ${PERL_LEVEL} < 500600
36
.if ${PERL_LEVEL} < 500600
36
IGNORE=		requires Perl 5.6 or newer. Install lang/perl5.8 and try again.
37
IGNORE=		requires Perl 5.6 or newer. Install lang/perl5.8 and try again
37
.endif
38
.endif
38
39
39
.if ${PERL_LEVEL} < 500800
40
.if ${PERL_LEVEL} < 500800
(-)fetchyahoo/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (fetchyahoo-2.10.2.tar.gz) = 6a08dd6c39d0c5fa64329cff63309025
1
MD5 (fetchyahoo-2.10.6.tar.gz) = 4d468b5931f91f3a8c15ca5f1fdf245a
2
SHA256 (fetchyahoo-2.10.2.tar.gz) = 55424f47858f41fcf761f094c16e04f12c7dc646af37162ef846406f1a9b3492
2
SHA256 (fetchyahoo-2.10.6.tar.gz) = e8f57cd8ce3d3f3872409ed07ed02621bd3f83fabb07a8552afdc49cf8f41c9e
3
SIZE (fetchyahoo-2.10.2.tar.gz) = 42317
3
SIZE (fetchyahoo-2.10.6.tar.gz) = 43670

Return to bug 104581