Summary: | [patch] shells/bash is sound enough to parallel build | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Jia-Shiun Li <jiashiun> | ||||
Component: | Individual Port(s) | Assignee: | Emanuel Haupt <ehaupt> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Jia-Shiun Li
2014-05-01 17:00:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->ehaupt Over to maintainer (via the GNATS Auto Assign Tool) Author: ehaupt Date: Tue May 27 12:35:25 2014 New Revision: 355501 URL: http://svnweb.freebsd.org/changeset/ports/355501 QAT: https://qat.redports.org/buildarchive/r355501/ Log: - Update to 4.3.18 - Port is sound enough to parallel build [1] PR: 189207 [1] Submitted by: Jia-Shiun Li <jiashiun@gmail.com> [1] Modified: head/shells/bash/Makefile head/shells/bash/distinfo Modified: head/shells/bash/Makefile ============================================================================== --- head/shells/bash/Makefile Tue May 27 12:33:55 2014 (r355500) +++ head/shells/bash/Makefile Tue May 27 12:35:25 2014 (r355501) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bash -PATCHLEVEL= 11 +PATCHLEVEL= 18 PORTVERSION= 4.3.${PATCHLEVEL:S/^0//g} PORTREVISION?= 2 CATEGORIES= shells @@ -42,7 +42,6 @@ NLS_USES= gettext iconv INFO= bash -MAKE_JOBS_UNSAFE= yes GNU_CONFIGURE= yes PORTDOCS= FAQ INTRO CHANGES COMPAT NEWS POSIX RBASH README \ Modified: head/shells/bash/distinfo ============================================================================== --- head/shells/bash/distinfo Tue May 27 12:33:55 2014 (r355500) +++ head/shells/bash/distinfo Tue May 27 12:35:25 2014 (r355501) @@ -22,3 +22,17 @@ SHA256 (bash/bash43-010) = ce05799c01373 SIZE (bash/bash43-010) = 5357 SHA256 (bash/bash43-011) = 7c63402cdbc004a210f6c1c527b63b13d8bb9ec9c5a43d5c464a9010ff6f7f3b SIZE (bash/bash43-011) = 1533 +SHA256 (bash/bash43-012) = 3e1379030b35fbcf314e9e7954538cf4b43be1507142b29efae39eef997b8c12 +SIZE (bash/bash43-012) = 1365 +SHA256 (bash/bash43-013) = bfa8ca5336ab1f5ef988434a4bdedf71604aa8a3659636afa2ce7c7446c42c79 +SIZE (bash/bash43-013) = 2151 +SHA256 (bash/bash43-014) = 5a4d6fa2365b6eb725a9d4966248b5edf7630a4aeb3fa8d526b877972658ac13 +SIZE (bash/bash43-014) = 3533 +SHA256 (bash/bash43-015) = 13293e8a24e003a44d7fe928c6b1e07b444511bed2d9406407e006df28355e8d +SIZE (bash/bash43-015) = 1894 +SHA256 (bash/bash43-016) = 92d60bcf49f61bd7f1ccb9602bead6f2c9946d79dea0e5ec0589bb3bfa5e0773 +SIZE (bash/bash43-016) = 3674 +SHA256 (bash/bash43-017) = 1267c25c6b5ba57042a7bb6c569a6de02ffd0d29530489a16666c3b8a23e7780 +SIZE (bash/bash43-017) = 1565 +SHA256 (bash/bash43-018) = 7aa8b40a9e973931719d8cc72284a8fb3292b71b522db57a5a79052f021a3d58 +SIZE (bash/bash43-018) = 1315 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Committed, thanks! |