svn commit: r394568 - in head/x11-fm/doublecmd: . files
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue Aug 18 10:11:07 UTC 2015
Author: amdmi3
Date: Tue Aug 18 10:11:05 2015
New Revision: 394568
URL: https://svnweb.freebsd.org/changeset/ports/394568
Log:
- Update to 0.6.5
PR: 202391
Submitted by: bbtruk at users.sourceforge.net (maintainer)
Modified:
head/x11-fm/doublecmd/Makefile
head/x11-fm/doublecmd/distinfo
head/x11-fm/doublecmd/files/patch-plugins__wlx__WlxMplayer__src__wlxMplayer.lpr
head/x11-fm/doublecmd/files/patch-src__dmhelpmanager.pas
head/x11-fm/doublecmd/files/patch-src__uGlobsPaths.pas
Modified: head/x11-fm/doublecmd/Makefile
==============================================================================
--- head/x11-fm/doublecmd/Makefile Tue Aug 18 10:05:15 2015 (r394567)
+++ head/x11-fm/doublecmd/Makefile Tue Aug 18 10:11:05 2015 (r394568)
@@ -2,8 +2,7 @@
# $FreeBSD$
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
Modified: head/x11-fm/doublecmd/distinfo
==============================================================================
--- head/x11-fm/doublecmd/distinfo Tue Aug 18 10:05:15 2015 (r394567)
+++ head/x11-fm/doublecmd/distinfo Tue Aug 18 10:11:05 2015 (r394568)
@@ -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
Modified: head/x11-fm/doublecmd/files/patch-plugins__wlx__WlxMplayer__src__wlxMplayer.lpr
==============================================================================
--- head/x11-fm/doublecmd/files/patch-plugins__wlx__WlxMplayer__src__wlxMplayer.lpr Tue Aug 18 10:05:15 2015 (r394567)
+++ head/x11-fm/doublecmd/files/patch-plugins__wlx__WlxMplayer__src__wlxMplayer.lpr Tue Aug 18 10:11:05 2015 (r394568)
@@ -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
Modified: head/x11-fm/doublecmd/files/patch-src__dmhelpmanager.pas
==============================================================================
--- head/x11-fm/doublecmd/files/patch-src__dmhelpmanager.pas Tue Aug 18 10:05:15 2015 (r394567)
+++ head/x11-fm/doublecmd/files/patch-src__dmhelpmanager.pas Tue Aug 18 10:11:05 2015 (r394568)
@@ -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, ['.']);
Modified: head/x11-fm/doublecmd/files/patch-src__uGlobsPaths.pas
==============================================================================
--- head/x11-fm/doublecmd/files/patch-src__uGlobsPaths.pas Tue Aug 18 10:05:15 2015 (r394567)
+++ head/x11-fm/doublecmd/files/patch-src__uGlobsPaths.pas Tue Aug 18 10:11:05 2015 (r394568)
@@ -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;
More information about the svn-ports-all
mailing list