FreeBSD Bugzilla – Attachment 159958 Details for
Bug 202391
[maintainer update] x11-fm/doublecmd: update to version 0.6.5
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to version 0.6.5
doublecmd_0.6.5.patch (text/plain), 3.38 KB, created by
Beñat Gonzalez Etxepare
on 2015-08-17 16:06:36 UTC
(
hide
)
Description:
Patch to version 0.6.5
Filename:
MIME Type:
Creator:
Beñat Gonzalez Etxepare
Created:
2015-08-17 16:06:36 UTC
Size:
3.38 KB
patch
obsolete
>diff -ruN /usr/ports/x11-fm/doublecmd/Makefile ./Makefile >--- /usr/ports/x11-fm/doublecmd/Makefile 2015-08-16 13:26:13.000000000 +0200 >+++ ./Makefile 2015-08-17 17:33:49.553045000 +0200 >@@ -2,8 +2,7 @@ > # $FreeBSD: head/x11-fm/doublecmd/Makefile 394401 2015-08-16 11:26:13Z amdmi3 $ > > PORTNAME= doublecmd >-PORTVERSION= 0.6.4 >-PORTREVISION= 1 >+PORTVERSION= 0.6.5 > CATEGORIES= x11-fm > MASTER_SITES= SF/${PORTNAME}/Double%20Commander%20Source > DISTNAME= ${PORTNAME}-${PORTVERSION}-src >diff -ruN /usr/ports/x11-fm/doublecmd/distinfo ./distinfo >--- /usr/ports/x11-fm/doublecmd/distinfo 2015-07-22 20:38:26.000000000 +0200 >+++ ./distinfo 2015-08-17 17:34:22.967433747 +0200 >@@ -1,4 +1,4 @@ >-SHA256 (doublecmd-0.6.4-src.tar.gz) = 2c18d0e89deed22bdd876e90bac0279204219dfe25a33372fee0f1a6997ebfca >-SIZE (doublecmd-0.6.4-src.tar.gz) = 5997080 >+SHA256 (doublecmd-0.6.5-src.tar.gz) = db3ecdfc0bd857d314b021b5fd9361e613844346e86311405e1f1d9a7fa89b36 >+SIZE (doublecmd-0.6.5-src.tar.gz) = 6010719 > SHA256 (doublecmd-help-0.6.0-src.tar.gz) = d50a58f0e8c25c07720f2afd987213f330dfce268e2aef349d1da3de2eef1c39 > SIZE (doublecmd-help-0.6.0-src.tar.gz) = 11514996 >diff -ruN /usr/ports/x11-fm/doublecmd/files/patch-plugins__wlx__WlxMplayer__src__wlxMplayer.lpr ./files/patch-plugins__wlx__WlxMplayer__src__wlxMplayer.lpr >--- /usr/ports/x11-fm/doublecmd/files/patch-plugins__wlx__WlxMplayer__src__wlxMplayer.lpr 2013-10-02 05:24:25.000000000 +0200 >+++ ./files/patch-plugins__wlx__WlxMplayer__src__wlxMplayer.lpr 2015-08-17 17:37:38.603548000 +0200 >@@ -1,6 +1,6 @@ >---- ./plugins/wlx/WlxMplayer/src/wlxMplayer.lpr.orig 2013-03-10 11:26:35.000000000 +0100 >-+++ ./plugins/wlx/WlxMplayer/src/wlxMplayer.lpr 2013-07-22 22:43:52.577214000 +0200 >-@@ -258,7 +258,7 @@ >+--- plugins/wlx/WlxMplayer/src/wlxMplayer.lpr.orig 2013-03-10 10:26:35 UTC >++++ plugins/wlx/WlxMplayer/src/wlxMplayer.lpr >+@@ -258,7 +258,7 @@ var > sPlayerPath: String; > p: TMPlayer; > begin >diff -ruN /usr/ports/x11-fm/doublecmd/files/patch-src__dmhelpmanager.pas ./files/patch-src__dmhelpmanager.pas >--- /usr/ports/x11-fm/doublecmd/files/patch-src__dmhelpmanager.pas 2014-01-22 18:40:44.000000000 +0100 >+++ ./files/patch-src__dmhelpmanager.pas 2015-08-17 17:35:31.908428862 +0200 >@@ -1,6 +1,6 @@ >---- ./src/dmhelpmanager.pas.orig 2013-06-30 19:27:17.154825000 +0200 >-+++ ./src/dmhelpmanager.pas 2013-06-30 19:28:32.591981000 +0200 >-@@ -69,11 +69,11 @@ >+--- src/dmhelpmanager.pas.orig 2015-08-17 15:35:25 UTC >++++ src/dmhelpmanager.pas >+@@ -69,11 +69,11 @@ begin > else > begin > gHelpLang:= ExtractDelimited(2, gPOFileName, ['.']); >diff -ruN /usr/ports/x11-fm/doublecmd/files/patch-src__uGlobsPaths.pas ./files/patch-src__uGlobsPaths.pas >--- /usr/ports/x11-fm/doublecmd/files/patch-src__uGlobsPaths.pas 2014-01-22 18:40:44.000000000 +0100 >+++ ./files/patch-src__uGlobsPaths.pas 2015-08-17 17:38:24.966483000 +0200 >@@ -1,6 +1,6 @@ >---- ./src/uGlobsPaths.pas.orig 2013-06-30 19:29:19.097919000 +0200 >-+++ ./src/uGlobsPaths.pas 2013-06-30 19:22:37.387062000 +0200 >-@@ -3,14 +3,15 @@ >+--- src/uGlobsPaths.pas.orig 2015-08-17 15:35:25 UTC >++++ src/uGlobsPaths.pas >+@@ -3,14 +3,15 @@ unit uGlobsPaths; > interface > > var >@@ -16,9 +16,9 @@ > + gpDocsDir : String = '%%DOCSDIR%%'; // directory for help files > + > procedure LoadPaths; >+ procedure UpdateEnvironmentVariable; > >- implementation >-@@ -26,7 +27,7 @@ >+@@ -32,7 +33,7 @@ end; > procedure LoadPaths; > begin > OnGetApplicationName := @GetAppName;
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 202391
: 159958