ports/131952: [UPDATE] sysutils/pfstat to 2.3

Edmondas Girkantas eg at fbsd.lt
Sat Feb 21 22:20:01 UTC 2009


>Number:         131952
>Category:       ports
>Synopsis:       [UPDATE] sysutils/pfstat to 2.3
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 21 22:20:00 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Edmondas Girkantas
>Release:        7.1-RELEASE
>Organization:
>Environment:
FreeBSD big.bug.lt 7.1-RELEASE FreeBSD 7.1-RELEASE #0: Thu Jan  1 14:37:25 UTC 2009     root at logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
changes:
- updated to 2.3 version
- removed unnecessary patch

>How-To-Repeat:

>Fix:
apply given patch

Patch attached with submission follows:

diff -ruN pfstat.orig/Makefile pfstat/Makefile
--- pfstat.orig/Makefile	2009-02-22 00:08:20.000000000 +0200
+++ pfstat/Makefile	2009-02-22 00:08:33.000000000 +0200
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	pfstat
-PORTVERSION=	2.2
-PORTREVISION=	3
+PORTVERSION=	2.3
 CATEGORIES=	sysutils net
 MASTER_SITES=	http://www.benzedrine.cx/
 DISTNAME=	${PORTNAME}-${PORTVERSION}
diff -ruN pfstat.orig/distinfo pfstat/distinfo
--- pfstat.orig/distinfo	2009-02-22 00:08:20.000000000 +0200
+++ pfstat/distinfo	2009-02-22 00:08:46.000000000 +0200
@@ -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.3.tar.gz) = b7fa89fea40da2f1e04d7a5777fcfb03
+SHA256 (pfstat-2.3.tar.gz) = 4511ab7a59cfb29c052457e6abb1c59ba9506bc6dc43e6a4f191b7775957bb6f
+SIZE (pfstat-2.3.tar.gz) = 18332
diff -ruN pfstat.orig/files/patch-pf.c pfstat/files/patch-pf.c
--- pfstat.orig/files/patch-pf.c	2009-02-22 00:08:20.000000000 +0200
+++ pfstat/files/patch-pf.c	1970-01-01 03:00:00.000000000 +0300
@@ -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 */


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list