Date: Thu, 7 Feb 2008 17:38:40 GMT From: Felippe de Meirelles Motta <lippemail@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/120358: [UPDATE] ftp/lftp Message-ID: <200802071738.m17Hce74074248@www.freebsd.org> Resent-Message-ID: <200802071750.m17Ho2CW088358@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 120358 >Category: ports >Synopsis: [UPDATE] ftp/lftp >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: Thu Feb 07 17:50:02 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Felippe de Meirelles Motta >Release: FreeBSD 7.0-PRERELEASE amd64 >Organization: >Environment: System: FreeBSD 7.0-PRERELEASE #0: Thu Jan 10 01:55:37 BRST 2008 lippe@shire.freebsd.org:/usr/obj/usr/src/sys/GENERIC >Description: - Updated to 3.6.3; - Update MASTER_SITES; - Respecting PORTDOCS; - Makefile cleanup; - Fix and sort pkg-plist. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/ftp/lftp/Makefile,v retrieving revision 1.121 diff -u -r1.121 Makefile --- Makefile 12 Dec 2007 05:08:31 -0000 1.121 +++ Makefile 7 Feb 2008 17:37:43 -0000 @@ -6,7 +6,7 @@ # PORTNAME= lftp -PORTVERSION= 3.6.1 +PORTVERSION= 3.6.3 CATEGORIES= ftp ipv6 MASTER_SITES= ftp://ftp.wiretapped.net/pub/mirrors/lftp/ \ ftp://ftp.wiretapped.net/pub/mirrors/lftp/old/ \ @@ -16,8 +16,9 @@ ftp://ftp.iasi.roedu.net/pub/os/Linux/network/ftp/lftp/old/ \ ftp://ftp.yars.free.net/pub/source/lftp/ \ ftp://ftp.yars.free.net/pub/source/lftp/old/ \ - ftp://lftp.yar.ru/lftp/ \ - ftp://lftp.yar.ru/lftp/old/ + ftp://ftp.cs.tu-berlin.de/pub/net/ftp/lftp/ \ + http://lftp.cybermirror.org/ \ + http://lftp.cybermirror.org/old/ MAINTAINER= fm@cross-road.org.ua COMMENT= Shell-like command line ftp client @@ -31,6 +32,10 @@ CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" +DOCS= AUTHORS BUGS COPYING ChangeLog FAQ FEATURES INSTALL \ + MIRRORS NEWS README README.debug-levels README.modules \ + THANKS TODO + OPTIONS= GNUTLS "With GnutTLS support" off \ OPENSSL "With OpenSSL support" on \ NLS "With i18n support" on @@ -66,9 +71,7 @@ @${INSTALL_DATA} ${WRKSRC}/lftp.conf ${PREFIX}/etc/lftp.conf.sample .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} -.for ifile in COPYING FAQ NEWS README README.debug-levels README.modules THANKS TODO FEATURES - @${INSTALL_DATA} ${WRKSRC}/${ifile} ${DOCSDIR} -.endfor + @${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/ .endif .include <bsd.port.post.mk> Index: distinfo =================================================================== RCS file: /home/ncvs/ports/ftp/lftp/distinfo,v retrieving revision 1.81 diff -u -r1.81 distinfo --- distinfo 12 Dec 2007 05:08:31 -0000 1.81 +++ distinfo 7 Feb 2008 17:37:43 -0000 @@ -1,3 +1,3 @@ -MD5 (lftp-3.6.1.tar.bz2) = 29e9e44474aa381029d6ae0fb79b2f2b -SHA256 (lftp-3.6.1.tar.bz2) = 8e65e1602c08b44c955eda228876046f3f74519200db0cb54d1102a02a50b032 -SIZE (lftp-3.6.1.tar.bz2) = 1332560 +MD5 (lftp-3.6.3.tar.bz2) = 5952074c6042f2e4441d29fa1d0651f3 +SHA256 (lftp-3.6.3.tar.bz2) = 0cc820fe656d586f72e945d199cb7975f6aa7c9c9e4f9cd9dd7acde4033d2fe4 +SIZE (lftp-3.6.3.tar.bz2) = 1128690 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/ftp/lftp/pkg-plist,v retrieving revision 1.31 diff -u -r1.31 pkg-plist --- pkg-plist 3 Sep 2007 15:45:20 -0000 1.31 +++ pkg-plist 7 Feb 2008 17:37:43 -0000 @@ -5,9 +5,14 @@ @exec if [ ! -f %D/etc/lftp.conf ]; then cp %B/%f %D/etc/lftp.conf; fi lib/liblftp-jobs.a lib/liblftp-tasks.a +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/BUGS %%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/FAQ %%PORTDOCS%%%%DOCSDIR%%/FEATURES +%%PORTDOCS%%%%DOCSDIR%%/INSTALL +%%PORTDOCS%%%%DOCSDIR%%/MIRRORS %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/README.debug-levels >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200802071738.m17Hce74074248>