svn commit: r403104 - head/shells/bash

Emanuel Haupt ehaupt at FreeBSD.org
Sun Dec 6 11:45:55 UTC 2015


Author: ehaupt
Date: Sun Dec  6 11:45:53 2015
New Revision: 403104
URL: https://svnweb.freebsd.org/changeset/ports/403104

Log:
  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:
  head/shells/bash/Makefile
  head/shells/bash/distinfo

Modified: head/shells/bash/Makefile
==============================================================================
--- head/shells/bash/Makefile	Sun Dec  6 11:41:14 2015	(r403103)
+++ head/shells/bash/Makefile	Sun Dec  6 11:45:53 2015	(r403104)
@@ -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: head/shells/bash/distinfo
==============================================================================
--- head/shells/bash/distinfo	Sun Dec  6 11:41:14 2015	(r403103)
+++ head/shells/bash/distinfo	Sun Dec  6 11:45:53 2015	(r403104)
@@ -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


More information about the svn-ports-head mailing list