aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/verlihub/files
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2010-01-21 05:58:38 +0800
committerpav <pav@FreeBSD.org>2010-01-21 05:58:38 +0800
commit83685766a9daee53f5cbd8e62fe652b6f172717c (patch)
tree56de17d8f74a8a7e9063d32104c884e0348d1a36 /net-p2p/verlihub/files
parentb8022a05b97c2d8d6cd79def97d978e62200cc43 (diff)
downloadfreebsd-ports-gnome-83685766a9daee53f5cbd8e62fe652b6f172717c.tar.gz
freebsd-ports-gnome-83685766a9daee53f5cbd8e62fe652b6f172717c.tar.zst
freebsd-ports-gnome-83685766a9daee53f5cbd8e62fe652b6f172717c.zip
- Update to 0.9.8e-r2
PR: ports/140704 Submitted by: Mikle Davidkin <skylord@vt.net.ru> (maintainer)
Diffstat (limited to 'net-p2p/verlihub/files')
-rw-r--r--net-p2p/verlihub/files/patch-thublink7
-rw-r--r--net-p2p/verlihub/files/pkg-message.in2
2 files changed, 5 insertions, 4 deletions
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!