From owner-svn-ports-all@freebsd.org Sun Dec 6 12:01:40 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EBC1A75D3; Sun, 6 Dec 2015 12:01:40 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A3FD21EE3; Sun, 6 Dec 2015 12:01:40 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tB6C1dBa072040; Sun, 6 Dec 2015 12:01:39 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tB6C1d2K072038; Sun, 6 Dec 2015 12:01:39 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201512061201.tB6C1d2K072038@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 6 Dec 2015 12:01:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r403106 - branches/2015Q4/shells/bash X-SVN-Group: ports-branches 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.20 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: Sun, 06 Dec 2015 12:01:41 -0000 Author: antoine Date: Sun Dec 6 12:01:39 2015 New Revision: 403106 URL: https://svnweb.freebsd.org/changeset/ports/403106 Log: MFH: r403104 The latest patch (42) has been slightly adjusted. See the following diff: --- diff begins here --- --- /usr/distfiles/bash.old/bash43-042 2015-08-13 21:41:06.000000000 +0200 +++ /usr/distfiles/bash/bash43-042 2015-12-01 22:57:39.000000000 +0100 @@ -27,7 +27,7 @@ + lex_rwlen = 0; } } -*** ../bash-4.3-patched/parse.y 2015-05-18 19:27:05.000000000 -0400 +*** ../bash-4.3-patched/y.tab.c 2015-05-18 19:27:05.000000000 -0400 --- y.tab.c 2015-06-29 10:59:27.000000000 -0400 *************** *** 6021,6024 **** --- diff ends here --- Notified by: many Modified: branches/2015Q4/shells/bash/Makefile branches/2015Q4/shells/bash/distinfo Directory Properties: branches/2015Q4/ (props changed) Modified: branches/2015Q4/shells/bash/Makefile ============================================================================== --- branches/2015Q4/shells/bash/Makefile Sun Dec 6 11:58:22 2015 (r403105) +++ branches/2015Q4/shells/bash/Makefile Sun Dec 6 12:01:39 2015 (r403106) @@ -4,7 +4,7 @@ PORTNAME= bash PATCHLEVEL= 42 PORTVERSION= 4.3.${PATCHLEVEL:S/^0//g} -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= shells MASTER_SITES= GNU/${PORTNAME} DISTNAME= ${PORTNAME}-${PORTVERSION:R} Modified: branches/2015Q4/shells/bash/distinfo ============================================================================== --- branches/2015Q4/shells/bash/distinfo Sun Dec 6 11:58:22 2015 (r403105) +++ branches/2015Q4/shells/bash/distinfo Sun Dec 6 12:01:39 2015 (r403106) @@ -82,5 +82,5 @@ SHA256 (bash/bash43-040) = 84bb396b92629 SIZE (bash/bash43-040) = 1532 SHA256 (bash/bash43-041) = 4ec432966e4198524a7e0cd685fe222e96043769c9613e66742ac475db132c1a SIZE (bash/bash43-041) = 2362 -SHA256 (bash/bash43-042) = b75a53141ab3d8fff3fa74b5f3dc76468b01eae299f50bbc2bc71ae395d690af +SHA256 (bash/bash43-042) = ac219322db2791da87a496ee6e8e5544846494bdaaea2626270c2f73c1044919 SIZE (bash/bash43-042) = 1535