Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Dec 1997 12:09:03 +0300 (MSK)
From:      Andrey Zakhvatov <andy@icc.surw.chel.su>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/5232: Update port: net/lftp
Message-ID:  <199712050909.MAA16800@icc.surw.chel.su>
Resent-Message-ID: <199712051150.DAA17712@hub.freebsd.org>

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

>Number:         5232
>Category:       ports
>Synopsis:       Update port: net/lftp
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec  5 03:50:00 PST 1997
>Last-Modified:
>Originator:     Andrey Zakhvatov
>Organization:
South Ural Railway ICC
>Release:        FreeBSD 2.2.2-RELEASE i386
>Environment:

>Description:

   This a patch to update port net/lftp.

diff -Nru lftp/Makefile lftp-0.13.2/Makefile
--- lftp/Makefile	Sun Nov 30 11:25:06 1997
+++ lftp-0.13.2/Makefile	Fri Dec  5 11:26:37 1997
@@ -1,20 +1,20 @@
 # New ports collection makefile for:	lftp
-# Version required:			0.12.2
+# Version required:			0.13.2
 # Date created:				11 September 1997
 # Whom:					Andrey Zakhvatov
 #
 # $Id: Makefile,v 1.2 1997/11/30 00:24:02 jseger Exp $
 #
 
-DISTNAME=	lftp-0.12.2
+DISTNAME=	lftp-0.13.2
 CATEGORIES=	net
-MASTER_SITES=	${MASTER_SITE_SUNSITE}
-MASTER_SITE_SUBDIR=	system/network/file-transfer
+MASTER_SITES=	ftp://ftp.yars.free.net/pub/software/unix/net/ftp/client/ \
+		${MASTER_SITE_SUNSITE}/system/network/file-transfer/
 
 MAINTAINER=	andy@icc.surw.chel.su
 
 GNU_CONFIGURE=	yes
-MAN1=		lftp.1 ftpget.1 parallelftp.1
+MAN1=		lftp.1 ftpget.1
 
 OSVERSION!=	sysctl -n kern.osreldate
 .if ${OSVERSION} >= 300000
@@ -22,13 +22,13 @@
 .endif
 
 do-install:
-.for file in lftp ftpget parallelftp
+.for file in lftp ftpget
 	@ ${INSTALL_PROGRAM} ${WRKSRC}/src/${file} ${PREFIX}/bin
 	@ ${INSTALL_MAN} ${WRKSRC}/doc/${file}.1 ${PREFIX}/man/man1
 .endfor
 	@ ${INSTALL_DATA} ${WRKSRC}/lftp.conf ${PREFIX}/etc/lftp.conf
 	@ ${MKDIR} ${PREFIX}/share/doc/lftp
-.for file in NEWS README TODO
+.for file in COPYING NEWS README THANKS TODO
 	@ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/lftp
 .endfor
 
diff -Nru lftp/files/md5 lftp-0.13.2/files/md5
--- lftp/files/md5	Mon Nov 17 13:18:37 1997
+++ lftp-0.13.2/files/md5	Fri Dec  5 08:50:59 1997
@@ -1 +1 @@
-MD5 (lftp-0.12.2.tar.gz) = fb3cdfd81458e36130401e9ad63b020e
+MD5 (lftp-0.13.2.tar.gz) = b9cfc758dd39c45f4e15f4595c3e6c24
diff -Nru lftp/pkg/PLIST lftp-0.13.2/pkg/PLIST
--- lftp/pkg/PLIST	Mon Nov 17 13:18:37 1997
+++ lftp-0.13.2/pkg/PLIST	Fri Dec  5 11:30:38 1997
@@ -1,11 +1,11 @@
 bin/lftp
 bin/ftpget
-bin/parallelftp
 etc/lftp.conf
 man/man1/lftp.1.gz
 man/man1/ftpget.1.gz
-man/man1/parallelftp.1.gz
+share/doc/lftp/COPYING
 share/doc/lftp/NEWS
 share/doc/lftp/README
+share/doc/lftp/THANKS
 share/doc/lftp/TODO
 @dirrm share/doc/lftp

>How-To-Repeat:

>Fix:
	
   Please, check and commit this patch.
   I can't test compiling ability under 3.0-CURRENT, please, check this.

>Audit-Trail:
>Unformatted:



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