From owner-svn-ports-head@FreeBSD.ORG Tue Oct 16 12:43:43 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 84BFACBC; Tue, 16 Oct 2012 12:43:43 +0000 (UTC) (envelope-from mi@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 5101B8FC08; Tue, 16 Oct 2012 12:43:43 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9GChhjU041289; Tue, 16 Oct 2012 12:43:43 GMT (envelope-from mi@svn.freebsd.org) Received: (from mi@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9GChhCT041285; Tue, 16 Oct 2012 12:43:43 GMT (envelope-from mi@svn.freebsd.org) Message-Id: <201210161243.q9GChhCT041285@svn.freebsd.org> From: Mikhail Teterin Date: Tue, 16 Oct 2012 12:43:43 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Oct 2012 12:43:43 -0000 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