summaryrefslogtreecommitdiff
path: root/audio/lopster/files/patch-src-napster.c
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-01-28 13:50:34 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-01-28 13:50:34 +0000
commitba07712221d815a294be33bf93fc4be00e33e797 (patch)
tree99d50b2b0718bc979def078e474103cf4cac914e /audio/lopster/files/patch-src-napster.c
parent- Prepare for removal of shlib filtering (diff)
- Move audio/lopster to net-p2p/lopster
PR: ports/108366 Submitted by: Conrad J. Sabatier <conrads@cox.net> Repocopied by: marcus
Notes
Notes: svn path=/head/; revision=183534
Diffstat (limited to 'audio/lopster/files/patch-src-napster.c')
-rw-r--r--audio/lopster/files/patch-src-napster.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/audio/lopster/files/patch-src-napster.c b/audio/lopster/files/patch-src-napster.c
deleted file mode 100644
index fed12dede824..000000000000
--- a/audio/lopster/files/patch-src-napster.c
+++ /dev/null
@@ -1,19 +0,0 @@
---- src/napster.c.orig Sat Aug 28 23:27:09 2004
-+++ src/napster.c Sun Jul 10 14:46:50 2005
-@@ -717,11 +717,13 @@
- global.linespeed,
- email?email:"anon@anon");
- #else
-- size = sprintf(text+4, "%s %s %d \"Lopster %s\" %d",
-+ size = sprintf(text+4, "%s %s %d \"Lopster %s\" %d %s",
- net->user.username,
-- net->user.password,
-+ strlen(net->user.password)?net->user.password:net->user.username,
- port, VERSION,
-- global.linespeed);
-+ global.linespeed,
-+ email?email:"anon@anon"
-+ );
- #endif
-
- size = BSWAP16(size);