[Midnightbsd-cvs] mports [18694] trunk/net/gnome-nettool: update patchset

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Apr 17 21:17:41 EDT 2015


Revision: 18694
          http://svnweb.midnightbsd.org/mports/?rev=18694
Author:   laffer1
Date:     2015-04-17 21:17:40 -0400 (Fri, 17 Apr 2015)
Log Message:
-----------
update patchset

Modified Paths:
--------------
    trunk/net/gnome-nettool/Makefile

Removed Paths:
-------------
    trunk/net/gnome-nettool/files/patch-src_utils.c

Modified: trunk/net/gnome-nettool/Makefile
===================================================================
--- trunk/net/gnome-nettool/Makefile	2015-04-18 01:17:09 UTC (rev 18693)
+++ trunk/net/gnome-nettool/Makefile	2015-04-18 01:17:40 UTC (rev 18694)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gnome-nettool
 PORTVERSION=	2.32.0
-PORTREVISION=	2
+PORTREVISION=	3
 PORTEPOCH=	1
 CATEGORIES=	net gnome
 MASTER_SITES=	GNOME

Deleted: trunk/net/gnome-nettool/files/patch-src_utils.c
===================================================================
--- trunk/net/gnome-nettool/files/patch-src_utils.c	2015-04-18 01:17:09 UTC (rev 18693)
+++ trunk/net/gnome-nettool/files/patch-src_utils.c	2015-04-18 01:17:40 UTC (rev 18694)
@@ -1,20 +0,0 @@
---- src/utils.c.orig	Fri May  6 16:10:28 2005
-+++ src/utils.c	Sun Jul  3 17:48:12 2005
-@@ -24,6 +24,8 @@
-    on GNOME 2.0 */
- 
- #include "utils.h"
-+#include <stdlib.h>
-+#include <limits.h>
- #include <string.h>
- #include <glib/gi18n.h>
- 
-@@ -240,7 +242,7 @@ util_legible_bytes (gchar *bytes)
- 	const gchar *unit = "B";
- 	gchar *result;
- 	
--	sscanf (bytes, "%lld", &rx);
-+	rx = strtoull (bytes, (char **)NULL, 10);
- 	short_rx = rx * 10;  
- 
- 	if (rx > 1125899906842624ull) {



More information about the Midnightbsd-cvs mailing list