From 1030335d037a104e7c9b61a8ad831800c9a613ac Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Tue, 14 Dec 2004 21:23:23 +0000 Subject: - Update to 1.5.1 --- comms/hcidump/Makefile | 2 +- comms/hcidump/distinfo | 4 ++-- comms/hcidump/files/patch-parser-sdp.c | 28 ---------------------------- 3 files changed, 3 insertions(+), 31 deletions(-) delete mode 100644 comms/hcidump/files/patch-parser-sdp.c (limited to 'comms') diff --git a/comms/hcidump/Makefile b/comms/hcidump/Makefile index 14012e37e956..5bd014e94218 100644 --- a/comms/hcidump/Makefile +++ b/comms/hcidump/Makefile @@ -6,7 +6,7 @@ # PORTNAME= hcidump -PORTVERSION= 1.5 +PORTVERSION= 1.5.1 CATEGORIES= comms sysutils MASTER_SITES= http://www.geocities.com/m_evmenkin/ diff --git a/comms/hcidump/distinfo b/comms/hcidump/distinfo index 574b9deecaf9..8adc607bdbf6 100644 --- a/comms/hcidump/distinfo +++ b/comms/hcidump/distinfo @@ -1,2 +1,2 @@ -MD5 (hcidump-1.5.tar.gz) = 1fd74128cfc55a9b75032959bb9d90a0 -SIZE (hcidump-1.5.tar.gz) = 32351 +MD5 (hcidump-1.5.1.tar.gz) = 79ddf7f3a5fc2e165406fdb6c7f19a01 +SIZE (hcidump-1.5.1.tar.gz) = 32480 diff --git a/comms/hcidump/files/patch-parser-sdp.c b/comms/hcidump/files/patch-parser-sdp.c deleted file mode 100644 index d7988e250f51..000000000000 --- a/comms/hcidump/files/patch-parser-sdp.c +++ /dev/null @@ -1,28 +0,0 @@ ---- parser/sdp.c.orig Sat Sep 13 01:38:11 2003 -+++ parser/sdp.c Tue Dec 14 21:59:15 2004 -@@ -31,6 +31,7 @@ - - #include - #include -+#include - #include - - #include "parser.h" -@@ -203,7 +204,7 @@ - break; - case 16:/* 128-bit */ - get_u128(frm, &val, &val2); -- printf(" 0x%llx 0x%llx", val2, val); -+ printf(" 0x%" PRIx64 "0x%" PRIx64, val2, val); - return; - default: /* syntax error */ - printf(" err"); -@@ -212,7 +213,7 @@ - return; - } - -- printf(" 0x%llx", val); -+ printf(" 0x%" PRIx64, val); - } - - static void print_uuid(int n, struct frame *frm) -- cgit v1.2.3