mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
Update to 0.3.3, change URI of Web page.
Documents in English is now available.
This commit is contained in:
parent
4c89da9e4e
commit
320ae9cbe0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=69873
@ -6,9 +6,9 @@
|
||||
#
|
||||
|
||||
PORTNAME= emacs-wget
|
||||
PORTVERSION= 0.3.2
|
||||
PORTVERSION= 0.3.3
|
||||
CATEGORIES= ftp www
|
||||
MASTER_SITES= http://isweb22.infoseek.co.jp/computer/pop-club/emacs/emacs-wget/
|
||||
MASTER_SITES= http://pop-club.hp.infoseek.co.jp/emacs/emacs-wget/
|
||||
|
||||
MAINTAINER= yoichi@FreeBSD.org
|
||||
|
||||
@ -21,7 +21,7 @@ do-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/*.el ${PREFIX}/share/emacs/site-lisp/wget
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
.for i in README.ja USAGE.ja
|
||||
.for i in README README.ja USAGE USAGE.ja
|
||||
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
|
||||
.endfor
|
||||
.endif
|
||||
|
@ -1 +1 @@
|
||||
MD5 (emacs-wget-0.3.2.tar.gz) = d5135c1014fc9430a465b4ac41427da3
|
||||
MD5 (emacs-wget-0.3.3.tar.gz) = bd0c1a4949c6a878d1f3c6d1caffbd8e
|
||||
|
@ -1,3 +1,3 @@
|
||||
Emacs-wget is a simple interface program of wget for Emacsen.
|
||||
|
||||
WWW: http://isweb22.infoseek.co.jp/computer/pop-club/emacs/emacs-wget/emacs-wget.html
|
||||
WWW: http://pop-club.hp.infoseek.co.jp/emacs/emacs-wget/
|
||||
|
@ -3,6 +3,8 @@ share/emacs/site-lisp/wget/w3-wget.el
|
||||
share/emacs/site-lisp/wget/w3m-wget.el
|
||||
share/emacs/site-lisp/wget/wget-sysdep.el
|
||||
@dirrm share/emacs/site-lisp/wget
|
||||
%%PORTDOCS%%share/doc/emacs-wget/README
|
||||
%%PORTDOCS%%share/doc/emacs-wget/README.ja
|
||||
%%PORTDOCS%%share/doc/emacs-wget/USAGE
|
||||
%%PORTDOCS%%share/doc/emacs-wget/USAGE.ja
|
||||
%%PORTDOCS%%@dirrm share/doc/emacs-wget
|
||||
|
Loading…
Reference in New Issue
Block a user