Date: Tue, 16 Oct 2012 12:43:43 +0000 (UTC) From: Mikhail Teterin <mi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305967 - in head/net-p2p/vuze: . files Message-ID: <201210161243.q9GChhCT041285@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mi Date: Tue Oct 16 12:43:42 2012 New Revision: 305967 URL: http://svn.freebsd.org/changeset/ports/305967 Log: 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 Added: head/net-p2p/vuze/files/patch-koi8u (contents, props changed) Modified: head/net-p2p/vuze/Makefile (contents, props changed) head/net-p2p/vuze/distinfo (contents, props changed) Modified: head/net-p2p/vuze/Makefile ============================================================================== --- head/net-p2p/vuze/Makefile Tue Oct 16 11:49:05 2012 (r305966) +++ head/net-p2p/vuze/Makefile Tue Oct 16 12:43:42 2012 (r305967) @@ -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} Modified: head/net-p2p/vuze/distinfo ============================================================================== --- head/net-p2p/vuze/distinfo Tue Oct 16 11:49:05 2012 (r305966) +++ head/net-p2p/vuze/distinfo Tue Oct 16 12:43:42 2012 (r305967) @@ -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 Added: head/net-p2p/vuze/files/patch-koi8u ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-p2p/vuze/files/patch-koi8u Tue Oct 16 12:43:42 2012 (r305967) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210161243.q9GChhCT041285>