1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Update to 0.5.5

This commit is contained in:
Kirill Ponomarev 2003-08-22 08:52:37 +00:00
parent e943c04164
commit eed93068a5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=87487
8 changed files with 80 additions and 14 deletions

View File

@ -7,11 +7,10 @@
#
PORTNAME= gnunet
PORTVERSION= 0.5.4
PORTREVISION= 1
PORTVERSION= 0.5.5
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GNU} \
http://www.ovmj.org/GNUnet/download/
MASTER_SITES= http://www.ovmj.org/GNUnet/download/ \
${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= GNUnet-${PORTVERSION}
@ -68,8 +67,11 @@ PLIST_SUB+= WITH_IPV6="@comment "
.endif
MAN1= gnunet-chat.1 gnunet-check.1 gnunet-convert.1 \
gnunet-delete.1 gnunet-download.1 gnunet-gtk.1 \
gnunet-insert-multi.1 gnunet-insert.1 gnunet-search.1 \
gnunet-delete.1 gnunet-directory.1 gnunet-download.1 \
gnunet-gtk.1 gnunet-insert.1 \
gnunet-peer-info.1 gnunet-pseudonym-create.1 \
gnunet-pseudonym-delete.1 gnunet-pseudonym-list.1 \
gnunet-search.1 gnunet-search-sblock.1 gnunet-stats.1 \
gnunet-tbench.1 gnunet-tracekit.1 \
gnunet-transport-check.1 gnunetd.1
MAN5= gnunet.conf.5

View File

@ -1 +1 @@
MD5 (GNUnet-0.5.4.tar.bz2) = 885476e1234d5cb71bc0fa044e868e49
MD5 (GNUnet-0.5.5.tar.bz2) = 9cf47ded8472e73ec7d0c17d930d17e2

View File

@ -0,0 +1,15 @@
--- src/include/util/gcry/types.h.orig Fri Aug 22 09:57:16 2003
+++ src/include/util/gcry/types.h Fri Aug 22 09:57:24 2003
@@ -48,12 +48,6 @@
#define HAVE_BYTE_TYPEDEF
#endif
-#ifndef HAVE_USHORT_TYPEDEF
- #undef ushort /* maybe there is a macro with this name */
- typedef unsigned short ushort;
- #define HAVE_USHORT_TYPEDEF
-#endif
-
#ifndef HAVE_ULONG_TYPEDEF
#undef ulong /* maybe there is a macro with this name */
typedef unsigned long ulong;

View File

@ -2,11 +2,18 @@ bin/gnunet-chat
bin/gnunet-check
bin/gnunet-convert
bin/gnunet-delete
bin/gnunet-directory-emptydb
bin/gnunet-directory-listdb
bin/gnunet-directory-print
bin/gnunet-download
bin/gnunet-gtk
bin/gnunet-insert
bin/gnunet-peer-info
bin/gnunet-pseudonym-create
bin/gnunet-pseudonym-delete
bin/gnunet-pseudonym-list
bin/gnunet-search
bin/gnunet-search-sblock
bin/gnunet-stats
bin/gnunet-tbench
bin/gnunet-tracekit
@ -33,6 +40,9 @@ lib/libgnunetafs_decoding.so.0
lib/libgnunetafs_delete.la
lib/libgnunetafs_delete.so
lib/libgnunetafs_delete.so.0
lib/libgnunetafs_directory.la
lib/libgnunetafs_directory.so
lib/libgnunetafs_directory.so.0
lib/libgnunetafs_encoding.la
lib/libgnunetafs_encoding.so
lib/libgnunetafs_encoding.so.0
@ -42,6 +52,9 @@ lib/libgnunetafs_policy.so.0
lib/libgnunetafs_protocol.la
lib/libgnunetafs_protocol.so
lib/libgnunetafs_protocol.so.0
lib/libgnunetafs_sblock.la
lib/libgnunetafs_sblock.so
lib/libgnunetafs_sblock.so.0
lib/libgnunetafs_search.la
lib/libgnunetafs_search.so
lib/libgnunetafs_search.so.0
@ -60,6 +73,9 @@ lib/libgnunettbench_protocol.so.0
lib/libgnunettracekit_protocol.la
lib/libgnunettracekit_protocol.so
lib/libgnunettracekit_protocol.so.0
lib/libgnunettransport_http.la
lib/libgnunettransport_http.so
lib/libgnunettransport_http.so.0
lib/libgnunettransport_smtp.la
lib/libgnunettransport_smtp.so
lib/libgnunettransport_smtp.so.0

View File

@ -7,11 +7,10 @@
#
PORTNAME= gnunet
PORTVERSION= 0.5.4
PORTREVISION= 1
PORTVERSION= 0.5.5
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GNU} \
http://www.ovmj.org/GNUnet/download/
MASTER_SITES= http://www.ovmj.org/GNUnet/download/ \
${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= GNUnet-${PORTVERSION}
@ -68,8 +67,11 @@ PLIST_SUB+= WITH_IPV6="@comment "
.endif
MAN1= gnunet-chat.1 gnunet-check.1 gnunet-convert.1 \
gnunet-delete.1 gnunet-download.1 gnunet-gtk.1 \
gnunet-insert-multi.1 gnunet-insert.1 gnunet-search.1 \
gnunet-delete.1 gnunet-directory.1 gnunet-download.1 \
gnunet-gtk.1 gnunet-insert.1 \
gnunet-peer-info.1 gnunet-pseudonym-create.1 \
gnunet-pseudonym-delete.1 gnunet-pseudonym-list.1 \
gnunet-search.1 gnunet-search-sblock.1 gnunet-stats.1 \
gnunet-tbench.1 gnunet-tracekit.1 \
gnunet-transport-check.1 gnunetd.1
MAN5= gnunet.conf.5

View File

@ -1 +1 @@
MD5 (GNUnet-0.5.4.tar.bz2) = 885476e1234d5cb71bc0fa044e868e49
MD5 (GNUnet-0.5.5.tar.bz2) = 9cf47ded8472e73ec7d0c17d930d17e2

View File

@ -0,0 +1,15 @@
--- src/include/util/gcry/types.h.orig Fri Aug 22 09:57:16 2003
+++ src/include/util/gcry/types.h Fri Aug 22 09:57:24 2003
@@ -48,12 +48,6 @@
#define HAVE_BYTE_TYPEDEF
#endif
-#ifndef HAVE_USHORT_TYPEDEF
- #undef ushort /* maybe there is a macro with this name */
- typedef unsigned short ushort;
- #define HAVE_USHORT_TYPEDEF
-#endif
-
#ifndef HAVE_ULONG_TYPEDEF
#undef ulong /* maybe there is a macro with this name */
typedef unsigned long ulong;

View File

@ -2,11 +2,18 @@ bin/gnunet-chat
bin/gnunet-check
bin/gnunet-convert
bin/gnunet-delete
bin/gnunet-directory-emptydb
bin/gnunet-directory-listdb
bin/gnunet-directory-print
bin/gnunet-download
bin/gnunet-gtk
bin/gnunet-insert
bin/gnunet-peer-info
bin/gnunet-pseudonym-create
bin/gnunet-pseudonym-delete
bin/gnunet-pseudonym-list
bin/gnunet-search
bin/gnunet-search-sblock
bin/gnunet-stats
bin/gnunet-tbench
bin/gnunet-tracekit
@ -33,6 +40,9 @@ lib/libgnunetafs_decoding.so.0
lib/libgnunetafs_delete.la
lib/libgnunetafs_delete.so
lib/libgnunetafs_delete.so.0
lib/libgnunetafs_directory.la
lib/libgnunetafs_directory.so
lib/libgnunetafs_directory.so.0
lib/libgnunetafs_encoding.la
lib/libgnunetafs_encoding.so
lib/libgnunetafs_encoding.so.0
@ -42,6 +52,9 @@ lib/libgnunetafs_policy.so.0
lib/libgnunetafs_protocol.la
lib/libgnunetafs_protocol.so
lib/libgnunetafs_protocol.so.0
lib/libgnunetafs_sblock.la
lib/libgnunetafs_sblock.so
lib/libgnunetafs_sblock.so.0
lib/libgnunetafs_search.la
lib/libgnunetafs_search.so
lib/libgnunetafs_search.so.0
@ -60,6 +73,9 @@ lib/libgnunettbench_protocol.so.0
lib/libgnunettracekit_protocol.la
lib/libgnunettracekit_protocol.so
lib/libgnunettracekit_protocol.so.0
lib/libgnunettransport_http.la
lib/libgnunettransport_http.so
lib/libgnunettransport_http.so.0
lib/libgnunettransport_smtp.la
lib/libgnunettransport_smtp.so
lib/libgnunettransport_smtp.so.0