Update to 3.1

- Add LICENSE_FILE
- Update pkg-descr

Changes:	http://git.savannah.gnu.org/cgit/dmidecode.git/plain/CHANGELOG
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2017-05-24 13:02:43 +00:00
parent 8945f9b8dc
commit 28ff228e47
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=441578
3 changed files with 12 additions and 7 deletions

View File

@ -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

View File

@ -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

View File

@ -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/