diff options
author | edwin <edwin@FreeBSD.org> | 2006-01-04 13:59:25 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-01-04 13:59:25 +0800 |
commit | 9eee67375e090e09693023dda29608929ae815d2 (patch) | |
tree | b79db6920ae5d816d9213843707a873719a2fc04 /net-p2p/amule/files | |
parent | b337ceb447fe102542ea7e5b627c915cb4af0ddc (diff) | |
download | freebsd-ports-gnome-9eee67375e090e09693023dda29608929ae815d2.tar.gz freebsd-ports-gnome-9eee67375e090e09693023dda29608929ae815d2.tar.zst freebsd-ports-gnome-9eee67375e090e09693023dda29608929ae815d2.zip |
[PORT UPDATE] net/amule2 v2.1.0
This patch updates aMule2 port to v2.1.0
PR: ports/91276
Submitted by: Ganael LAPLANCHE <ganael.laplanche@martymac.com>
Diffstat (limited to 'net-p2p/amule/files')
-rw-r--r-- | net-p2p/amule/files/patch-amuleDlg.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/net-p2p/amule/files/patch-amuleDlg.cpp b/net-p2p/amule/files/patch-amuleDlg.cpp index 189eba15f49b..5ef977954dc5 100644 --- a/net-p2p/amule/files/patch-amuleDlg.cpp +++ b/net-p2p/amule/files/patch-amuleDlg.cpp @@ -1,6 +1,6 @@ ---- src/amuleDlg.cpp.orig Tue May 3 20:37:09 2005 -+++ src/amuleDlg.cpp Tue May 3 20:39:53 2005 -@@ -502,9 +502,9 @@ +--- src/amuleDlg.cpp.orig Sun Jan 1 06:17:25 2006 ++++ src/amuleDlg.cpp Tue Jan 3 19:12:04 2006 +@@ -413,9 +413,9 @@ { wxString msg = wxT(" "); #ifdef CLIENT_GUI @@ -12,7 +12,7 @@ #endif msg << wxT(" "); #ifdef CVSDATE -@@ -514,7 +514,8 @@ +@@ -425,7 +425,8 @@ " 'All-Platform' p2p client based on eMule \n\n" " Website: http://www.amule.org \n" " Forum: http://forum.amule.org \n" @@ -20,5 +20,5 @@ + " FAQ: http://wiki.amule.org \n" + " FreeBSD port: http://contribs.martymac.com \n\n" " Contact: admin@amule.org (administrative issues) \n" - " Copyright (C) 2003-2005 aMule Team \n"); - if (is_safe_state) { + " Copyright (C) 2003-2006 aMule Team \n\n" + " Part of aMule is based on \n" |