Date: Thu, 7 Mar 2019 05:02:17 +0000 (UTC) From: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r494884 - in head/graphics/lazpaint: . files Message-ID: <201903070502.x2752HuE051128@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: acm Date: Thu Mar 7 05:02:17 2019 New Revision: 494884 URL: https://svnweb.freebsd.org/changeset/ports/494884 Log: - Bump PORTREVISION. editors/lazarus was updated to 2.0.0 - Add patch-lazpaint_uclipboard.pas - Use new version of bgrabitmap and bgracontrols (lazarus 2.0.0 compatibility) Added: head/graphics/lazpaint/files/patch-lazpaint_uclipboard.pas (contents, props changed) Modified: head/graphics/lazpaint/Makefile head/graphics/lazpaint/distinfo Modified: head/graphics/lazpaint/Makefile ============================================================================== --- head/graphics/lazpaint/Makefile Thu Mar 7 05:00:01 2019 (r494883) +++ head/graphics/lazpaint/Makefile Thu Mar 7 05:02:17 2019 (r494884) @@ -3,7 +3,7 @@ PORTNAME= lazpaint PORTVERSION= 6.4.1 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX} @@ -25,8 +25,8 @@ USE_GITHUB= yes GH_ACCOUNT= bgrabitmap GH_PROJECT= lazpaint GH_TAGNAME= 4fc4381 -GH_TUPLE= bgrabitmap:bgracontrols:8e9d32a:bgracontrols/bgracontrols \ - bgrabitmap:bgrabitmap:dffb32a:bgrabitmap/bgrabitmapnew +GH_TUPLE= bgrabitmap:bgracontrols:ec090e5:bgracontrols/bgracontrols \ + bgrabitmap:bgrabitmap:cd2d856:bgrabitmap/bgrabitmapnew USE_FPC_gtk2= cairo USE_GNOME_gtk2= cairo Modified: head/graphics/lazpaint/distinfo ============================================================================== --- head/graphics/lazpaint/distinfo Thu Mar 7 05:00:01 2019 (r494883) +++ head/graphics/lazpaint/distinfo Thu Mar 7 05:02:17 2019 (r494884) @@ -1,7 +1,7 @@ -TIMESTAMP = 1533562481 +TIMESTAMP = 1551905934 SHA256 (bgrabitmap-lazpaint-v6.4.1-4fc4381_GH0.tar.gz) = 87112a2d0175dc314433a1cd2d5abb051eeb75e07075fc22e50e78e7ab870bfd SIZE (bgrabitmap-lazpaint-v6.4.1-4fc4381_GH0.tar.gz) = 8905571 -SHA256 (bgrabitmap-bgracontrols-8e9d32a_GH0.tar.gz) = f6345a07bf18a4d3eec88e14bd605d1a0d4b3d72e20bbd52b641398178a28a31 -SIZE (bgrabitmap-bgracontrols-8e9d32a_GH0.tar.gz) = 2730812 -SHA256 (bgrabitmap-bgrabitmap-dffb32a_GH0.tar.gz) = 568b17f77ae3e83b9d3ddc6d5d73417d8d5aa68dc3cda024ce1315df46752dca -SIZE (bgrabitmap-bgrabitmap-dffb32a_GH0.tar.gz) = 3176400 +SHA256 (bgrabitmap-bgracontrols-ec090e5_GH0.tar.gz) = 28fbc7c702671d819b54c338568d15e5a04dfbbdbd5729f1dec8005b83b097af +SIZE (bgrabitmap-bgracontrols-ec090e5_GH0.tar.gz) = 4617920 +SHA256 (bgrabitmap-bgrabitmap-cd2d856_GH0.tar.gz) = 3de143c6840c2aef020ca04f5bbec1e78aaba4233abe64d61febe9b686d034ab +SIZE (bgrabitmap-bgrabitmap-cd2d856_GH0.tar.gz) = 3935613 Added: head/graphics/lazpaint/files/patch-lazpaint_uclipboard.pas ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/lazpaint/files/patch-lazpaint_uclipboard.pas Thu Mar 7 05:02:17 2019 (r494884) @@ -0,0 +1,12 @@ +--- lazpaint/uclipboard.pas 2019-03-06 21:05:00.151107000 +0000 ++++ lazpaint/uclipboard.pas 2019-03-06 21:05:59.844861000 +0000 +@@ -473,8 +473,7 @@ + end; + + for i := 0 to clipboard.FormatCount-1 do +- if (Clipboard.Formats[i] = PredefinedClipboardFormat(pcfDelphiBitmap)) or +- (Clipboard.Formats[i] = PredefinedClipboardFormat(pcfBitmap)) then ++ if (Clipboard.Formats[i] = PredefinedClipboardFormat(pcfBitmap)) then + begin + Stream := TMemoryStream.Create; + Clipboard.GetFormat(Clipboard.Formats[i],Stream);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903070502.x2752HuE051128>