diff options
author | Soeren Straarup <xride@FreeBSD.org> | 2009-02-22 22:12:35 +0000 |
---|---|---|
committer | Soeren Straarup <xride@FreeBSD.org> | 2009-02-22 22:12:35 +0000 |
commit | cc3a197ac51b0a975dedb3c9f1c5773b6c4a804f (patch) | |
tree | d08327da41857c13b317083980f6253b3dab4174 /sysutils/pfstat | |
parent | 807301519660c9e4c416d0c5d0a9bb0844adc0e4 (diff) |
Update to 2.4 instead of 2.3 as the PR suggested.
PR: ports/131952
Submitted by: Edmondas Girkantas <eg@fbsd.lt>
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=228845
Diffstat (limited to 'sysutils/pfstat')
-rw-r--r-- | sysutils/pfstat/Makefile | 3 | ||||
-rw-r--r-- | sysutils/pfstat/distinfo | 6 | ||||
-rw-r--r-- | sysutils/pfstat/files/patch-pf.c | 15 |
3 files changed, 4 insertions, 20 deletions
diff --git a/sysutils/pfstat/Makefile b/sysutils/pfstat/Makefile index 822a647cf387..a4653cb3627d 100644 --- a/sysutils/pfstat/Makefile +++ b/sysutils/pfstat/Makefile @@ -6,8 +6,7 @@ # PORTNAME= pfstat -PORTVERSION= 2.2 -PORTREVISION= 3 +PORTVERSION= 2.4 CATEGORIES= sysutils net MASTER_SITES= http://www.benzedrine.cx/ DISTNAME= ${PORTNAME}-${PORTVERSION} diff --git a/sysutils/pfstat/distinfo b/sysutils/pfstat/distinfo index 5db9b60a1f43..902a9edda580 100644 --- a/sysutils/pfstat/distinfo +++ b/sysutils/pfstat/distinfo @@ -1,3 +1,3 @@ -MD5 (pfstat-2.2.tar.gz) = c3e0c37ec9017c2544c102c5dba6d7aa -SHA256 (pfstat-2.2.tar.gz) = 2215e1a09f97e6b001f89b9a543511aecfc0274cfb30fb9c53b5d58811334d57 -SIZE (pfstat-2.2.tar.gz) = 18784 +MD5 (pfstat-2.4.tar.gz) = 9e74c4994be5fddaab6c251d3765fab6 +SHA256 (pfstat-2.4.tar.gz) = a0ca83e6a61f8fc0987756ef95468a4431b9c9f8ff0317ba084de9fd18b07df1 +SIZE (pfstat-2.4.tar.gz) = 18391 diff --git a/sysutils/pfstat/files/patch-pf.c b/sysutils/pfstat/files/patch-pf.c deleted file mode 100644 index 54ca88490d52..000000000000 --- a/sysutils/pfstat/files/patch-pf.c +++ /dev/null @@ -1,15 +0,0 @@ ---- pf.c.orig Thu May 11 23:41:07 2006 -+++ pf.c Mon Dec 11 21:08:31 2006 -@@ -67,10 +67,8 @@ - - /* first, find out how many queues there are */ - memset(&pa, 0, sizeof(pa)); -- if (ioctl(fd, DIOCGETALTQS, &pa)) { -- fprintf(stderr, "ioctl: DIOCGETALTQS: %s\n", strerror(errno)); -- return (1); -- } -+ if (ioctl(fd, DIOCGETALTQS, &pa)) -+ return (0); - mnr = pa.nr; - - /* fetch each of those queues */ |