Index: head/graphics/lazpaint/Makefile =================================================================== --- head/graphics/lazpaint/Makefile (revision 494883) +++ head/graphics/lazpaint/Makefile (revision 494884) @@ -1,51 +1,51 @@ # $FreeBSD$ PORTNAME= lazpaint PORTVERSION= 6.4.1 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX} MAINTAINER= acm@FreeBSD.org COMMENT= Image editor written in Lazarus LICENSE= GPLv3 gtk2_CONFLICTS_INSTALL= ${PORTNAME}-qt4 ${PORTNAME}-qt5 qt4_CONFLICTS_INSTALL= ${PORTNAME}-gtk2 ${PORTNAME}-qt5 qt5_CONFLICTS_INSTALL= ${PORTNAME}-gtk2 ${PORTNAME}-qt4 USES= dos2unix fpc lazarus:flavors USE_FPC= chm fcl-base fcl-image fcl-json fcl-net fcl-web fcl-xml \ opengl openssl pasjpeg rtl-extra rtl-objpas x11 USE_XORG= x11 DOS2UNIX_REGEX= .*\.([txt]|pas|lpi|txt) 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 USE_FPC+= ${USE_FPC_${FLAVOR}} USE_GNOME+= ${USE_GNOME_${FLAVOR}} LAZARUS_PROJECT_FILES= bgrabitmapnew/bgrabitmap/bgrabitmappack.lpk LAZARUS_PROJECT_FILES+= bgracontrols/bgracontrols.lpk LAZARUS_PROJECT_FILES+= lazpaint/lazpaint.lpi LAZBUILD_ARGS= -d LLD_UNSAFE= yes post-patch: ${REINPLACE_CMD} 's|%%DATADIR%%|${DATADIR}|g' ${WRKSRC}/lazpaint/utranslation.pas do-install: ${INSTALL_PROGRAM} ${WRKSRC}/lazpaint/release/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} @${MKDIR} ${STAGEDIR}${DATADIR} cd ${WRKSRC}/lazpaint/release && ${COPYTREE_SHARE} "i18n models" ${STAGEDIR}${DATADIR} .include Index: head/graphics/lazpaint/distinfo =================================================================== --- head/graphics/lazpaint/distinfo (revision 494883) +++ head/graphics/lazpaint/distinfo (revision 494884) @@ -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 Index: head/graphics/lazpaint/files/patch-lazpaint_uclipboard.pas =================================================================== --- head/graphics/lazpaint/files/patch-lazpaint_uclipboard.pas (nonexistent) +++ head/graphics/lazpaint/files/patch-lazpaint_uclipboard.pas (revision 494884) @@ -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); Property changes on: head/graphics/lazpaint/files/patch-lazpaint_uclipboard.pas ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property