mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
multimedia/winff: upgrade to 1.6.4
This commit is contained in:
parent
31bc5c894a
commit
7855d5f3f6
@ -1,6 +1,5 @@
|
||||
PORTNAME= WinFF
|
||||
PORTVERSION= 1.6.3
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.6.4
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= https://github.com/WinFF/winff/archive/refs/tags/
|
||||
PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX}
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1708452527
|
||||
SHA256 (winff-1.6.3.tar.gz) = 7205b855c65f2d642cd3619e1c3e2943f058ed97d0c69d1544a91164c713786a
|
||||
SIZE (winff-1.6.3.tar.gz) = 40479311
|
||||
TIMESTAMP = 1714580658
|
||||
SHA256 (winff-1.6.4.tar.gz) = e96189560ef3f3c4da769e28cbfd6344543b532704d6b22550650a0cf18e6aa0
|
||||
SIZE (winff-1.6.4.tar.gz) = 40535728
|
||||
|
@ -1,11 +1,11 @@
|
||||
--- winff/unit1.pas.orig 2024-02-19 13:49:13 UTC
|
||||
--- winff/unit1.pas.orig 2024-04-16 20:11:03 UTC
|
||||
+++ winff/unit1.pas
|
||||
@@ -31,7 +31,7 @@ uses
|
||||
{$IFDEF TRANSLATESTRING}, DefaultTranslator{$ENDIF},
|
||||
ExtCtrls, ComCtrls, Spin, UTF8Process, PoTranslator, types, FileUtil, regexpr
|
||||
{$IFDEF WINDOWS}, LazUTF8, LazFileUtils {$endif}
|
||||
- {$IFDEF linux}, LazUTF8, LazFileUtils {$endif};
|
||||
+ {$IFDEF unix}, LazUTF8, LazFileUtils {$endif};
|
||||
{$IFDEF TRANSLATESTRING}, DefaultTranslator{$ENDIF},
|
||||
ExtCtrls, ComCtrls, Spin, PoTranslator, types, FileUtil, regexpr
|
||||
{$IFDEF WINDOWS}, LazUTF8, LazFileUtils {$endif}
|
||||
- {$IFDEF linux}, LazUTF8, LazFileUtils {$endif};
|
||||
+ {$IFDEF unix}, LazUTF8, LazFileUtils {$endif};
|
||||
|
||||
type
|
||||
|
||||
TfrmMain = class(TForm)
|
||||
|
Loading…
Reference in New Issue
Block a user