mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
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:
parent
4749ae321d
commit
47fd1c0b36
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=86071
@ -6,11 +6,11 @@
|
||||
#
|
||||
|
||||
PORTNAME= ftpcopy
|
||||
PORTVERSION= 0.6.2
|
||||
PORTVERSION= 0.6.4
|
||||
CATEGORIES= ftp ipv6
|
||||
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
|
||||
|
||||
WRKSRC= ${WRKDIR}/web/${DISTNAME}
|
||||
@ -26,7 +26,7 @@ do-install:
|
||||
${MKDIR} ${DOCSDIR} && \
|
||||
cd ${WRKSRC}/compile && \
|
||||
${INSTALL_DATA} ChangeLog NEWS \
|
||||
README THANKS ${DOCSDIR}
|
||||
README THANKS ftpcopy.html ftpls.html ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (ftpcopy-0.6.2.tar.gz) = 27178fcffbd23d3a8a3ec0b8c7b102c7
|
||||
MD5 (ftpcopy-0.6.4.tar.gz) = e6883a23ef664c059d9d0d34eb1501cd
|
||||
|
@ -5,4 +5,6 @@ bin/ftpls
|
||||
%%PORTDOCS%%share/doc/ftpcopy/NEWS
|
||||
%%PORTDOCS%%share/doc/ftpcopy/README
|
||||
%%PORTDOCS%%share/doc/ftpcopy/THANKS
|
||||
%%PORTDOCS%%share/doc/ftpcopy/ftpcopy.html
|
||||
%%PORTDOCS%%share/doc/ftpcopy/ftpls.html
|
||||
%%PORTDOCS%%@dirrm share/doc/ftpcopy
|
||||
|
Loading…
Reference in New Issue
Block a user