mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
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
This commit is contained in:
parent
2b2f5ea0fe
commit
706e1daae8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=305967
@ -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}
|
||||
|
@ -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
|
||||
|
13
net-p2p/vuze/files/patch-koi8u
Normal file
13
net-p2p/vuze/files/patch-koi8u
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user