diff options
Diffstat (limited to 'net-p2p/linuxdcpp')
-rw-r--r-- | net-p2p/linuxdcpp/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/linuxdcpp/distinfo | 6 | ||||
-rw-r--r-- | net-p2p/linuxdcpp/files/patch-disable_binreloc | 24 |
3 files changed, 16 insertions, 16 deletions
diff --git a/net-p2p/linuxdcpp/Makefile b/net-p2p/linuxdcpp/Makefile index 0d96505175e1..ee9cef9d3261 100644 --- a/net-p2p/linuxdcpp/Makefile +++ b/net-p2p/linuxdcpp/Makefile @@ -6,7 +6,7 @@ # PORTNAME= linuxdcpp -PORTVERSION= 0.0.1.20060818 #0.0.1.YYYYMMDD +PORTVERSION= 0.0.1.20060821 #0.0.1.YYYYMMDD CATEGORIES= net-p2p MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR=mezz diff --git a/net-p2p/linuxdcpp/distinfo b/net-p2p/linuxdcpp/distinfo index e1538286012f..243c0c7b14ac 100644 --- a/net-p2p/linuxdcpp/distinfo +++ b/net-p2p/linuxdcpp/distinfo @@ -1,3 +1,3 @@ -MD5 (linuxdcpp-0.0.1.20060818.tar.bz2) = bd499c7e49150d3a5d4659360f48b8e5 -SHA256 (linuxdcpp-0.0.1.20060818.tar.bz2) = 8dd70d809aff4f12775c76791d032fe33e0d6d9e1607e2751292364bc6343e4b -SIZE (linuxdcpp-0.0.1.20060818.tar.bz2) = 354322 +MD5 (linuxdcpp-0.0.1.20060821.tar.bz2) = ada196e06230d8e8b642bdaedf19fbae +SHA256 (linuxdcpp-0.0.1.20060821.tar.bz2) = 12aa972f51c9cee11731466713d31a6385c71164401f54a516a9bbeffaddca57 +SIZE (linuxdcpp-0.0.1.20060821.tar.bz2) = 351564 diff --git a/net-p2p/linuxdcpp/files/patch-disable_binreloc b/net-p2p/linuxdcpp/files/patch-disable_binreloc index 8e4efac42fab..e3d11509181f 100644 --- a/net-p2p/linuxdcpp/files/patch-disable_binreloc +++ b/net-p2p/linuxdcpp/files/patch-disable_binreloc @@ -1,6 +1,6 @@ ---- linux/SConstruct.orig Sun Jul 16 11:25:22 2006 -+++ linux/SConstruct Sun Jul 16 11:25:57 2006 -@@ -8,7 +8,6 @@ +--- linux/SConstruct.orig Mon Aug 21 12:20:32 2006 ++++ linux/SConstruct Mon Aug 21 12:20:57 2006 +@@ -9,7 +9,6 @@ 'hashdialog.cc', 'hub.cc', 'mainwindow.cc', @@ -8,17 +8,17 @@ 'privatemessage.cc', 'publichubs.cc', 'search.cc', ---- linux/wulformanager.cc.orig Sun Jul 16 11:25:32 2006 -+++ linux/wulformanager.cc Sun Jul 16 11:26:29 2006 -@@ -17,7 +17,6 @@ - */ - - #include "wulformanager.hh" +--- linux/wulformanager.cc.orig Mon Aug 21 12:20:40 2006 ++++ linux/wulformanager.cc Mon Aug 21 12:21:31 2006 +@@ -24,7 +24,6 @@ + #include "func.hh" + #include "hashdialog.hh" + #include "hub.hh" -#include "prefix.hh" + #include "privatemessage.hh" #include "publichubs.hh" - #include "downloadqueue.hh" - #include "hub.hh" -@@ -230,13 +229,7 @@ + #include "search.hh" +@@ -299,13 +298,7 @@ string WulforManager::getPath() { |