This patch updates ftp/lftp to v3.7.3 : Port changes : - Added counterparts for each with/enable configure arg, to avoid possible auto-enabling during configure step as advised in the handbook - Added new patch files/patch-lib-Makefile.in to avoid creating config.charset file - Renamed patches to stick to their actual path in the source tree I'll also take maintainership if possible. Lftp changes from 3.7.1 : (3.7.3) * added support for 2-argument SITE UTIME and MFMT commands. * added a workaround for paramiko sftp server. * included newer gnulib sources using gnulib-tool. * Polish translation updated (Jakub Bogusz). * fixed German translation encoding. (3.7.2) * fixed core dump when sending http cookies. * fixed assertion failure for ftp over http proxy (CONNECT mode). * fixed cwd tracking for ftps. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->beech beech@ wants this category PRs (via the GNATS Auto Assign Tool)
miwi 2008-06-05 14:44:11 UTC FreeBSD ports repository Modified files: ftp/lftp Makefile distinfo pkg-plist ftp/lftp/files patch-ltmain.sh patch-src_Makefile.in Added files: ftp/lftp/files patch-lib-Makefile.in Log: - Update to 3.7.3 - Pass maintainership to submitter PR: 124069 Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com> Revision Changes Path 1.125 +9 -4 ports/ftp/lftp/Makefile 1.84 +3 -3 ports/ftp/lftp/distinfo 1.1 +41 -0 ports/ftp/lftp/files/patch-lib-Makefile.in (new) 1.3 +3 -3 ports/ftp/lftp/files/patch-ltmain.sh 1.3 +3 -3 ports/ftp/lftp/files/patch-src_Makefile.in 1.34 +3 -1 ports/ftp/lftp/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!