Date: Tue, 3 Feb 2004 18:32:03 -0500 (EST) From: Jason Harris <jharris@widomaker.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: Jason Harris <jharris@widomaker.com> Subject: ports/62322: ports/ftp/lftp -> 2.6.12 Message-ID: <200402032332.i13NW2jr013935@pm1.ric-17.lft.widomaker.com> Resent-Message-ID: <200402032340.i13Ne2pm079111@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 62322 >Category: ports >Synopsis: ports/ftp/lftp -> 2.6.12 >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: Tue Feb 03 15:40:02 PST 2004 >Closed-Date: >Last-Modified: >Originator: Jason Harris >Release: FreeBSD 4.3-RELEASE i386 >Organization: none here >Environment: System: FreeBSD 4.3-RELEASE i386 >Description: update lftp to 2.6.12 add downloading (and verifying) of PGP signature make portlint happy >How-To-Repeat: apply patch below >Fix: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 NotDashEscaped: You need GnuPG to verify this message cvs server: Diffing . Index: Makefile =================================================================== RCS file: /home/ncvs/ports/ftp/lftp/Makefile,v retrieving revision 1.81 diff -u -r1.81 Makefile --- Makefile 23 Jan 2004 18:11:53 -0000 1.81 +++ Makefile 3 Feb 2004 23:18:17 -0000 @@ -6,7 +6,7 @@ # PORTNAME= lftp -PORTVERSION= 2.6.11 +PORTVERSION= 2.6.12 CATEGORIES= ftp ipv6 MASTER_SITES= ftp://ftp.phear.org/pub/linux/networking/ftp/client/lftp/ \ ftp://ftp.phear.org/pub/linux/networking/ftp/client/lftp/old/ \ @@ -30,12 +30,16 @@ ftp://ftp.130th.net/pub/mirror/lftp/old/ \ ftp://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/ \ ftp://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/old/ +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= fm@code.org.ua COMMENT= Shell-like command line ftp client LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old +USE_GPG?= yes +SIG_FILES= ${DISTNAME}${EXTRACT_SUFX}.asc USE_BZIP2= yes .if !defined(WITHOUT_SSL) @@ -64,8 +68,8 @@ @${INSTALL_DATA} ${WRKSRC}/lftp.conf ${PREFIX}/etc/lftp.conf.sample .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} -.for file in COPYING FAQ NEWS README README.debug-levels README.modules THANKS TODO FEATURES - @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} +.for ifile in COPYING FAQ NEWS README README.debug-levels README.modules THANKS TODO FEATURES + @${INSTALL_DATA} ${WRKSRC}/${ifile} ${DOCSDIR} .endfor .endif Index: distinfo =================================================================== RCS file: /home/ncvs/ports/ftp/lftp/distinfo,v retrieving revision 1.54 diff -u -r1.54 distinfo --- distinfo 26 Dec 2003 15:53:34 -0000 1.54 +++ distinfo 3 Feb 2004 23:18:17 -0000 @@ -1 +1,10 @@ -MD5 (lftp-2.6.11.tar.bz2) = 58e67606046174175e8cdee4c74fdaf7 +MD5 (lftp-2.6.12.tar.bz2) = bc5ed223daa568fda9a01f89b5000612 +SHA1 (lftp-2.6.12.tar.bz2) = 96b399211a4008ae96f7c1ce44756632250d154e +RMD160 (lftp-2.6.12.tar.bz2) = dbb989cd02f5a3be54e1e89dbc8ad68bc15246b4 +SHA256 (lftp-2.6.12.tar.bz2) = 8a04f0ab1fd9d6b7e4378d1f7f3d95d13cba09e41860f49bfad599eddd9f4ad4 +SIZE (lftp-2.6.12.tar.bz2) = 1188316 +MD5 (lftp-2.6.12.tar.bz2.asc) = a2ea8dc91f9373b2bf46626d861a2d92 +SHA1 (lftp-2.6.12.tar.bz2.asc) = 84c2b44a548783a3eabcdcbd6b302eb2c35d47b7 +RMD160 (lftp-2.6.12.tar.bz2.asc) = e4c111eee39bf39df2cb1e5afd332c72d79efbba +SHA256 (lftp-2.6.12.tar.bz2.asc) = 6a9dd1507808c8293ea8bea6a5a817806afde1431dbc089eb4dddac217e3f14b +SIZE (lftp-2.6.12.tar.bz2.asc) = 185 cvs server: Diffing files -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAICyCSypIl9OdoOMRAnTtAKCyDQX4hrZLYsl9zz84+7I4oZoRQgCeO8Vf O9fTM6Hq93t0H0fuk4H6L0g= =Pdre -----END PGP SIGNATURE----- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402032332.i13NW2jr013935>