Update to 20190329.

https://acpica.org/node/168
This commit is contained in:
Jung-uk Kim 2019-03-29 16:34:01 +00:00
parent cc221aba51
commit 7eef298810
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=497164
3 changed files with 4 additions and 16 deletions

View File

@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= acpica
PORTVERSION= 20190215
PORTREVISION= 1
PORTVERSION= 20190329
CATEGORIES= sysutils devel
MASTER_SITES= https://acpica.org/sites/acpica/files/ \
LOCAL/jkim

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1550691667
SHA256 (acpica-unix-20190215.tar.gz) = 71133ab2b1b2e2f176a9b5081060571977a3d2c91b36722e198bffa7ce9b0d37
SIZE (acpica-unix-20190215.tar.gz) = 1809671
TIMESTAMP = 1553876986
SHA256 (acpica-unix-20190329.tar.gz) = a48c6586d6c042d5e57555ea8c0690cfbf70ec796a32ff3d0a849c6da47e5dfe
SIZE (acpica-unix-20190329.tar.gz) = 1811545

View File

@ -1,11 +0,0 @@
--- source/components/utilities/utdecode.c.orig 2019-02-15 17:38:43 UTC
+++ source/components/utilities/utdecode.c
@@ -632,7 +632,7 @@ static const char *AcpiGbl_GenericNotify[ACP
/* 0B */ "System Locality Update",
/* 0C */ "Reserved (was previously Shutdown Request)", /* Reserved in ACPI 6.0 */
/* 0D */ "System Resource Affinity Update",
- /* 0E */ "Heterogeneous Memory Attributes Update" /* ACPI 6.2 */
+ /* 0E */ "Heterogeneous Memory Attributes Update", /* ACPI 6.2 */
/* 0F */ "Error Disconnect Recover" /* ACPI 6.3 */
};