Date: Sun, 30 Nov 2008 21:42:04 +0100 From: "Beat Gätzi" <beat@chruetertee.ch> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/129310: [PATCH] sysutils/dmidecode: update to 2.10 Message-ID: <200811302042.mAUKg2Xw022521@marvin.chruetertee.ch> Resent-Message-ID: <200811302050.mAUKo1Sb067741@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 129310 >Category: ports >Synopsis: [PATCH] sysutils/dmidecode: update to 2.10 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Nov 30 20:50:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Beat Gätzi >Release: FreeBSD 7.1-PRERELEASE i386 >Organization: >Environment: System: FreeBSD daedalus.network.local 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #0: Fri Sep 5 22:34:11 CEST 2008 root@daedalus.network.local:/usr/obj/usr/src/sys/BEASTIE i386 >Description: - update dmidecode to version 2.10 - using PLIST_FILES instead of pkg-plist >How-To-Repeat: >Fix: --- dmidecode.patch begins here --- diff -Naur dmidecode.orig/Makefile dmidecode/Makefile --- dmidecode.orig/Makefile 2008-03-20 11:03:43.000000000 +0100 +++ dmidecode/Makefile 2008-11-30 21:21:56.950847890 +0100 @@ -6,7 +6,7 @@ # PORTNAME= dmidecode -PORTVERSION= 2.9 +PORTVERSION= 2.10 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SAVANNAH} \ ftp://ftp.nuug.no/pub/anders/distfiles/ @@ -23,6 +23,7 @@ PORTDOCS= AUTHORS CHANGELOG README MAN8= biosdecode.8 dmidecode.8 ownership.8 vpddecode.8 +PLIST_FILES= sbin/biosdecode sbin/dmidecode sbin/ownership sbin/vpddecode post-patch: .if defined(NOPORTDOCS) diff -Naur dmidecode.orig/distinfo dmidecode/distinfo --- dmidecode.orig/distinfo 2007-10-15 21:37:25.000000000 +0200 +++ dmidecode/distinfo 2008-11-30 21:19:02.241452143 +0100 @@ -1,3 +1,3 @@ -MD5 (dmidecode-2.9.tar.bz2) = 3dac4b1817012ffebd78671473d8f56c -SHA256 (dmidecode-2.8.tar.bz2) = 888eb2c25bdcef5ee34c38cd5cb0f491d7dd82029dc0f4ae96183a0088a5e015 -SIZE (dmidecode-2.8.tar.bz2) = 48158 +MD5 (dmidecode-2.10.tar.bz2) = 3c9c4d55a40b78600f3b43bfa64616f9 +SHA256 (dmidecode-2.10.tar.bz2) = 4d74a3e93353320317a424816f9a045df06d9ed4b5b80881e16fdfcc74c9e2c0 +SIZE (dmidecode-2.10.tar.bz2) = 51904 diff -Naur dmidecode.orig/pkg-plist dmidecode/pkg-plist --- dmidecode.orig/pkg-plist 2005-03-20 22:24:32.000000000 +0100 +++ dmidecode/pkg-plist 1970-01-01 01:00:00.000000000 +0100 @@ -1,4 +0,0 @@ -sbin/biosdecode -sbin/dmidecode -sbin/ownership -sbin/vpddecode --- dmidecode.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811302042.mAUKg2Xw022521>