diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-03-20 20:23:41 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-03-20 20:23:41 +0000 |
commit | aa87c3b61230bbb7735147831cb964290ce1e9e2 (patch) | |
tree | 504cb2ed03306f8a868c04aee4c0fbd02a08d806 /mail | |
parent | 04c06b118c85b5e1ec7586736db64dc22e5ba16a (diff) | |
download | ports-aa87c3b61230bbb7735147831cb964290ce1e9e2.tar.gz ports-aa87c3b61230bbb7735147831cb964290ce1e9e2.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/fetchyahoo/Makefile | 8 | ||||
-rw-r--r-- | mail/fetchyahoo/distinfo | 5 |
2 files changed, 4 insertions, 9 deletions
diff --git a/mail/fetchyahoo/Makefile b/mail/fetchyahoo/Makefile index 2d4033d4c023..2479bac7731a 100644 --- a/mail/fetchyahoo/Makefile +++ b/mail/fetchyahoo/Makefile @@ -6,7 +6,7 @@ # PORTNAME= fetchyahoo -PORTVERSION= 2.5.5 +PORTVERSION= 2.8.0 CATEGORIES= mail MASTER_SITES= http://fetchyahoo.sourceforge.net/ @@ -32,10 +32,6 @@ USE_PERL5= yes .include <bsd.port.pre.mk> -do-patch: -# Use an RFC 2606 domain: myhost.com is registered. - ${PERL} -pi -e "s:myhost.com:example:g" ${WRKSRC}/fetchyahoorc - pre-install: ${ECHO_CMD} bin/fetchyahoo > ${PLIST} .if !defined(NOPORTDOCS) @@ -46,7 +42,7 @@ pre-install: .endif do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/fetchyahoo.pl ${PREFIX}/bin/fetchyahoo + ${INSTALL_SCRIPT} ${WRKSRC}/fetchyahoo ${PREFIX}/bin/ ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MANPREFIX}/man/man1 .if !defined(NOPORTDOCS) ${MKDIR} ${EXAMPLESDIR} ${DOCSDIR} diff --git a/mail/fetchyahoo/distinfo b/mail/fetchyahoo/distinfo index b23aa17fcba3..382b1a97886c 100644 --- a/mail/fetchyahoo/distinfo +++ b/mail/fetchyahoo/distinfo @@ -1,3 +1,2 @@ -$FreeBSD$ -MD5 (fetchyahoo-2.5.5.tar.gz) = 58be7637d63fa34e17c1960fce0ed2c8 -SIZE (fetchyahoo-2.5.5.tar.gz) = 28996 +MD5 (fetchyahoo-2.8.0.tar.gz) = 21084e51f47d40e4ccbbe1d0d8764450 +SIZE (fetchyahoo-2.8.0.tar.gz) = 34342 |