summaryrefslogtreecommitdiff
path: root/net/mutella
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2003-01-06 07:06:38 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2003-01-06 07:06:38 +0000
commit96abb1b2cff0cc3b94e56c66260bed44ee57e0e2 (patch)
treec20f4821b78e7340aa92bca30d718576648ac9b4 /net/mutella
parentUpdate to v2.7.2. (diff)
Update to 0.4.3rc1
PR: 46558 Submitted by: Dominic Marks <dom@cus.org.uk> (maintainer)
Notes
Notes: svn path=/head/; revision=72619
Diffstat (limited to 'net/mutella')
-rw-r--r--net/mutella/Makefile9
-rw-r--r--net/mutella/distinfo2
-rw-r--r--net/mutella/files/patch-mutella::mutella.h22
-rw-r--r--net/mutella/files/patch-mutella::xsleep.h11
-rw-r--r--net/mutella/pkg-plist8
5 files changed, 22 insertions, 30 deletions
diff --git a/net/mutella/Makefile b/net/mutella/Makefile
index 10d3d78d29d1..3df500ff0c7d 100644
--- a/net/mutella/Makefile
+++ b/net/mutella/Makefile
@@ -6,20 +6,21 @@
#
PORTNAME= mutella
-PORTVERSION= 0.4.1
+PORTVERSION= 0.4.3rc1
CATEGORIES= net
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
+MASTER_SITES= http://mutella.sourceforge.net/
MAINTAINER= d.marks@student.umist.ac.uk
+MAN1= mutella.1
+
GNU_CONFIGURE= yes
USE_REINPLACE= yes
CONFIGURE_TARGET=
CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
post-patch:
- ${REINPLACE_CMD} -e 's|ulong|u_long|' \
+ @${REINPLACE_CMD} -e 's|ulong|u_long|' \
${WRKSRC}/mutella/asyncsocket.cpp \
${WRKSRC}/mutella/asyncsocket.h
diff --git a/net/mutella/distinfo b/net/mutella/distinfo
index 2c9704c3b59b..596ecb5852f9 100644
--- a/net/mutella/distinfo
+++ b/net/mutella/distinfo
@@ -1 +1 @@
-MD5 (mutella-0.4.1.tar.gz) = 68e83b16e63c59304fc65e19635985bc
+MD5 (mutella-0.4.3rc1.tar.gz) = 2181de92901e43ea50401d3e138d7c8e
diff --git a/net/mutella/files/patch-mutella::mutella.h b/net/mutella/files/patch-mutella::mutella.h
deleted file mode 100644
index 1c4a03f6f1f7..000000000000
--- a/net/mutella/files/patch-mutella::mutella.h
+++ /dev/null
@@ -1,22 +0,0 @@
---- mutella/mutella.h.orig Sat Dec 21 04:06:30 2002
-+++ mutella/mutella.h Sat Dec 21 04:09:31 2002
-@@ -70,6 +70,7 @@
- // declare namespaces
- using std::min;
- using std::max;
-+using std::find;
- using std::swap;
- //using std::queue;
- //using std::deque;
-@@ -80,7 +81,11 @@
- #ifdef NAVE_NO_SLIST
- # define slist list
- #else
-+#ifdef HAVE_EXT_SLIST
-+ using __gnu_cxx::slist;
-+#else
- using std::slist;
-+#endif
- #endif
-
- #endif /*__cplusplus*/
diff --git a/net/mutella/files/patch-mutella::xsleep.h b/net/mutella/files/patch-mutella::xsleep.h
new file mode 100644
index 000000000000..e4d3f7883fb3
--- /dev/null
+++ b/net/mutella/files/patch-mutella::xsleep.h
@@ -0,0 +1,11 @@
+--- 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/pkg-plist b/net/mutella/pkg-plist
index 648cbb897183..6b01581d5ed5 100644
--- a/net/mutella/pkg-plist
+++ b/net/mutella/pkg-plist
@@ -53,9 +53,11 @@ share/mutella/remote/template/log.html
share/mutella/remote/template/message.html
share/mutella/remote/template/move.html
share/mutella/remote/template/mutella-remote.css
-share/mutella/remote/template/results-detail.html
-share/mutella/remote/template/results-overview.html
-share/mutella/remote/template/results-ungrouped.html
+share/mutella/remote/template/modules/results-detail.html
+share/mutella/remote/template/modules/results-grouped-body.html
+share/mutella/remote/template/modules/results-grouped-head.html
+share/mutella/remote/template/modules/results-ungrouped-body.html
+share/mutella/remote/template/modules/results-ungrouped-head.html
share/mutella/remote/template/results.html
share/mutella/remote/template/searches.html
share/mutella/remote/template/transfers.html