Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Nov 2000 04:12:08 -0800 (PST)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/22812: Update port: ftp/hsftp to 1.10
Message-ID:  <20001113121208.BEE6737B479@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         22812
>Category:       ports
>Synopsis:       Update port: ftp/hsftp to 1.10
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 13 04:20:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.1.1-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 1.10
- Add WWW: line into pkg-descr

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/ftp/hsftp/Makefile ftp/hsftp/Makefile
--- /usr/ports/ftp/hsftp/Makefile	Sat Aug 19 00:13:37 2000
+++ ftp/hsftp/Makefile	Mon Nov 13 20:47:53 2000
@@ -6,9 +6,10 @@
 #
 
 PORTNAME=	hsftp
-PORTVERSION=	1.9
+PORTVERSION=	1.10
 CATEGORIES=	ftp
-MASTER_SITES=	${MASTER_SITE_SUNSITE}
+MASTER_SITES=	http://la-samhna.de/hsftp/ \
+		${MASTER_SITE_SUNSITE}
 MASTER_SITE_SUBDIR=	system/network/file-transfer
 
 MAINTAINER=	ports@FreeBSD.org
@@ -18,8 +19,25 @@
 MAKEFILE=	makefile
 MAN1=		hsftp.1
 
+.if defined(WITH_OPENSSH)
+RUN_DEPENDS=	ssh:${PORTSDIR}/security/openssh
+CONFIGURE_ARGS+=	--with-openssh
+.endif
+
+pre-fetch:
+.if !defined(WITH_OPENSSH)
+	@${ECHO_MSG}
+	@${ECHO_MSG} "If you would like build hsftp with OpenSSH support"
+	@${ECHO_MSG} "you must set the variable WITH_OPENSSH"
+	@${ECHO_MSG}
+.else
+	@${ECHO_MSG}
+	@${ECHO_MSG} "Building hsftp with OpenSSH support"
+	@${ECHO_MSG}
+.endif
+
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/hsftp ${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/hsftp.1 ${PREFIX}/man/man1
+	${INSTALL_MAN} ${WRKSRC}/hsftp.1 ${MANPREFIX}/man/man1
 
 .include <bsd.port.mk>
diff -urN /usr/ports/ftp/hsftp/distinfo ftp/hsftp/distinfo
--- /usr/ports/ftp/hsftp/distinfo	Fri Aug 18 22:12:48 2000
+++ ftp/hsftp/distinfo	Mon Nov 13 20:08:31 2000
@@ -1 +1 @@
-MD5 (hsftp-1.9.tar.gz) = 17a23d29f78a2974566f37dbb6ff1b5a
+MD5 (hsftp-1.10.tar.gz) = d6fbbc5e8fbe9763a73b95927dbc90b0
diff -urN /usr/ports/ftp/hsftp/pkg-descr ftp/hsftp/pkg-descr
--- /usr/ports/ftp/hsftp/pkg-descr	Tue Jul  4 12:55:39 2000
+++ ftp/hsftp/pkg-descr	Mon Nov 13 20:52:33 2000
@@ -1,5 +1,7 @@
 hsftp is an FTP emulator that provides the
-look-and-feel of an FTP session, but uses SSH (1.x)
+look-and-feel of an FTP session, but uses SSH
 to transport commands and data.
+
+WWW: http://la-samhna.de/hsftp/
 
 - Will <andrews@technologist.com>


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001113121208.BEE6737B479>