diff options
author | Marius Strobl <marius@FreeBSD.org> | 2005-11-28 19:04:33 +0000 |
---|---|---|
committer | Marius Strobl <marius@FreeBSD.org> | 2005-11-28 19:04:33 +0000 |
commit | 2b6c9e1231ebcb1e9b8ca149ec263ec1865f6975 (patch) | |
tree | 489b93cf58aa244a6c45ef3ef026c1d6ce889588 /ftp/ftp-tls | |
parent | bc1e74ae68df6eabf070bbc7956da29c6d0d7a81 (diff) | |
download | ports-2b6c9e1231ebcb1e9b8ca149ec263ec1865f6975.tar.gz ports-2b6c9e1231ebcb1e9b8ca149ec263ec1865f6975.zip |
Notes
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%% |