From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 21:14:15 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 95C67806; Wed, 4 Sep 2013 21:14:15 +0000 (UTC) (envelope-from anders@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6892C2671; Wed, 4 Sep 2013 21:14:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r84LEF6S060179; Wed, 4 Sep 2013 21:14:15 GMT (envelope-from anders@svn.freebsd.org) Received: (from anders@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r84LEE8E060175; Wed, 4 Sep 2013 21:14:14 GMT (envelope-from anders@svn.freebsd.org) Message-Id: <201309042114.r84LEE8E060175@svn.freebsd.org> From: Anders Nordby Date: Wed, 4 Sep 2013 21:14:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326327 - in head/sysutils/dmidecode: . files 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.14 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, 04 Sep 2013 21:14:15 -0000 Author: anders Date: Wed Sep 4 21:14:14 2013 New Revision: 326327 URL: http://svnweb.freebsd.org/changeset/ports/326327 Log: Update to 2.12. Deleted: head/sysutils/dmidecode/files/patch-dmidecode.c Modified: head/sysutils/dmidecode/Makefile head/sysutils/dmidecode/distinfo head/sysutils/dmidecode/files/patch-Makefile Modified: head/sysutils/dmidecode/Makefile ============================================================================== --- head/sysutils/dmidecode/Makefile Wed Sep 4 21:10:44 2013 (r326326) +++ head/sysutils/dmidecode/Makefile Wed Sep 4 21:14:14 2013 (r326327) @@ -6,7 +6,7 @@ # PORTNAME= dmidecode -PORTVERSION= 2.11 +PORTVERSION= 2.12 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SAVANNAH} \ ftp://ftp.nuug.no/pub/anders/distfiles/ Modified: head/sysutils/dmidecode/distinfo ============================================================================== --- head/sysutils/dmidecode/distinfo Wed Sep 4 21:10:44 2013 (r326326) +++ head/sysutils/dmidecode/distinfo Wed Sep 4 21:14:14 2013 (r326327) @@ -1,2 +1,2 @@ -SHA256 (dmidecode-2.11.tar.bz2) = 6da5643479b3b591b71a91122a25b89b77920b66e1ad0a5162d3c75b50423b51 -SIZE (dmidecode-2.11.tar.bz2) = 54537 +SHA256 (dmidecode-2.12.tar.bz2) = 913ff3055d563a62a420789b8ee33b038de9afa18ea61254760ddf8ab87a5088 +SIZE (dmidecode-2.12.tar.bz2) = 55191 Modified: head/sysutils/dmidecode/files/patch-Makefile ============================================================================== --- head/sysutils/dmidecode/files/patch-Makefile Wed Sep 4 21:10:44 2013 (r326326) +++ head/sysutils/dmidecode/files/patch-Makefile Wed Sep 4 21:14:14 2013 (r326327) @@ -1,15 +1,13 @@ ---- Makefile.orig 2010-10-11 10:08:16.000000000 -0400 -+++ Makefile 2011-03-18 12:55:54.000000000 -0400 -@@ -12,30 +12,30 @@ +--- Makefile.orig 2013-09-04 23:07:45.000000000 +0200 ++++ Makefile 2013-09-04 23:09:52.000000000 +0200 +@@ -12,30 +12,29 @@ # (at your option) any later version. # -CC = gcc -CFLAGS = -W -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual \ -- -Wcast-align -Wwrite-strings -Wmissing-prototypes -Winline -Wundef -+CFLAGS+= -W -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual \ -+ -Wcast-align -Wwrite-strings -Wmissing-prototypes -Winline -Wundef -+CFLAGS+= ${CPPFLAGS} ++CFLAGS+= -W -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual \ + -Wcast-align -Wwrite-strings -Wmissing-prototypes -Winline -Wundef #CFLAGS += -DBIGENDIAN #CFLAGS += -DALIGNMENT_WORKAROUND