aboutsummaryrefslogtreecommitdiff
path: root/sysutils/dmidecode
diff options
context:
space:
mode:
authorAnders Nordby <anders@FreeBSD.org>2006-02-07 08:51:09 +0000
committerAnders Nordby <anders@FreeBSD.org>2006-02-07 08:51:09 +0000
commit9871d4c0eda3afbc31c2a2c2e49404b1e6dee1dd (patch)
treea02969cba71dddae57cb5d0b47000b7271b5590c /sysutils/dmidecode
parenta0156c5c5b88d822b11a148b403f4fd7731bb18c (diff)
downloadports-9871d4c0eda3afbc31c2a2c2e49404b1e6dee1dd.tar.gz
ports-9871d4c0eda3afbc31c2a2c2e49404b1e6dee1dd.zip
Update to 2.8.
Remove USE_REINPLACE (deprecated). PR: 92894 Submitted by: az
Notes
Notes: svn path=/head/; revision=155397
Diffstat (limited to 'sysutils/dmidecode')
-rw-r--r--sysutils/dmidecode/Makefile3
-rw-r--r--sysutils/dmidecode/distinfo6
-rw-r--r--sysutils/dmidecode/files/patch-Makefile8
3 files changed, 8 insertions, 9 deletions
diff --git a/sysutils/dmidecode/Makefile b/sysutils/dmidecode/Makefile
index 9d568464b477..5b89bb8ba391 100644
--- a/sysutils/dmidecode/Makefile
+++ b/sysutils/dmidecode/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= dmidecode
-PORTVERSION= 2.7
+PORTVERSION= 2.8
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SAVANNAH} \
ftp://ftp.nuug.no/pub/anders/distfiles/
@@ -18,7 +18,6 @@ COMMENT= A tool for dumping DMI (SMBIOS) contents in human-readable format
ONLY_FOR_ARCHS= i386 amd64 ia64
USE_BZIP2= yes
-USE_REINPLACE= yes
USE_GETOPT_LONG= yes
MAKE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" DOCSDIR="${DOCSDIR}"
diff --git a/sysutils/dmidecode/distinfo b/sysutils/dmidecode/distinfo
index e825f115a1f0..988684a1a1cb 100644
--- a/sysutils/dmidecode/distinfo
+++ b/sysutils/dmidecode/distinfo
@@ -1,3 +1,3 @@
-MD5 (dmidecode-2.7.tar.bz2) = 7aaf44ff2501cafc33634bbaa0d2af13
-SHA256 (dmidecode-2.7.tar.bz2) = e771ceca4fbca9ccdc8ace7e60381dee724e6812dbc52568d58a54d91e954f04
-SIZE (dmidecode-2.7.tar.bz2) = 44749
+MD5 (dmidecode-2.8.tar.bz2) = 72dc651f1d6e9d7571d0117b16987edf
+SHA256 (dmidecode-2.8.tar.bz2) = 8137e69eb4bcf52b3bfa6d4cf580d6a29cd6177e5e47b43a2640d6f3912c53ae
+SIZE (dmidecode-2.8.tar.bz2) = 46791
diff --git a/sysutils/dmidecode/files/patch-Makefile b/sysutils/dmidecode/files/patch-Makefile
index 259133cfca73..719e3abaadf5 100644
--- a/sysutils/dmidecode/files/patch-Makefile
+++ b/sysutils/dmidecode/files/patch-Makefile
@@ -1,14 +1,14 @@
---- Makefile.orig Wed Jun 15 20:22:35 2005
-+++ Makefile Fri Nov 25 20:31:58 2005
+--- Makefile.orig Tue Feb 7 09:45:21 2006
++++ Makefile Tue Feb 7 09:47:11 2006
@@ -8,25 +8,25 @@
# Licensed under the GNU Public License.
#
-CC = gcc
-CFLAGS = -W -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual \
-- -Wcast-align -Wwrite-strings -Wmissing-prototypes -Winline
+- -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
++ -Wcast-align -Wwrite-strings -Wmissing-prototypes -Winline -Wundef
+CFLAGS+= ${CPPFLAGS}
#CFLAGS += -DBIGENDIAN
#CFLAGS += -DALIGNMENT_WORKAROUND