summaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2012-10-16 12:43:42 +0000
committerMikhail Teterin <mi@FreeBSD.org>2012-10-16 12:43:42 +0000
commit706e1daae8601be1905b1fcbec55d68369c0a175 (patch)
treebf2cb5cca5633c491a834233e8cb91946cfe5908 /net-p2p
parent- Update to 1.10 (diff)
Upgrade from 4.7.1.2 to 4.7.2.0. Add a patch to offer KOI8-U as
a valid filename-encoding. Feature safe: yes
Notes
Notes: svn path=/head/; revision=305967
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/vuze/Makefile2
-rw-r--r--net-p2p/vuze/distinfo4
-rw-r--r--net-p2p/vuze/files/patch-koi8u13
3 files changed, 16 insertions, 3 deletions
diff --git a/net-p2p/vuze/Makefile b/net-p2p/vuze/Makefile
index 8aa3f8ee78f8..ce7e5c369a66 100644
--- a/net-p2p/vuze/Makefile
+++ b/net-p2p/vuze/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= vuze
-PORTVERSION= 4.7.1.2
+PORTVERSION= 4.7.2.0
CATEGORIES= net-p2p java
# Moved to x-obsolete, could do with an update
MASTER_SITES= SF/azureus/vuze/Vuze_${PORTVERSION:S/.//g}
diff --git a/net-p2p/vuze/distinfo b/net-p2p/vuze/distinfo
index 17f868901d2e..013cf9fc9757 100644
--- a/net-p2p/vuze/distinfo
+++ b/net-p2p/vuze/distinfo
@@ -1,2 +1,2 @@
-SHA256 (Vuze_4712_source.zip) = 538b60811e5a5c41d20b4e3eb96c75b3949a716d7f880d1f96a0cde3c28429e5
-SIZE (Vuze_4712_source.zip) = 9338535
+SHA256 (Vuze_4720_source.zip) = 853198ee09393afc1f2ba5e8e1cb1a10e564e3c42f885d0c658d947fa94a4494
+SIZE (Vuze_4720_source.zip) = 9384895
diff --git a/net-p2p/vuze/files/patch-koi8u b/net-p2p/vuze/files/patch-koi8u
new file mode 100644
index 000000000000..d9c8ccb5be1f
--- /dev/null
+++ b/net-p2p/vuze/files/patch-koi8u
@@ -0,0 +1,13 @@
+Add koi8-u as an encoding...
+
+ https://jira.vuze.com/browse/SUP-195
+
+--- org/gudy/azureus2/core3/internat/LocaleUtil.java 2012-07-12 22:34:06.000000000 -0400
++++ org/gudy/azureus2/core3/internat/LocaleUtil.java 2012-10-15 01:18:16.000000000 -0400
+@@ -37,5 +37,5 @@
+ systemEncoding, // must be first entry due to code below that gets the system decoder
+ "Big5","EUC-JP","EUC-KR","GB18030","GB2312","GBK","ISO-2022-JP","ISO-2022-KR",
+- "Shift_JIS","KOI8-R",
++ "Shift_JIS","KOI8-U","KOI8-R",
+ "TIS-620", // added for bug #1008848
+ Constants.DEFAULT_ENCODING,"windows-1251",Constants.BYTE_ENCODING