- Update to 2.2.3

PR:		ports/105923
Submitted by:	trasz
Approved by:	maintainer timeout
This commit is contained in:
Martin Wilke 2006-12-10 22:47:15 +00:00
parent 5f49dd56fc
commit 379c8a06c3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=179431
3 changed files with 9 additions and 9 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= pciutils
PORTVERSION= 2.2.0
PORTVERSION= 2.2.3
CATEGORIES= sysutils
MASTER_SITES= ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/ \
ftp://ftp.kernel.org/pub/software/utils/pciutils/ \

View File

@ -1,3 +1,3 @@
MD5 (pciutils-2.2.0.tar.gz) = 303fc4bb9669549acf65e4a714527c7e
SHA256 (pciutils-2.2.0.tar.gz) = 9eab846b46e07080c5eb7a843a8d8f30d493bca22eb0a36d5c5dc39d426cd43e
SIZE (pciutils-2.2.0.tar.gz) = 194290
MD5 (pciutils-2.2.3.tar.gz) = 39747279aad46e7a6a3e1ea636d055b4
SHA256 (pciutils-2.2.3.tar.gz) = e501df7734738d0625a3765498e1c4625a2fbaf408c86599eca2070c57bc4d4b
SIZE (pciutils-2.2.3.tar.gz) = 1121334

View File

@ -1,15 +1,15 @@
--- Makefile.orig Wed Sep 21 09:04:54 2005
+++ Makefile Wed Nov 23 00:11:07 2005
--- Makefile.orig Fri May 5 21:46:32 2006
+++ Makefile Mon Nov 27 22:12:24 2006
@@ -1,19 +1,16 @@
# Makefile for The PCI Utilities
# (c) 1998--2005 Martin Mares <mj@ucw.cz>
# (c) 1998--2006 Martin Mares <mj@ucw.cz>
-OPT=-O2
-CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -Winline
+CFLAGS+= -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -Winline
VERSION=2.2.0
DATE=2005-09-21
VERSION=2.2.3
DATE=2006-05-05
-PREFIX=/usr/local
SBINDIR=$(PREFIX)/sbin