Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 May 2017 13:02:43 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r441578 - head/sysutils/dmidecode
Message-ID:  <201705241302.v4OD2hCa018222@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed May 24 13:02:43 2017
New Revision: 441578
URL: https://svnweb.freebsd.org/changeset/ports/441578

Log:
  Update to 3.1
  
  - Add LICENSE_FILE
  - Update pkg-descr
  
  Changes:	http://git.savannah.gnu.org/cgit/dmidecode.git/plain/CHANGELOG

Modified:
  head/sysutils/dmidecode/Makefile
  head/sysutils/dmidecode/distinfo
  head/sysutils/dmidecode/pkg-descr

Modified: head/sysutils/dmidecode/Makefile
==============================================================================
--- head/sysutils/dmidecode/Makefile	Wed May 24 13:02:38 2017	(r441577)
+++ head/sysutils/dmidecode/Makefile	Wed May 24 13:02:43 2017	(r441578)
@@ -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
 

Modified: head/sysutils/dmidecode/distinfo
==============================================================================
--- head/sysutils/dmidecode/distinfo	Wed May 24 13:02:38 2017	(r441577)
+++ head/sysutils/dmidecode/distinfo	Wed May 24 13:02:43 2017	(r441578)
@@ -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

Modified: head/sysutils/dmidecode/pkg-descr
==============================================================================
--- head/sysutils/dmidecode/pkg-descr	Wed May 24 13:02:38 2017	(r441577)
+++ head/sysutils/dmidecode/pkg-descr	Wed May 24 13:02:43 2017	(r441578)
@@ -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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705241302.v4OD2hCa018222>