From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 28 16:10:07 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCC5D16A41F for ; Mon, 28 Nov 2005 16:10:07 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C14443D5F for ; Mon, 28 Nov 2005 16:10:06 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id jASGA6Yt041676 for ; Mon, 28 Nov 2005 16:10:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id jASGA6tu041675; Mon, 28 Nov 2005 16:10:06 GMT (envelope-from gnats) Resent-Date: Mon, 28 Nov 2005 16:10:06 GMT Resent-Message-Id: <200511281610.jASGA6tu041675@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Marcus Alves Grando Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63A3F16A423; Mon, 28 Nov 2005 16:00:17 +0000 (GMT) (envelope-from root@marcus.grupos.com.br) Received: from mail.grupos.com.br (mail.grupos.com.br [200.203.183.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33D4F43D64; Mon, 28 Nov 2005 16:00:14 +0000 (GMT) (envelope-from root@marcus.grupos.com.br) Received: from corp.grupos.com.br (unknown [200.102.2.99]) by mail.grupos.com.br (Postfix) with ESMTP id 3A00011E320; Mon, 28 Nov 2005 14:00:11 -0200 (BRST) Received: from marcus.grupos.com.br (marcus.grupos.com.br [192.168.10.10]) by corp.grupos.com.br (Postfix) with ESMTP id 99E9D5519; Mon, 28 Nov 2005 14:00:10 -0200 (BRST) Received: by marcus.grupos.com.br (Postfix, from userid 0) id 401D010D; Mon, 28 Nov 2005 14:00:10 -0200 (BRST) Message-Id: <20051128160010.401D010D@marcus.grupos.com.br> Date: Mon, 28 Nov 2005 14:00:10 -0200 (BRST) From: Marcus Alves Grando To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: marius@FreeBSD.org Subject: ports/89675: Update port: ftp/ftp-tls to 20051021 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Marcus Alves Grando List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Nov 2005 16:10:08 -0000 >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@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@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 .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: