mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
Update to version 0.6.2b
This commit is contained in:
parent
25609c72f2
commit
2de0ff650c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=112262
@ -7,7 +7,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= gnunet
|
||||
PORTVERSION= 0.6.2a
|
||||
PORTVERSION= 0.6.2b
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.ovmj.org/GNUnet/download/ \
|
||||
${MASTER_SITE_GNU}
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (GNUnet-0.6.2a.tar.bz2) = 5b318dc50ca3f410ec7ef4cea0cc3c96
|
||||
SIZE (GNUnet-0.6.2a.tar.bz2) = 1110498
|
||||
MD5 (GNUnet-0.6.2b.tar.bz2) = c3c8dcc940d3fdf35c0f606624362938
|
||||
SIZE (GNUnet-0.6.2b.tar.bz2) = 980714
|
||||
|
@ -1,32 +0,0 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- src/applications/afs/gtkui/main.c.orig Sun Jun 20 11:00:49 2004
|
||||
+++ src/applications/afs/gtkui/main.c Sun Jun 20 11:01:30 2004
|
||||
@@ -247,22 +247,22 @@
|
||||
{ "/File/Plot gnunetd stats/_Connectivity",
|
||||
NULL,
|
||||
displayStatistics,
|
||||
- (long) "Connectivity",
|
||||
+ STAT_CONNECTIVITY,
|
||||
NULL },
|
||||
{ "/File/Plot gnunetd stats/C_PU Load",
|
||||
NULL,
|
||||
displayStatistics,
|
||||
- (long) "CPU load",
|
||||
+ STAT_CPU_LOAD,
|
||||
NULL },
|
||||
{ "/File/Plot gnunetd stats/_Inbound Traffic",
|
||||
NULL,
|
||||
displayStatistics,
|
||||
- (long) "Inbound Traffic",
|
||||
+ STAT_IN_TRAFFIC,
|
||||
NULL },
|
||||
{ "/File/Plot gnunetd stats/_Outbound Traffic",
|
||||
NULL,
|
||||
displayStatistics,
|
||||
- (long) "Outbound Traffic",
|
||||
+ STAT_OUT_TRAFFIC,
|
||||
NULL },
|
||||
{ "/File/sep1",
|
||||
NULL,
|
@ -1,17 +0,0 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- src/applications/afs/gtkui/statistics.h.orig Sun Jun 20 11:05:37 2004
|
||||
+++ src/applications/afs/gtkui/statistics.h Sun Jun 20 11:06:11 2004
|
||||
@@ -41,6 +41,11 @@
|
||||
|
||||
void initGTKStatistics();
|
||||
|
||||
+#define STAT_CONNECTIVITY 0
|
||||
+#define STAT_CPU_LOAD 1
|
||||
+#define STAT_IN_TRAFFIC 2
|
||||
+#define STAT_OUT_TRAFFIC 3
|
||||
+
|
||||
void doneGTKStatistics();
|
||||
|
||||
|
@ -18,6 +18,9 @@ bin/gnunet-transport-check
|
||||
bin/gnunetd
|
||||
include/gnunet_afs_esed2.h
|
||||
include/gnunet_core.h
|
||||
include/gnunet_dht.h
|
||||
include/gnunet_dht_lib.h
|
||||
include/gnunet_dht_module.h
|
||||
include/gnunet_transport.h
|
||||
include/gnunet_util.h
|
||||
include/platform.h
|
||||
|
@ -7,7 +7,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= gnunet
|
||||
PORTVERSION= 0.6.2a
|
||||
PORTVERSION= 0.6.2b
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.ovmj.org/GNUnet/download/ \
|
||||
${MASTER_SITE_GNU}
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (GNUnet-0.6.2a.tar.bz2) = 5b318dc50ca3f410ec7ef4cea0cc3c96
|
||||
SIZE (GNUnet-0.6.2a.tar.bz2) = 1110498
|
||||
MD5 (GNUnet-0.6.2b.tar.bz2) = c3c8dcc940d3fdf35c0f606624362938
|
||||
SIZE (GNUnet-0.6.2b.tar.bz2) = 980714
|
||||
|
@ -1,32 +0,0 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- src/applications/afs/gtkui/main.c.orig Sun Jun 20 11:00:49 2004
|
||||
+++ src/applications/afs/gtkui/main.c Sun Jun 20 11:01:30 2004
|
||||
@@ -247,22 +247,22 @@
|
||||
{ "/File/Plot gnunetd stats/_Connectivity",
|
||||
NULL,
|
||||
displayStatistics,
|
||||
- (long) "Connectivity",
|
||||
+ STAT_CONNECTIVITY,
|
||||
NULL },
|
||||
{ "/File/Plot gnunetd stats/C_PU Load",
|
||||
NULL,
|
||||
displayStatistics,
|
||||
- (long) "CPU load",
|
||||
+ STAT_CPU_LOAD,
|
||||
NULL },
|
||||
{ "/File/Plot gnunetd stats/_Inbound Traffic",
|
||||
NULL,
|
||||
displayStatistics,
|
||||
- (long) "Inbound Traffic",
|
||||
+ STAT_IN_TRAFFIC,
|
||||
NULL },
|
||||
{ "/File/Plot gnunetd stats/_Outbound Traffic",
|
||||
NULL,
|
||||
displayStatistics,
|
||||
- (long) "Outbound Traffic",
|
||||
+ STAT_OUT_TRAFFIC,
|
||||
NULL },
|
||||
{ "/File/sep1",
|
||||
NULL,
|
@ -1,17 +0,0 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- src/applications/afs/gtkui/statistics.h.orig Sun Jun 20 11:05:37 2004
|
||||
+++ src/applications/afs/gtkui/statistics.h Sun Jun 20 11:06:11 2004
|
||||
@@ -41,6 +41,11 @@
|
||||
|
||||
void initGTKStatistics();
|
||||
|
||||
+#define STAT_CONNECTIVITY 0
|
||||
+#define STAT_CPU_LOAD 1
|
||||
+#define STAT_IN_TRAFFIC 2
|
||||
+#define STAT_OUT_TRAFFIC 3
|
||||
+
|
||||
void doneGTKStatistics();
|
||||
|
||||
|
@ -18,6 +18,9 @@ bin/gnunet-transport-check
|
||||
bin/gnunetd
|
||||
include/gnunet_afs_esed2.h
|
||||
include/gnunet_core.h
|
||||
include/gnunet_dht.h
|
||||
include/gnunet_dht_lib.h
|
||||
include/gnunet_dht_module.h
|
||||
include/gnunet_transport.h
|
||||
include/gnunet_util.h
|
||||
include/platform.h
|
||||
|
Loading…
Reference in New Issue
Block a user