From owner-svn-ports-head@freebsd.org Wed May 24 13:02:44 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C3FEED7AE9A; Wed, 24 May 2017 13:02:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7C0F4144D; Wed, 24 May 2017 13:02:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4OD2hUi018225; Wed, 24 May 2017 13:02:43 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4OD2hCa018222; Wed, 24 May 2017 13:02:43 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705241302.v4OD2hCa018222@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 24 May 2017 13:02:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441578 - head/sysutils/dmidecode X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 May 2017 13:02:44 -0000 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/