summaryrefslogtreecommitdiffstats
path: root/net-p2p/xmule
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2004-04-05 23:22:10 +0000
committerlioux <lioux@FreeBSD.org>2004-04-05 23:22:10 +0000
commit52280d9ebf2f6c225fd709d972b5a1d87e2e59af (patch)
tree983578db87c6e1f759d811329c119cebc877d7fb /net-p2p/xmule
parent86b7f6518bf4e38ef34d7367ed2a00ac45b553db (diff)
downloadFreeBSD-ports-52280d9ebf2f6c225fd709d972b5a1d87e2e59af.zip
FreeBSD-ports-52280d9ebf2f6c225fd709d972b5a1d87e2e59af.tar.gz
Update to 1.8.0
Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
Diffstat (limited to 'net-p2p/xmule')
-rw-r--r--net-p2p/xmule/Makefile3
-rw-r--r--net-p2p/xmule/distinfo4
-rw-r--r--net-p2p/xmule/files/patch-src::otherfunctions.cpp16
3 files changed, 11 insertions, 12 deletions
diff --git a/net-p2p/xmule/Makefile b/net-p2p/xmule/Makefile
index 554e93c..857c564 100644
--- a/net-p2p/xmule/Makefile
+++ b/net-p2p/xmule/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= xmule
-PORTVERSION= 1.7.4c
-PORTREVISION= 2
+PORTVERSION= 1.8.0
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= xmule
diff --git a/net-p2p/xmule/distinfo b/net-p2p/xmule/distinfo
index 9102188..ce65666 100644
--- a/net-p2p/xmule/distinfo
+++ b/net-p2p/xmule/distinfo
@@ -1,2 +1,2 @@
-MD5 (xmule-1.7.4c.tar.bz2) = 8a9c445ff0eb1d97c2ecf677e5225f36
-SIZE (xmule-1.7.4c.tar.bz2) = 1169516
+MD5 (xmule-1.8.0.tar.bz2) = 6561ab9daae20fd17c7e6cec6ae53349
+SIZE (xmule-1.8.0.tar.bz2) = 1165529
diff --git a/net-p2p/xmule/files/patch-src::otherfunctions.cpp b/net-p2p/xmule/files/patch-src::otherfunctions.cpp
index b96a5b9..ce97442 100644
--- a/net-p2p/xmule/files/patch-src::otherfunctions.cpp
+++ b/net-p2p/xmule/files/patch-src::otherfunctions.cpp
@@ -1,11 +1,11 @@
---- src/otherfunctions.cpp.orig Mon May 26 12:05:22 2003
-+++ src/otherfunctions.cpp Mon May 26 12:05:37 2003
-@@ -546,7 +546,7 @@
+--- src/otherfunctions.cpp.orig Mon Apr 5 19:58:46 2004
++++ src/otherfunctions.cpp Mon Apr 5 19:59:45 2004
+@@ -662,7 +662,7 @@
}
- #ifdef __FreeBSD__
--long long atoll( char * s ){
-+long long atoll(const char * s){
- return strtoll(s, (char **)NULL, 10);
+ #ifdef __FreeBSD__
+-long long atoll(char * s) {
++long long atoll(const char * s) {
+ return strtoll(s, (char **) NULL, 10);
}
- #endif /* __FreeBSD__ */
+
OpenPOWER on IntegriCloud