svn commit: r565935 - in head/graphics/lazpaint: . files

Jose Alonso Cardenas Marquez acm at FreeBSD.org
Thu Feb 18 14:14:43 UTC 2021


Author: acm
Date: Thu Feb 18 14:14:41 2021
New Revision: 565935
URL: https://svnweb.freebsd.org/changeset/ports/565935

Log:
  - Update to 7.1.6
  
  PR:		252977
  Submitted by:	fluffy

Modified:
  head/graphics/lazpaint/Makefile
  head/graphics/lazpaint/distinfo
  head/graphics/lazpaint/files/patch-lazpaint_utranslation.pas
  head/graphics/lazpaint/pkg-plist

Modified: head/graphics/lazpaint/Makefile
==============================================================================
--- head/graphics/lazpaint/Makefile	Thu Feb 18 13:37:32 2021	(r565934)
+++ head/graphics/lazpaint/Makefile	Thu Feb 18 14:14:41 2021	(r565935)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	lazpaint
-PORTVERSION=	7.1.2
-PORTREVISION=	2
+PORTVERSION=	7.1.6
 DISTVERSIONPREFIX=	v
 CATEGORIES=	graphics
 PKGNAMESUFFIX=	${LAZARUS_PKGNAMESUFFIX}
@@ -23,8 +22,8 @@ DOS2UNIX_REGEX=	.*\.([txt]|pas|lpi|txt)
 USE_GITHUB=	yes
 GH_ACCOUNT=	bgrabitmap
 GH_PROJECT=	lazpaint
-GH_TUPLE=	bgrabitmap:bgracontrols:a0a5a40:bgracontrols/bgracontrols \
-		bgrabitmap:bgrabitmap:1ea4cb9:bgrabitmap/bgrabitmapnew
+GH_TUPLE=	bgrabitmap:bgracontrols:95fc0d2:bgracontrols/bgracontrols \
+		bgrabitmap:bgrabitmap:ace7e0e:bgrabitmap/bgrabitmapnew
 
 USE_FPC_gtk2=	cairo
 USE_GNOME_gtk2=	cairo
@@ -51,7 +50,7 @@ post-patch:
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/lazpaint/release/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
 	@${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/48x48/apps
-	${INSTALL_DATA} ${WRKSRC}/lazpaint/release/debian/linux32/usr/share/pixmaps/${PORTNAME}.png ${STAGEDIR}${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png
+	${INSTALL_DATA} ${WRKSRC}/resources/icon/48x48.png ${STAGEDIR}${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png
 	@${MKDIR} ${STAGEDIR}${DATADIR}
 	cd ${WRKSRC}/lazpaint/release/bin && ${COPYTREE_SHARE} "i18n models" ${STAGEDIR}${DATADIR}
 

Modified: head/graphics/lazpaint/distinfo
==============================================================================
--- head/graphics/lazpaint/distinfo	Thu Feb 18 13:37:32 2021	(r565934)
+++ head/graphics/lazpaint/distinfo	Thu Feb 18 14:14:41 2021	(r565935)
@@ -1,7 +1,7 @@
-TIMESTAMP = 1589406976
-SHA256 (bgrabitmap-lazpaint-v7.1.2_GH0.tar.gz) = 5c49642ce60d0c4fd9028fc6089b2459776d4de159c08bbce76230822802e456
-SIZE (bgrabitmap-lazpaint-v7.1.2_GH0.tar.gz) = 30506649
-SHA256 (bgrabitmap-bgracontrols-a0a5a40_GH0.tar.gz) = dbcafcc1cf56be70a88985e2f0cbc8aa5511eec6091fdec71cd743359c22980f
-SIZE (bgrabitmap-bgracontrols-a0a5a40_GH0.tar.gz) = 5553889
-SHA256 (bgrabitmap-bgrabitmap-1ea4cb9_GH0.tar.gz) = 9279f248de7adaca645cfe063ae0013a118b011e2dc13f17a557e4102a7113dc
-SIZE (bgrabitmap-bgrabitmap-1ea4cb9_GH0.tar.gz) = 6655652
+TIMESTAMP = 1613656109
+SHA256 (bgrabitmap-lazpaint-v7.1.6_GH0.tar.gz) = 9726370964f9d86ea12a900d04fdce35f3b3922e63b3039ce9787155b6a0797d
+SIZE (bgrabitmap-lazpaint-v7.1.6_GH0.tar.gz) = 34817420
+SHA256 (bgrabitmap-bgracontrols-95fc0d2_GH0.tar.gz) = 7ca2220ec6c4115cbb0069de29e50190d3465d3f2f65721ea34c64a4b1987484
+SIZE (bgrabitmap-bgracontrols-95fc0d2_GH0.tar.gz) = 16811386
+SHA256 (bgrabitmap-bgrabitmap-ace7e0e_GH0.tar.gz) = ae3f28596c2a5f44bc468f6c3380fc1ceb27e95afea579f09b1d340c781bbef2
+SIZE (bgrabitmap-bgrabitmap-ace7e0e_GH0.tar.gz) = 6983967

Modified: head/graphics/lazpaint/files/patch-lazpaint_utranslation.pas
==============================================================================
--- head/graphics/lazpaint/files/patch-lazpaint_utranslation.pas	Thu Feb 18 13:37:32 2021	(r565934)
+++ head/graphics/lazpaint/files/patch-lazpaint_utranslation.pas	Thu Feb 18 14:14:41 2021	(r565935)
@@ -1,12 +1,8 @@
---- lazpaint/utranslation.pas	2020-05-13 16:32:15.701490000 -0500
-+++ lazpaint/utranslation.pas	2020-05-13 16:51:08.348905000 -0500
-@@ -60,10 +60,13 @@
-   {$ELSE}
-     {$IFDEF DARWIN}
-     if DirectoryExists(GetDarwinResourcesPath+AResource) then
--      result := GetDarwinResourcesPath+AResource+PathDelim
--    else
-+      result := GetDarwinResourcesPath+AResource+PathDelim;
+--- lazpaint/utranslation.pas	2021-02-18 08:49:03.053438000 -0500
++++ lazpatin/utranslation.pas	2021-02-18 09:04:38.021589000 -0500
+@@ -85,7 +85,11 @@
+       else
+       {$ENDIF}
      {$ENDIF}
 -    result:=ExtractFilePath(Application.ExeName)+AResource+PathDelim;
 +    {$IFDEF FREEBSD}

Modified: head/graphics/lazpaint/pkg-plist
==============================================================================
--- head/graphics/lazpaint/pkg-plist	Thu Feb 18 13:37:32 2021	(r565934)
+++ head/graphics/lazpaint/pkg-plist	Thu Feb 18 14:14:41 2021	(r565935)
@@ -11,6 +11,7 @@ share/icons/hicolor/48x48/apps/lazpaint.png
 %%DATADIR%%/i18n/lazpaint.kab.po
 %%DATADIR%%/i18n/lazpaint.lv.po
 %%DATADIR%%/i18n/lazpaint.nl.po
+%%DATADIR%%/i18n/lazpaint.pl.po
 %%DATADIR%%/i18n/lazpaint.po
 %%DATADIR%%/i18n/lazpaint.pt_BR.po
 %%DATADIR%%/i18n/lazpaint.ru.po


More information about the svn-ports-all mailing list