diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-05-01 10:34:33 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-05-01 10:34:33 +0000 |
commit | a21ac3268a7ad0459509d5d058752870fc24c1f8 (patch) | |
tree | 8593380f967ddbefc0f075fb6076ac9e894ffdbb /ftp/sftp | |
parent | f1db6f199f83c27284cce59e0363fe38461592d8 (diff) | |
download | ports-a21ac3268a7ad0459509d5d058752870fc24c1f8.tar.gz ports-a21ac3268a7ad0459509d5d058752870fc24c1f8.zip |
Notes
Diffstat (limited to 'ftp/sftp')
-rw-r--r-- | ftp/sftp/Makefile | 12 | ||||
-rw-r--r-- | ftp/sftp/distinfo | 2 |
2 files changed, 8 insertions, 6 deletions
diff --git a/ftp/sftp/Makefile b/ftp/sftp/Makefile index 5f3d02b267c0..e5c6e13d1227 100644 --- a/ftp/sftp/Makefile +++ b/ftp/sftp/Makefile @@ -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> diff --git a/ftp/sftp/distinfo b/ftp/sftp/distinfo index 388311b51514..7821645273f5 100644 --- a/ftp/sftp/distinfo +++ b/ftp/sftp/distinfo @@ -1 +1 @@ -MD5 (sftp-0.7.tar.gz) = 9f9b5d28ff32b2e8c2d443cf5e6a227a +MD5 (sftp-0.9.4.tar.gz) = 75f0025a710fbf94b300c0a5d8edcbaa |