summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorMarius Strobl <marius@FreeBSD.org>2005-11-28 19:04:33 +0000
committerMarius Strobl <marius@FreeBSD.org>2005-11-28 19:04:33 +0000
commit2b6c9e1231ebcb1e9b8ca149ec263ec1865f6975 (patch)
tree489b93cf58aa244a6c45ef3ef026c1d6ce889588 /ftp
parentMake sure to apply the distfile group to the whole ${MASTER_SITE_foo}. (diff)
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
Notes
Notes: svn path=/head/; revision=149823
Diffstat (limited to 'ftp')
-rw-r--r--ftp/ftp-tls/Makefile12
-rw-r--r--ftp/ftp-tls/distinfo5
-rw-r--r--ftp/ftp-tls/pkg-descr2
-rw-r--r--ftp/ftp-tls/pkg-plist2
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%%