From f3d931036c410811cf23ea06c68aefcf2c96539e Mon Sep 17 00:00:00 2001 From: "Justin M. Seger" Date: Sat, 6 Dec 1997 15:45:09 +0000 Subject: Upgrade to version 0.13.2 and unmark as BROKEN for 3.0. PR: ports/5232 Submitted by: andy@icc.surw.chel.su --- ftp/lftp/Makefile | 20 ++++++++------------ ftp/lftp/distinfo | 2 +- ftp/lftp/pkg-plist | 4 ++-- 3 files changed, 11 insertions(+), 15 deletions(-) (limited to 'ftp') diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile index fd2bf5d63477..6cc2aa84e0c4 100644 --- a/ftp/lftp/Makefile +++ b/ftp/lftp/Makefile @@ -1,34 +1,30 @@ # 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.1.1.1 1997/11/17 13:18:36 tg Exp $ +# $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_SITES= ftp://ftp.yars.free.net/pub/software/unix/net/ftp/client/ \ + ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= system/network/file-transfer MAINTAINER= andy@icc.surw.chel.su GNU_CONFIGURE= yes -MAN1= lftp.1 ftpget.1 parallelftp.1 - -OSVERSION!= sysctl -n kern.osreldate -.if ${OSVERSION} >= 300000 -BROKEN= "Doesn't build under current" -.endif +MAN1= lftp.1 ftpget.1 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 --git a/ftp/lftp/distinfo b/ftp/lftp/distinfo index 95e499749e4b..441e07591778 100644 --- a/ftp/lftp/distinfo +++ b/ftp/lftp/distinfo @@ -1 +1 @@ -MD5 (lftp-0.12.2.tar.gz) = fb3cdfd81458e36130401e9ad63b020e +MD5 (lftp-0.13.2.tar.gz) = b9cfc758dd39c45f4e15f4595c3e6c24 diff --git a/ftp/lftp/pkg-plist b/ftp/lftp/pkg-plist index 3a856f663d51..9af9e045cb40 100644 --- a/ftp/lftp/pkg-plist +++ b/ftp/lftp/pkg-plist @@ -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 -- cgit