summaryrefslogtreecommitdiff
path: root/net/mutella
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2003-01-18 17:26:31 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2003-01-18 17:26:31 +0000
commitdc68f4d12b4be877936672c3505655d5ec91b4aa (patch)
treedff2e57293706062f7232c690c188be50f89129e /net/mutella
parentUpdate to 1.0 (diff)
Update to 0.4.3rc2
PR: 47162 Submitted by: Dominic Marks <dom@cus.org.uk>
Notes
Notes: svn path=/head/; revision=73407
Diffstat (limited to 'net/mutella')
-rw-r--r--net/mutella/Makefile2
-rw-r--r--net/mutella/distinfo2
-rw-r--r--net/mutella/files/patch-mutella::xsleep.h11
3 files changed, 2 insertions, 13 deletions
diff --git a/net/mutella/Makefile b/net/mutella/Makefile
index 3df500ff0c7d..a762b42a453d 100644
--- a/net/mutella/Makefile
+++ b/net/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/mutella/distinfo b/net/mutella/distinfo
index 596ecb5852f9..b82fff9168ff 100644
--- a/net/mutella/distinfo
+++ b/net/mutella/distinfo
@@ -1 +1 @@
-MD5 (mutella-0.4.3rc1.tar.gz) = 2181de92901e43ea50401d3e138d7c8e
+MD5 (mutella-0.4.3rc2.tar.gz) = 837e6fa15e6556d4739496fbe9738aa7
diff --git a/net/mutella/files/patch-mutella::xsleep.h b/net/mutella/files/patch-mutella::xsleep.h
deleted file mode 100644
index e4d3f7883fb3..000000000000
--- a/net/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