aboutsummaryrefslogtreecommitdiff
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
parentcc51e978e29bc32a3a7a11ac1860932cb9b4c32a (diff)
downloadports-dc68f4d12b4be877936672c3505655d5ec91b4aa.tar.gz
ports-dc68f4d12b4be877936672c3505655d5ec91b4aa.zip
Notes
-rw-r--r--net-p2p/mutella/Makefile2
-rw-r--r--net-p2p/mutella/distinfo2
-rw-r--r--net-p2p/mutella/files/patch-mutella::xsleep.h11
-rw-r--r--net/mutella/Makefile2
-rw-r--r--net/mutella/distinfo2
-rw-r--r--net/mutella/files/patch-mutella::xsleep.h11
6 files changed, 4 insertions, 26 deletions
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
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