FreeBSD Bugzilla – Attachment 144524 Details for
Bug 191752
[maintainer update] graphics/converseen to 0.7.2.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to the port tree
patch-upgrade-0.7.2.1..txt (text/plain), 2.46 KB, created by
Fernando ApesteguĂa
on 2014-07-08 20:55:05 UTC
(
hide
)
Description:
Patch to the port tree
Filename:
MIME Type:
Creator:
Fernando ApesteguĂa
Created:
2014-07-08 20:55:05 UTC
Size:
2.46 KB
patch
obsolete
>diff -ruN /usr/ports/graphics/converseen/Makefile graphics/converseen/Makefile >--- /usr/ports/graphics/converseen/Makefile 2014-06-17 22:05:30.000000000 +0200 >+++ graphics/converseen/Makefile 2014-06-26 23:20:32.000000000 +0200 >@@ -2,7 +2,7 @@ > # $FreeBSD: head/graphics/converseen/Makefile 358176 2014-06-17 20:05:30Z kwm $ > > PORTNAME= converseen >-PORTVERSION= 0.7.2 >+PORTVERSION= 0.7.2.1 > PORTREVISION= 1 > CATEGORIES= graphics > MASTER_SITES= SF/${PORTNAME}/Converseen/Converseen%200.7/ >diff -ruN /usr/ports/graphics/converseen/distinfo graphics/converseen/distinfo >--- /usr/ports/graphics/converseen/distinfo 2014-05-31 12:53:05.000000000 +0200 >+++ graphics/converseen/distinfo 2014-06-26 23:20:40.000000000 +0200 >@@ -1,2 +1,2 @@ >-SHA256 (converseen-0.7.2.tar.bz2) = 64e96e47d760ba0aaedb688880c9b01adec66d24810d31a0cf72364c746858fd >-SIZE (converseen-0.7.2.tar.bz2) = 243668 >+SHA256 (converseen-0.7.2.1.tar.bz2) = 23b01744b8f01105b0f29d69c8385264cd98921fc7113682e1f4e71df0297e70 >+SIZE (converseen-0.7.2.1.tar.bz2) = 243668 >diff -ruN /usr/ports/graphics/converseen/files/patch-src-formats.cpp graphics/converseen/files/patch-src-formats.cpp >--- /usr/ports/graphics/converseen/files/patch-src-formats.cpp 1970-01-01 01:00:00.000000000 +0100 >+++ graphics/converseen/files/patch-src-formats.cpp 2014-07-08 21:02:27.000000000 +0200 >@@ -0,0 +1,37 @@ >+--- src/formats.cpp.orig 2014-07-08 21:01:12.000000000 +0200 >++++ src/formats.cpp 2014-07-08 21:01:34.000000000 +0200 >+@@ -36,7 +36,6 @@ >+ >+ void Formats::loadFormats() >+ { >+-#ifdef Q_OS_LINUX >+ list<CoderInfo> coderList; >+ coderInfoList(&coderList, >+ CoderInfo::TrueMatch, >+@@ -91,26 +90,6 @@ >+ >+ s_readableFiltersString = readableFiltersList.join(""); >+ s_readableFiltersString.prepend(tr("All Supported Filters (%1)").arg(readableExts)); >+-#else >+- QFile data1(QDir::cleanPath("FileFormats/Readableformats.txt")); >+- if (data1.open(QFile::ReadOnly)) { >+- QTextStream in(&data1); >+- >+- s_readableFilters = in.readLine().split(" "); >+- s_readableFiltersString = in.readLine(); >+- } >+- >+- QFile data2(QDir::cleanPath("FileFormats/WritableFormats.txt")); >+- if (data2.open(QFile::ReadOnly)) { >+- QTextStream in(&data2); >+- QString line; >+- do { >+- line = in.readLine(); >+- s_writableFilters << line; >+- } while (!line.isNull()); >+- } >+- s_writableFilters.removeLast(); >+-#endif >+ >+ s_writableFilters.prepend(tr("Don't change the format")); >+ }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 191752
: 144524