From a77900ed2e13244ce721f9fce43daf45cd88f8a6 Mon Sep 17 00:00:00 2001
From: arved <arved@FreeBSD.org>
Date: Sat, 18 Jan 2003 17:26:31 +0000
Subject: Update to 0.4.3rc2

PR:		47162
Submitted by:	Dominic Marks <dom@cus.org.uk>
---
 net-p2p/mutella/Makefile                      |  2 +-
 net-p2p/mutella/distinfo                      |  2 +-
 net-p2p/mutella/files/patch-mutella::xsleep.h | 11 -----------
 3 files changed, 2 insertions(+), 13 deletions(-)
 delete mode 100644 net-p2p/mutella/files/patch-mutella::xsleep.h

(limited to 'net-p2p/mutella')

diff --git a/net-p2p/mutella/Makefile b/net-p2p/mutella/Makefile
index 3df500ff0c7d..a762b42a453d 100644
--- a/net-p2p/mutella/Makefile
+++ b/net-p2p/mutella/Makefile
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	mutella
-PORTVERSION=	0.4.3rc1
+PORTVERSION=	0.4.3rc2
 CATEGORIES=	net
 MASTER_SITES=	http://mutella.sourceforge.net/
 
diff --git a/net-p2p/mutella/distinfo b/net-p2p/mutella/distinfo
index 596ecb5852f9..b82fff9168ff 100644
--- a/net-p2p/mutella/distinfo
+++ b/net-p2p/mutella/distinfo
@@ -1 +1 @@
-MD5 (mutella-0.4.3rc1.tar.gz) = 2181de92901e43ea50401d3e138d7c8e
+MD5 (mutella-0.4.3rc2.tar.gz) = 837e6fa15e6556d4739496fbe9738aa7
diff --git a/net-p2p/mutella/files/patch-mutella::xsleep.h b/net-p2p/mutella/files/patch-mutella::xsleep.h
deleted file mode 100644
index e4d3f7883fb3..000000000000
--- a/net-p2p/mutella/files/patch-mutella::xsleep.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- mutella/xsleep.h.orig	Tue Dec  3 01:05:35 2002
-+++ mutella/xsleep.h	Sun Jan  5 22:59:26 2003
-@@ -64,7 +64,7 @@
- 
- // Support dumb missing headers on OSX.
- #ifdef HAVE_NANOSLEEP
--#if defined HAVE_DECL_NANOSLEEP__ && !HAVE_DECL_NANOSLEEP__
-+#if defined HAVE_DECL_NANOSLEEP__ && !HAVE_DECL_NANOSLEEP__ && !defined(__FreeBSD__)
- //#ifdef __APPLE__
- int nanosleep(struct timespec *, struct timespec *);
- #endif
-- 
cgit