diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2004-04-05 23:22:10 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2004-04-05 23:22:10 +0000 |
commit | 895f7e80dad6e9ae28ca8ac50106b0f95458d4c9 (patch) | |
tree | e7d7623a2f6fb463f2321f7cb5169d43f69207bc /net-p2p | |
parent | 5567867a772e5079ad6a02b910fd67886539dbcd (diff) | |
download | ports-895f7e80dad6e9ae28ca8ac50106b0f95458d4c9.tar.gz ports-895f7e80dad6e9ae28ca8ac50106b0f95458d4c9.zip |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/xmule/Makefile | 3 | ||||
-rw-r--r-- | net-p2p/xmule/distinfo | 4 | ||||
-rw-r--r-- | net-p2p/xmule/files/patch-src::otherfunctions.cpp | 16 |
3 files changed, 11 insertions, 12 deletions
diff --git a/net-p2p/xmule/Makefile b/net-p2p/xmule/Makefile index 554e93c5a295..857c5644984e 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 9102188fe11f..ce65666f1fb0 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 b96a5b978c1d..ce9744278b99 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__ */ + |