From root@marcus.grupos.com.br  Mon Nov 28 16:00:17 2005
Return-Path: <root@marcus.grupos.com.br>
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 <mnag@FreeBSD.org>
Reply-To: Marcus Alves Grando <mnag@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: marius@FreeBSD.org
Subject: Update port: ftp/ftp-tls to 20051021
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         89675
>Category:       ports
>Synopsis:       Update port: ftp/ftp-tls to 20051021
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    marius
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 28 16:10:05 GMT 2005
>Closed-Date:    Mon Nov 28 19:06:19 GMT 2005
>Last-Modified:  Mon Nov 28 19:06:19 GMT 2005
>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 <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:
Responsible-Changed-From-To: freebsd-ports-bugs->marius 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Nov 28 16:12:18 GMT 2005 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=89675 
State-Changed-From-To: open->closed 
State-Changed-By: marius 
State-Changed-When: Mon Nov 28 19:03:13 GMT 2005 
State-Changed-Why:  

Comitted. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=89675 
>Unformatted:
