From owner-svn-ports-all@FreeBSD.ORG Tue Nov 6 11:03:27 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E89DE380; Tue, 6 Nov 2012 11:03:27 +0000 (UTC) (envelope-from martymac@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id B49C98FC16; Tue, 6 Nov 2012 11:03:27 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qA6B3RS7045124; Tue, 6 Nov 2012 11:03:27 GMT (envelope-from martymac@svn.freebsd.org) Received: (from martymac@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qA6B3RmN045120; Tue, 6 Nov 2012 11:03:27 GMT (envelope-from martymac@svn.freebsd.org) Message-Id: <201211061103.qA6B3RmN045120@svn.freebsd.org> From: Ganael LAPLANCHE Date: Tue, 6 Nov 2012 11:03:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307060 - in head/ftp/lftp: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Nov 2012 11:03:28 -0000 Author: martymac Date: Tue Nov 6 11:03:27 2012 New Revision: 307060 URL: http://svnweb.freebsd.org/changeset/ports/307060 Log: - Update to 4.4.0 - Fix typos in patch-configure Feature safe: yes Modified: head/ftp/lftp/Makefile (contents, props changed) head/ftp/lftp/distinfo (contents, props changed) head/ftp/lftp/files/patch-configure (contents, props changed) Modified: head/ftp/lftp/Makefile ============================================================================== --- head/ftp/lftp/Makefile Tue Nov 6 11:01:54 2012 (r307059) +++ head/ftp/lftp/Makefile Tue Nov 6 11:03:27 2012 (r307060) @@ -6,7 +6,7 @@ # PORTNAME= lftp -PORTVERSION= 4.3.8 +PORTVERSION= 4.4.0 CATEGORIES= ftp ipv6 MASTER_SITES= http://ftp.yars.free.net/pub/source/lftp/ \ http://ftp.yars.free.net/pub/source/lftp/old/ \ Modified: head/ftp/lftp/distinfo ============================================================================== --- head/ftp/lftp/distinfo Tue Nov 6 11:01:54 2012 (r307059) +++ head/ftp/lftp/distinfo Tue Nov 6 11:03:27 2012 (r307060) @@ -1,2 +1,2 @@ -SHA256 (lftp-4.3.8.tar.gz) = cb56e29f9ecb677aefcc58600b2350b1cd207e0e36f0b621d07ac4e65d87a673 -SIZE (lftp-4.3.8.tar.gz) = 2460707 +SHA256 (lftp-4.4.0.tar.gz) = 27f9698804428e619f45f6ced829f016d11ac6015feea7eb08a0fa508b017dd7 +SIZE (lftp-4.4.0.tar.gz) = 2487662 Modified: head/ftp/lftp/files/patch-configure ============================================================================== --- head/ftp/lftp/files/patch-configure Tue Nov 6 11:01:54 2012 (r307059) +++ head/ftp/lftp/files/patch-configure Tue Nov 6 11:03:27 2012 (r307060) @@ -1,6 +1,6 @@ lftp 4.3.3 checked for _Bool using C, not C++ ; keep this behaviour here because a failure to detect _Bool here would lead to try to re-define it in lftp's -stdbool.h also included by C files, C having this thype is already defined. +stdbool.h also included by C files, C having this type already defined. See HAVE__BOOL, "stdbool.h" and . --- configure.orig 2012-01-05 18:27:42.780415913 +0100