diff options
author | marius <marius@FreeBSD.org> | 2005-11-29 03:04:33 +0800 |
---|---|---|
committer | marius <marius@FreeBSD.org> | 2005-11-29 03:04:33 +0800 |
commit | bf54f100bc78b1ab9916dda8ccaa25b846daa342 (patch) | |
tree | 72652a39d169adaa887637c88bc776461e5e340e /ftp/ftp-tls | |
parent | 8ddfa8b79bbe9b6f511db6f22aebdd52fbdff4fc (diff) | |
download | freebsd-ports-gnome-bf54f100bc78b1ab9916dda8ccaa25b846daa342.tar.gz freebsd-ports-gnome-bf54f100bc78b1ab9916dda8ccaa25b846daa342.tar.zst freebsd-ports-gnome-bf54f100bc78b1ab9916dda8ccaa25b846daa342.zip |
Update to version 20051021, which after the original author has died now
is hosted at http://www.ford-hutchinson.com/~fh-1-pfh/. The only change
since version 20031008 is the addition of support for the Clear Command
Channel (CCC) command as described in draft-murray-auth-ftp-ssl-16.txt
(recently issued as RFC4217).
PR: 89675
Submitted by: mnag
Approved by: netchild
Diffstat (limited to 'ftp/ftp-tls')
-rw-r--r-- | ftp/ftp-tls/Makefile | 12 | ||||
-rw-r--r-- | ftp/ftp-tls/distinfo | 5 | ||||
-rw-r--r-- | ftp/ftp-tls/pkg-descr | 2 | ||||
-rw-r--r-- | ftp/ftp-tls/pkg-plist | 2 |
4 files changed, 12 insertions, 9 deletions
diff --git a/ftp/ftp-tls/Makefile b/ftp/ftp-tls/Makefile index 17740d0a8e8d..5269f07a1bf9 100644 --- a/ftp/ftp-tls/Makefile +++ b/ftp/ftp-tls/Makefile @@ -6,9 +6,9 @@ # PORTNAME= ftp-tls -PORTVERSION= 20031008 +PORTVERSION= 20051021 CATEGORIES= ftp security -MASTER_SITES= ftp://ftp.zeist.de/pub/distfiles/ +MASTER_SITES= http://www.ford-hutchinson.com/~fh-1-pfh/ MAINTAINER= marius@FreeBSD.org COMMENT= Ftp client supporting FTP AUTH TLS @@ -18,21 +18,21 @@ USE_OPENSSL= yes MAN1= ftp-tls.1 +CONFIGURE_ARGS= --with-openssl-dir=${OPENSSLBASE} +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} + .include <bsd.port.pre.mk> .if ${OSVERSION} < 400000 BROKEN= "Not supported on systems prior to FreeBSD 4.0 (missing getaddrinfo())" .endif -CONFIGURE_ARGS= --with-openssl-dir=${OPENSSLBASE} -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} - do-install: @${INSTALL_PROGRAM} ${WRKSRC}/ftp ${PREFIX}/bin/ftp-tls @${INSTALL_MAN} ${WRKSRC}/ftp.1.TLS ${PREFIX}/man/man1/ftp-tls.1 .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} -.for i in README.TLS draft-murray-auth-ftp-ssl-09.txt +.for i in README.TLS draft-murray-auth-ftp-ssl-16.txt @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor .endif diff --git a/ftp/ftp-tls/distinfo b/ftp/ftp-tls/distinfo index 02d3377c8e63..5198a74fb491 100644 --- a/ftp/ftp-tls/distinfo +++ b/ftp/ftp-tls/distinfo @@ -1,2 +1,3 @@ -MD5 (ftp-tls-20031008.tar.gz) = 4a8753432baacad7aae2e55bcb6ece8c -SIZE (ftp-tls-20031008.tar.gz) = 275934 +MD5 (ftp-tls-20051021.tar.gz) = 0b5e30e75565d5e7d147f470949b5aaa +SHA256 (ftp-tls-20051021.tar.gz) = 5355389439313517dc02ef6d78f061904caeaa61388f7a85494ef81e8ba46462 +SIZE (ftp-tls-20051021.tar.gz) = 278406 diff --git a/ftp/ftp-tls/pkg-descr b/ftp/ftp-tls/pkg-descr index 483b50a45588..ce6e895b41bd 100644 --- a/ftp/ftp-tls/pkg-descr +++ b/ftp/ftp-tls/pkg-descr @@ -1,2 +1,4 @@ Ftp client based on the OpenBSD ftp client code, implements the FTP AUTH TLS IETF draft. + +WWW: http://www.ford-hutchinson.com/~fh-1-pfh/ftps-ext.html diff --git a/ftp/ftp-tls/pkg-plist b/ftp/ftp-tls/pkg-plist index fb6b1214ffde..4413fb74e0c0 100644 --- a/ftp/ftp-tls/pkg-plist +++ b/ftp/ftp-tls/pkg-plist @@ -1,4 +1,4 @@ bin/ftp-tls %%PORTDOCS%%%%DOCSDIR%%/README.TLS -%%PORTDOCS%%%%DOCSDIR%%/draft-murray-auth-ftp-ssl-09.txt +%%PORTDOCS%%%%DOCSDIR%%/draft-murray-auth-ftp-ssl-16.txt %%PORTDOCS%%@dirrm %%DOCSDIR%% |