View | Details | Raw Unified | Return to bug 202391
Collapse All | Expand All

(-)./Makefile (-2 / +1 lines)
Lines 2-9 Link Here
2
# $FreeBSD: head/x11-fm/doublecmd/Makefile 394401 2015-08-16 11:26:13Z amdmi3 $
2
# $FreeBSD: head/x11-fm/doublecmd/Makefile 394401 2015-08-16 11:26:13Z amdmi3 $
3
3
4
PORTNAME=	doublecmd
4
PORTNAME=	doublecmd
5
PORTVERSION=	0.6.4
5
PORTVERSION=	0.6.5
6
PORTREVISION=	1
7
CATEGORIES=	x11-fm
6
CATEGORIES=	x11-fm
8
MASTER_SITES=	SF/${PORTNAME}/Double%20Commander%20Source
7
MASTER_SITES=	SF/${PORTNAME}/Double%20Commander%20Source
9
DISTNAME=	${PORTNAME}-${PORTVERSION}-src
8
DISTNAME=	${PORTNAME}-${PORTVERSION}-src
(-)./distinfo (-2 / +2 lines)
Lines 1-4 Link Here
1
SHA256 (doublecmd-0.6.4-src.tar.gz) = 2c18d0e89deed22bdd876e90bac0279204219dfe25a33372fee0f1a6997ebfca
1
SHA256 (doublecmd-0.6.5-src.tar.gz) = db3ecdfc0bd857d314b021b5fd9361e613844346e86311405e1f1d9a7fa89b36
2
SIZE (doublecmd-0.6.4-src.tar.gz) = 5997080
2
SIZE (doublecmd-0.6.5-src.tar.gz) = 6010719
3
SHA256 (doublecmd-help-0.6.0-src.tar.gz) = d50a58f0e8c25c07720f2afd987213f330dfce268e2aef349d1da3de2eef1c39
3
SHA256 (doublecmd-help-0.6.0-src.tar.gz) = d50a58f0e8c25c07720f2afd987213f330dfce268e2aef349d1da3de2eef1c39
4
SIZE (doublecmd-help-0.6.0-src.tar.gz) = 11514996
4
SIZE (doublecmd-help-0.6.0-src.tar.gz) = 11514996
(-)./files/patch-plugins__wlx__WlxMplayer__src__wlxMplayer.lpr (-3 / +3 lines)
Lines 1-6 Link Here
1
--- ./plugins/wlx/WlxMplayer/src/wlxMplayer.lpr.orig	2013-03-10 11:26:35.000000000 +0100
1
--- plugins/wlx/WlxMplayer/src/wlxMplayer.lpr.orig	2013-03-10 10:26:35 UTC
2
+++ ./plugins/wlx/WlxMplayer/src/wlxMplayer.lpr	2013-07-22 22:43:52.577214000 +0200
2
+++ plugins/wlx/WlxMplayer/src/wlxMplayer.lpr
3
@@ -258,7 +258,7 @@
3
@@ -258,7 +258,7 @@ var
4
   sPlayerPath: String;
4
   sPlayerPath: String;
5
   p: TMPlayer;
5
   p: TMPlayer;
6
 begin
6
 begin
(-)./files/patch-src__dmhelpmanager.pas (-3 / +3 lines)
Lines 1-6 Link Here
1
--- ./src/dmhelpmanager.pas.orig	2013-06-30 19:27:17.154825000 +0200
1
--- src/dmhelpmanager.pas.orig	2015-08-17 15:35:25 UTC
2
+++ ./src/dmhelpmanager.pas	2013-06-30 19:28:32.591981000 +0200
2
+++ src/dmhelpmanager.pas
3
@@ -69,11 +69,11 @@
3
@@ -69,11 +69,11 @@ begin
4
   else
4
   else
5
     begin
5
     begin
6
       gHelpLang:= ExtractDelimited(2, gPOFileName, ['.']);
6
       gHelpLang:= ExtractDelimited(2, gPOFileName, ['.']);
(-)./files/patch-src__uGlobsPaths.pas (-5 / +5 lines)
Lines 1-6 Link Here
1
--- ./src/uGlobsPaths.pas.orig	2013-06-30 19:29:19.097919000 +0200
1
--- src/uGlobsPaths.pas.orig	2015-08-17 15:35:25 UTC
2
+++ ./src/uGlobsPaths.pas	2013-06-30 19:22:37.387062000 +0200
2
+++ src/uGlobsPaths.pas
3
@@ -3,14 +3,15 @@
3
@@ -3,14 +3,15 @@ unit uGlobsPaths;
4
 interface
4
 interface
5
 
5
 
6
 var
6
 var
Lines 16-24 Link Here
16
+  gpDocsDir : String = '%%DOCSDIR%%'; // directory for help files
16
+  gpDocsDir : String = '%%DOCSDIR%%'; // directory for help files
17
+
17
+
18
 procedure LoadPaths;
18
 procedure LoadPaths;
19
 procedure UpdateEnvironmentVariable;
19
 
20
 
20
 implementation
21
@@ -32,7 +33,7 @@ end;
21
@@ -26,7 +27,7 @@
22
 procedure LoadPaths;
22
 procedure LoadPaths;
23
 begin
23
 begin
24
   OnGetApplicationName := @GetAppName;
24
   OnGetApplicationName := @GetAppName;

Return to bug 202391