Update to 0.6.4

* Fix HTML output of ftpls
* Change maintainer address (same maintainer, different mail
  address)
* Install HTML documents about ftpcopy and ftpls.

PR:		55120
Submitted by:	maintainer
Approved by:	fjoe (mentor) (implicit)
This commit is contained in:
Kirill Ponomarev 2003-07-31 19:40:29 +00:00
parent 4749ae321d
commit 47fd1c0b36
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=86071
3 changed files with 6 additions and 4 deletions

View file

@ -6,11 +6,11 @@
# #
PORTNAME= ftpcopy PORTNAME= ftpcopy
PORTVERSION= 0.6.2 PORTVERSION= 0.6.4
CATEGORIES= ftp ipv6 CATEGORIES= ftp ipv6
MASTER_SITES= http://www.ohse.de/uwe/ftpcopy/ MASTER_SITES= http://www.ohse.de/uwe/ftpcopy/
MAINTAINER= matthias.andree@web.de MAINTAINER= matthias.andree@gmx.de
COMMENT= Command line ftp tools for listing and mirroring COMMENT= Command line ftp tools for listing and mirroring
WRKSRC= ${WRKDIR}/web/${DISTNAME} WRKSRC= ${WRKDIR}/web/${DISTNAME}
@ -26,7 +26,7 @@ do-install:
${MKDIR} ${DOCSDIR} && \ ${MKDIR} ${DOCSDIR} && \
cd ${WRKSRC}/compile && \ cd ${WRKSRC}/compile && \
${INSTALL_DATA} ChangeLog NEWS \ ${INSTALL_DATA} ChangeLog NEWS \
README THANKS ${DOCSDIR} README THANKS ftpcopy.html ftpls.html ${DOCSDIR}
.endif .endif
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -1 +1 @@
MD5 (ftpcopy-0.6.2.tar.gz) = 27178fcffbd23d3a8a3ec0b8c7b102c7 MD5 (ftpcopy-0.6.4.tar.gz) = e6883a23ef664c059d9d0d34eb1501cd

View file

@ -5,4 +5,6 @@ bin/ftpls
%%PORTDOCS%%share/doc/ftpcopy/NEWS %%PORTDOCS%%share/doc/ftpcopy/NEWS
%%PORTDOCS%%share/doc/ftpcopy/README %%PORTDOCS%%share/doc/ftpcopy/README
%%PORTDOCS%%share/doc/ftpcopy/THANKS %%PORTDOCS%%share/doc/ftpcopy/THANKS
%%PORTDOCS%%share/doc/ftpcopy/ftpcopy.html
%%PORTDOCS%%share/doc/ftpcopy/ftpls.html
%%PORTDOCS%%@dirrm share/doc/ftpcopy %%PORTDOCS%%@dirrm share/doc/ftpcopy