svn commit: r326327 - in head/sysutils/dmidecode: . files

Anders Nordby anders at FreeBSD.org
Wed Sep 4 21:14:15 UTC 2013


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
  


More information about the svn-ports-all mailing list