This is an update of ftp/curl from 7.16.1 to 7.16.3.
Responsible Changed From-To: freebsd-ports-bugs->roam Over to maintainer
roam 2007-08-27 15:44:22 UTC FreeBSD ports repository Modified files: ftp/curl Makefile distinfo pkg-plist ftp/curl/files patch-configure patch-tests::server::getpart.c Added files: ftp/curl/files patch-lib::ssh.c Removed files: ftp/curl/files patch-tests::data::test62 Log: Update to curl-7.16.3. Fix the (still present in 7.16.3) libssh2 problems, at least so that cURL works with the libssh2 0.17 in our ports tree. PR: 114215 (the basic update) Submitted by: pesho.petrov@gmail.com Revision Changes Path 1.90 +3 -4 ports/ftp/curl/Makefile 1.49 +3 -3 ports/ftp/curl/distinfo 1.8 +12 -3 ports/ftp/curl/files/patch-configure 1.1 +661 -0 ports/ftp/curl/files/patch-lib::ssh.c (new) 1.2 +0 -15 ports/ftp/curl/files/patch-tests::data::test62 (dead) 1.3 +6 -6 ports/ftp/curl/files/patch-tests::server::getpart.c 1.23 +0 -60 ports/ftp/curl/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 I committed an update based on your patch. Thanks!