mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
update to 0.5
Reviewed by: ijliao (mentor) Approved by: ijliao (mentor)
This commit is contained in:
parent
8fd2462d53
commit
66c96fc898
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=69829
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= mussh
|
||||
PORTVERSION= 0.4
|
||||
PORTVERSION= 0.5
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
@ -28,7 +28,7 @@ do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
.for file in CHANGES EXAMPLES README
|
||||
.for file in BUGS CHANGES EXAMPLES README
|
||||
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
||||
.endfor
|
||||
.endif
|
||||
|
@ -1 +1 @@
|
||||
MD5 (mussh-0.4.tgz) = 6e4d0f125470b882c81806a80e6f88a0
|
||||
MD5 (mussh-0.5.tgz) = b87aae3007a994b829afc2bd27beb7ce
|
||||
|
@ -1,4 +1,5 @@
|
||||
bin/mussh
|
||||
%%PORTDOCS%%share/doc/mussh/BUGS
|
||||
%%PORTDOCS%%share/doc/mussh/CHANGES
|
||||
%%PORTDOCS%%share/doc/mussh/EXAMPLES
|
||||
%%PORTDOCS%%share/doc/mussh/README
|
||||
|
Loading…
Reference in New Issue
Block a user