Omar Polo <[email protected]> writes:

> Omar Polo <[email protected]> writes:
>
>>> Hello ports,
>>> The attached diff updates devel/poedit to the latest release.  The
>>> changelog for this version is:
>>>
>>> 1. Crowdin integration was greatly improved and now supports editing of
>>>    any kind of localization: files from Crowdin projects, not just POs.
>>> 2. Improvements to editor user interface.
>>> 3. [macOS] Fixes to light/dark mode switching.
>>>
>>> 1) and 3) does not affects this ports, as crowdin integration is
>>> disabled (we miss a port for C++ rest), but the 2) is interesting, since
>>> I'm finally able to read the "Notes for translators".
>>> [...]
>>
>> ping :)
>>
>> Upstream committed also the other half of the patch.  Diff reattached
>> for convenience.
>>
>
> Shortly after I sent the previous mail, upstream released 2.4.1, so
> here's the updated diff.  The patch to src/crowdin/gui.h was committed
> and no longer needed.
>
> The changelog for the 2.4.1 is:
>  - Upgraded bundled GNU gettext version to 0.21
>  - Added support for ruby format strings
>  - [macOS] ...
>
> re-checked with portcheck and port-lib-depends-check.

ping

diff reattached


Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/poedit/Makefile,v
retrieving revision 1.32
diff -u -p -r1.32 Makefile
--- Makefile    5 Jul 2020 09:30:52 -0000       1.32
+++ Makefile    19 Aug 2020 07:14:12 -0000
@@ -2,7 +2,7 @@
 
 COMMENT=       cross-platform gettext catalogs (PO-files) editor
 
-V=             2.3.1
+V=             2.4.1
 DISTNAME=      poedit-${V}
 CATEGORIES=    devel
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/poedit/distinfo,v
retrieving revision 1.5
diff -u -p -r1.5 distinfo
--- distinfo    5 Jul 2020 09:30:52 -0000       1.5
+++ distinfo    19 Aug 2020 07:14:12 -0000
@@ -1,2 +1,2 @@
-SHA256 (poedit-2.3.1.tar.gz) = oDFcpSqQi56gpuQ46mDOHpLZjB9Hf+1Y0LTmF+Ua/sQ=
-SIZE (poedit-2.3.1.tar.gz) = 2891956
+SHA256 (poedit-2.4.1.tar.gz) = cBQ+VcFqiLmyn0jhKwueVXFBd7YLo2f8KdX6bcKEKcM=
+SIZE (poedit-2.4.1.tar.gz) = 2908225
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/devel/poedit/pkg/PLIST,v
retrieving revision 1.9
diff -u -p -r1.9 PLIST
--- pkg/PLIST   5 Jul 2020 09:30:53 -0000       1.9
+++ pkg/PLIST   19 Aug 2020 07:14:12 -0000
@@ -14,6 +14,7 @@ share/locale/an/LC_MESSAGES/poedit.mo
 share/locale/ar/LC_MESSAGES/poedit.mo
 share/locale/az/LC_MESSAGES/poedit.mo
 share/locale/be/LC_MESSAGES/poedit.mo
+share/locale/be@latin/LC_MESSAGES/poedit.mo
 share/locale/bg/LC_MESSAGES/poedit.mo
 share/locale/bs/LC_MESSAGES/poedit.mo
 share/locale/ca/LC_MESSAGES/poedit.mo

Reply via email to