diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-06-25 18:44:12 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-06-25 18:44:12 +0000 |
commit | 2de0ff650c688667ae2d89d69901e7010bcf4e8a (patch) | |
tree | 46e0c58e45eb21e9d319c0c0f91719ad3d5e70af /net-p2p/gnunet | |
parent | 25609c72f27ab85a3e87d45b9ac26ee19efcab1c (diff) | |
download | ports-2de0ff650c688667ae2d89d69901e7010bcf4e8a.tar.gz ports-2de0ff650c688667ae2d89d69901e7010bcf4e8a.zip |
Notes
Diffstat (limited to 'net-p2p/gnunet')
-rw-r--r-- | net-p2p/gnunet/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/gnunet/distinfo | 4 | ||||
-rw-r--r-- | net-p2p/gnunet/files/patch-src_applications_afs_gtkui_main.c | 32 | ||||
-rw-r--r-- | net-p2p/gnunet/files/patch-src_applications_afs_gtkui_statistics.h | 17 | ||||
-rw-r--r-- | net-p2p/gnunet/pkg-plist | 3 |
5 files changed, 6 insertions, 52 deletions
diff --git a/net-p2p/gnunet/Makefile b/net-p2p/gnunet/Makefile index 9da1d2744771..97f52e64c5e4 100644 --- a/net-p2p/gnunet/Makefile +++ b/net-p2p/gnunet/Makefile @@ -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} diff --git a/net-p2p/gnunet/distinfo b/net-p2p/gnunet/distinfo index e9ff924a725b..457721d576f3 100644 --- a/net-p2p/gnunet/distinfo +++ b/net-p2p/gnunet/distinfo @@ -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 diff --git a/net-p2p/gnunet/files/patch-src_applications_afs_gtkui_main.c b/net-p2p/gnunet/files/patch-src_applications_afs_gtkui_main.c deleted file mode 100644 index c39afaa1cd51..000000000000 --- a/net-p2p/gnunet/files/patch-src_applications_afs_gtkui_main.c +++ /dev/null @@ -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, diff --git a/net-p2p/gnunet/files/patch-src_applications_afs_gtkui_statistics.h b/net-p2p/gnunet/files/patch-src_applications_afs_gtkui_statistics.h deleted file mode 100644 index 3c2d5ef99cfc..000000000000 --- a/net-p2p/gnunet/files/patch-src_applications_afs_gtkui_statistics.h +++ /dev/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(); - - diff --git a/net-p2p/gnunet/pkg-plist b/net-p2p/gnunet/pkg-plist index e8c830a446c9..c434c7d5e922 100644 --- a/net-p2p/gnunet/pkg-plist +++ b/net-p2p/gnunet/pkg-plist @@ -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 |