update lftp to 2.6.12 add downloading (and verifying) of PGP signature make portlint happy Fix: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 NotDashEscaped: You need GnuPG to verify this message cvs server: Diffing . iD8DBQFAICyCSypIl9OdoOMRAnTtAKCyDQX4hrZLYsl9zz84+7I4oZoRQgCeO8Vf O9fTM6Hq93t0H0fuk4H6L0g= =Pdre -----END PGP SIGNATURE-------fCbWG5W8PCDPblXkomGVRIIzw1Tv0NHzZZbmklCTRSZURCcA Content-Type: text/plain; name="file.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.diff" 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) How-To-Repeat: apply patch below
Dear maintainer of port ftp/lftp, please take a look at http://www.freebsd.org/cgi/query-pr.cgi?pr=62322 Do you approve this update? -- Pav Lucistnik <pav@oook.cz> <pav@FreeBSD.org> In the computer industry, there are three kinds of lies: lies, damn lies, and benchmarks.
State Changed From-To: open->feedback Asked maintainer for approval.
Responsible Changed From-To: freebsd-ports-bugs->pav Handle this one
On Wed, Feb 04, 2004 at 12:46:55AM +0100, Pav Lucistnik wrote: > Dear maintainer of port ftp/lftp, please take a look at > > http://www.freebsd.org/cgi/query-pr.cgi?pr=62322 > > Do you approve this update? Yes. Sorry to all, I was very busy last month. -- #include <regards.h>, fm. GnuPG fpr = 9150 ED37 F6E4 9707 1D35 695F B7F9 02CE F401 C208 Mail message with GPG-KEY in subject to get my public key
State Changed From-To: feedback->closed Committed, thanks!