ports/89675: Update port: ftp/ftp-tls to 20051021
Marcus Alves Grando
mnag at FreeBSD.org
Mon Nov 28 16:10:08 UTC 2005
>Number: 89675
>Category: ports
>Synopsis: Update port: ftp/ftp-tls to 20051021
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Mon Nov 28 16:10:05 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Marcus Alves Grando
>Release: FreeBSD 6.0-STABLE i386
>Organization:
Grupos Internet S/A
>Environment:
System: FreeBSD marcus.grupos.com.br 6.0-STABLE FreeBSD 6.0-STABLE #6: Mon Nov 28 10:27:19 BRST 2005 root at marcus.grupos.com.br:/usr/obj/usr/src/sys/MARCUS i386
>Description:
Update to 20051021
Add WWW
Add SHA256
Already tested in tinderbox:
http://marcus.grupos.com.br:8080/logs/4-STABLE-FreeBSD/ftp-tls-20051021.log
http://marcus.grupos.com.br:8080/logs/6-STABLE-FreeBSD/ftp-tls-20051021.log
>How-To-Repeat:
>Fix:
--- ftp-tls.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/ftp/ftp-tls/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- Makefile 30 Aug 2005 18:37:01 -0000 1.10
+++ Makefile 28 Nov 2005 15:54:55 -0000
@@ -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 at FreeBSD.org
COMMENT= Ftp client supporting FTP AUTH TLS
@@ -18,22 +18,24 @@
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
+
+post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
-.for i in README.TLS draft-murray-auth-ftp-ssl-09.txt
- @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
+.for i in README.TLS draft-murray-auth-ftp-ssl-16.txt
+ ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/ftp/ftp-tls/distinfo,v
retrieving revision 1.5
diff -u -r1.5 distinfo
--- distinfo 19 Mar 2004 01:51:07 -0000 1.5
+++ distinfo 28 Nov 2005 15:54:55 -0000
@@ -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
Index: pkg-descr
===================================================================
RCS file: /home/pcvs/ports/ftp/ftp-tls/pkg-descr,v
retrieving revision 1.2
diff -u -r1.2 pkg-descr
--- pkg-descr 30 Aug 2005 18:37:01 -0000 1.2
+++ pkg-descr 28 Nov 2005 15:54:55 -0000
@@ -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
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/ftp/ftp-tls/pkg-plist,v
retrieving revision 1.2
diff -u -r1.2 pkg-plist
--- pkg-plist 10 Sep 2003 08:14:24 -0000 1.2
+++ pkg-plist 28 Nov 2005 15:54:55 -0000
@@ -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%%
--- ftp-tls.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list