aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/verlihub
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2010-01-20 21:58:38 +0000
committerPav Lucistnik <pav@FreeBSD.org>2010-01-20 21:58:38 +0000
commit8856c55db61d511da12fa1c185914e1fba0c066d (patch)
tree4bf4b7dad337daa7c26faea7f6c1b1efaf60135f /net-p2p/verlihub
parenta0f9e57429bcf4d45e09a87c8b2dbe2b9fc68e8c (diff)
downloadports-8856c55db61d511da12fa1c185914e1fba0c066d.tar.gz
ports-8856c55db61d511da12fa1c185914e1fba0c066d.zip
Notes
Diffstat (limited to 'net-p2p/verlihub')
-rw-r--r--net-p2p/verlihub/Makefile2
-rw-r--r--net-p2p/verlihub/distinfo6
-rw-r--r--net-p2p/verlihub/files/patch-thublink7
-rw-r--r--net-p2p/verlihub/files/pkg-message.in2
4 files changed, 9 insertions, 8 deletions
diff --git a/net-p2p/verlihub/Makefile b/net-p2p/verlihub/Makefile
index 282ac94efe85..ab0e1d2b3411 100644
--- a/net-p2p/verlihub/Makefile
+++ b/net-p2p/verlihub/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= verlihub
-DISTVERSION= 0.9.8e-r1
+DISTVERSION= 0.9.8e-r2
PORTEPOCH= 1
CATEGORIES= net-p2p
MASTER_SITES= SF/${PORTNAME}/Verlihub/${DISTVERSION}
diff --git a/net-p2p/verlihub/distinfo b/net-p2p/verlihub/distinfo
index cf5ea56e4504..91fd2bc9e185 100644
--- a/net-p2p/verlihub/distinfo
+++ b/net-p2p/verlihub/distinfo
@@ -1,3 +1,3 @@
-MD5 (verlihub-0.9.8e-r1.tar.gz) = 663ef7254b79d382c3943e5c0409b640
-SHA256 (verlihub-0.9.8e-r1.tar.gz) = 1b3e981717f5e0c972778f48918ba54cb1a4b833426854c8e3eb295effc2c01d
-SIZE (verlihub-0.9.8e-r1.tar.gz) = 729317
+MD5 (verlihub-0.9.8e-r2.tar.gz) = bbf67b6714d26fc5389d880edba61511
+SHA256 (verlihub-0.9.8e-r2.tar.gz) = 3b5132eb3a78b486e2bfd09166dc3206c89bdc8dbfaf98805dfa803cd7574516
+SIZE (verlihub-0.9.8e-r2.tar.gz) = 743769
diff --git a/net-p2p/verlihub/files/patch-thublink b/net-p2p/verlihub/files/patch-thublink
index 6ac4036c56b7..14574852dbd6 100644
--- a/net-p2p/verlihub/files/patch-thublink
+++ b/net-p2p/verlihub/files/patch-thublink
@@ -200,9 +200,10 @@ diff -u -r1.235 cserverdc.cpp
return 0;
}
+ return true;
- }
-
- /** No descriptions */
+ #else
+ return 0;
+ #endif
+
Index: casyncconn.h
===================================================================
RCS file: /cvsroot/verlihub/verlihub/src/casyncconn.h,v
diff --git a/net-p2p/verlihub/files/pkg-message.in b/net-p2p/verlihub/files/pkg-message.in
index 4d95422f6067..47d1db1f235f 100644
--- a/net-p2p/verlihub/files/pkg-message.in
+++ b/net-p2p/verlihub/files/pkg-message.in
@@ -22,7 +22,7 @@ UPGRADE
If you upgrade from version prior to 0.9.8e please note the
following:
- - Database charset is now set explicitly to UTF8 - velihub
+ - Database charset is now set explicitly to UTF8 - verlihub
will alter all tables during the first run. So if you have
used custom charset you should deal with it (backup, i.e.)
before the first run!