diff options
Diffstat (limited to 'sysutils/pciutils')
-rw-r--r-- | sysutils/pciutils/Makefile | 2 | ||||
-rw-r--r-- | sysutils/pciutils/distinfo | 6 | ||||
-rw-r--r-- | sysutils/pciutils/files/patch-Makefile | 10 |
3 files changed, 9 insertions, 9 deletions
diff --git a/sysutils/pciutils/Makefile b/sysutils/pciutils/Makefile index 38417c92f26f..178460d399b0 100644 --- a/sysutils/pciutils/Makefile +++ b/sysutils/pciutils/Makefile @@ -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/ \ diff --git a/sysutils/pciutils/distinfo b/sysutils/pciutils/distinfo index dd8f0b5cb52d..5db6d694b9d7 100644 --- a/sysutils/pciutils/distinfo +++ b/sysutils/pciutils/distinfo @@ -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 diff --git a/sysutils/pciutils/files/patch-Makefile b/sysutils/pciutils/files/patch-Makefile index 37c09f182b26..ffb5de244d38 100644 --- a/sysutils/pciutils/files/patch-Makefile +++ b/sysutils/pciutils/files/patch-Makefile @@ -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 |