diff --git a/sysutils/dmidecode/Makefile b/sysutils/dmidecode/Makefile index 6e74d3abede4..c3f8bdee9352 100644 --- a/sysutils/dmidecode/Makefile +++ b/sysutils/dmidecode/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dmidecode -PORTVERSION= 3.0 +PORTVERSION= 3.1 CATEGORIES= sysutils MASTER_SITES= SAVANNAH @@ -10,6 +10,7 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Tool for dumping DMI (SMBIOS) contents in human-readable format LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE OPTIONS_DEFINE= DOCS diff --git a/sysutils/dmidecode/distinfo b/sysutils/dmidecode/distinfo index 72f3e7ed8158..da8cff35fe32 100644 --- a/sysutils/dmidecode/distinfo +++ b/sysutils/dmidecode/distinfo @@ -1,2 +1,3 @@ -SHA256 (dmidecode-3.0.tar.xz) = 7ec35bb193729c1d593a1460b59d82d24b89102ab23fd0416e6cf4325d077e45 -SIZE (dmidecode-3.0.tar.xz) = 58704 +TIMESTAMP = 1495555101 +SHA256 (dmidecode-3.1.tar.xz) = d766ce9b25548c59b1e7e930505b4cad9a7bb0b904a1a391fbb604d529781ac0 +SIZE (dmidecode-3.1.tar.xz) = 61204 diff --git a/sysutils/dmidecode/pkg-descr b/sysutils/dmidecode/pkg-descr index f737912c603e..5e51dd3f51ac 100644 --- a/sysutils/dmidecode/pkg-descr +++ b/sysutils/dmidecode/pkg-descr @@ -1,6 +1,9 @@ -Dmidecode is a tool or dumping a computer's DMI (some say SMBIOS) table -contents in a human-readable format. The output contains a description of the -system's hardware components, as well as other useful pieces of information -such as serial numbers and BIOS revision. +Dmidecode reports information about your system's hardware as described in your +system BIOS according to the SMBIOS/DMI standard. This information typically +includes system manufacturer, model name, serial number, BIOS version, asset tag +as well as a lot of other details of varying level of interest and reliability +depending on the manufacturer. This will often include usage status for the CPU +sockets, expansion slots (e.g. AGP, PCI, ISA) and memory module slots, and the +list of I/O ports (e.g. serial, parallel, USB). WWW: http://www.nongnu.org/dmidecode/