mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
Update to 0.9.4.
Stop registering ssh dependency on systems posterior to 4.0-RELEASE. PR: ports/18320 Submitted by: R,Ai(Bmi Guyomarch <rguyom@321.net>
This commit is contained in:
parent
f1db6f199f
commit
a21ac3268a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=28228
@ -6,20 +6,22 @@
|
||||
#
|
||||
|
||||
PORTNAME= sftp
|
||||
PORTVERSION= 0.7
|
||||
PORTVERSION= 0.9.4
|
||||
CATEGORIES= ftp security
|
||||
MASTER_SITES= ftp://ftp.xbill.org/pub/sftp/
|
||||
|
||||
MAINTAINER= Cy.Schubert@uumail.gov.bc.ca
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 400014
|
||||
RUN_DEPENDS= ssh:${PORTSDIR}/security/openssh
|
||||
.endif
|
||||
|
||||
RESTRICTED= "Calls external cryptographic routines."
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
CONFIGURE_ARGS+= --prefix=${PREFIX} \
|
||||
--enable-remotepath=${PREFIX}/libexec
|
||||
CONFIGURE_ARGS= --enable-remotepath=${PREFIX}/libexec
|
||||
|
||||
MAN1= secftp.1
|
||||
|
||||
@ -42,4 +44,4 @@ do-install:
|
||||
fi
|
||||
@sort -u ${PLIST}.unsorted > ${PLIST}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (sftp-0.7.tar.gz) = 9f9b5d28ff32b2e8c2d443cf5e6a227a
|
||||
MD5 (sftp-0.9.4.tar.gz) = 75f0025a710fbf94b300c0a5d8edcbaa
|
||||
|
Loading…
Reference in New Issue
Block a user