diff options
author | trevor <trevor@FreeBSD.org> | 2004-03-21 04:23:41 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-03-21 04:23:41 +0800 |
commit | a110ca815d925f15cc7182165736a7b1e1cab76e (patch) | |
tree | 961eb62194b703799b876251ec1091dc81bc4bbb /mail/fetchyahoo | |
parent | 76c7fa9cb0aa6ea7b38592b9117aeea7632c08b6 (diff) | |
download | freebsd-ports-gnome-a110ca815d925f15cc7182165736a7b1e1cab76e.tar.gz freebsd-ports-gnome-a110ca815d925f15cc7182165736a7b1e1cab76e.tar.zst freebsd-ports-gnome-a110ca815d925f15cc7182165736a7b1e1cab76e.zip |
Update to 2.8.0.
Prompted by: Bryan Levin
Diffstat (limited to 'mail/fetchyahoo')
-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 |