Wednesday, June 08, 2022

update devel/poedit to 3.1

simple update; we can drop the patch to artwork/Makefile.in since
upstream now updates the gtk icon cache only if ${DESTDIR} is not
defined.

while here also add "textproc" as category (which feels more
appropriate) and add myself as maintainer.

the changelog is:

* Added Go / Previously Edited menu command.
* Improved source code viewer performance.
* XLIFF: added support for resname/name attributes.
* Fixed ID column sizing on some platforms.
* Fixed issues with certain rare escape sequences.

(https://github.com/vslavik/poedit/releases/tag/v3.1-oss)

ok?

Index: Makefile
===================================================================
RCS file: /home/cvs/ports/devel/poedit/Makefile,v
retrieving revision 1.39
diff -u -p -r1.39 Makefile
--- Makefile 11 Mar 2022 18:52:30 -0000 1.39
+++ Makefile 8 Jun 2022 09:16:24 -0000
@@ -1,10 +1,12 @@
COMMENT= cross-platform gettext catalogs (PO-files) editor

-V= 3.0.1
+V= 3.1
DISTNAME= poedit-${V}
-CATEGORIES= devel
+CATEGORIES= devel textproc

HOMEPAGE= https://www.poedit.net/
+
+MAINTAINER= Omar Polo <op@openbsd.org>

MASTER_SITES= https://github.com/vslavik/poedit/releases/download/v${V}-oss/

Index: distinfo
===================================================================
RCS file: /home/cvs/ports/devel/poedit/distinfo,v
retrieving revision 1.10
diff -u -p -r1.10 distinfo
--- distinfo 22 Dec 2021 16:42:54 -0000 1.10
+++ distinfo 8 Jun 2022 09:16:42 -0000
@@ -1,2 +1,2 @@
-SHA256 (poedit-3.0.1.tar.gz) = Yd4dmb5RaXoj3aC74EvZdaWgO4OQ8T2p27aBPCMu/Tk=
-SIZE (poedit-3.0.1.tar.gz) = 2962553
+SHA256 (poedit-3.1.tar.gz) = CjWlOqcGs/rvhyQhH5waUJd2jUInH34z471nVRmQuzk=
+SIZE (poedit-3.1.tar.gz) = 2984271
Index: patches/patch-artwork_Makefile_in
===================================================================
RCS file: patches/patch-artwork_Makefile_in
diff -N patches/patch-artwork_Makefile_in
--- patches/patch-artwork_Makefile_in 11 Mar 2022 18:52:30 -0000 1.3
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,14 +0,0 @@
-don't update the gtk icon cache
-
-Index: artwork/Makefile.in
---- artwork/Makefile.in.orig
-+++ artwork/Makefile.in
-@@ -726,7 +726,7 @@ uninstall-am: uninstall-dist_appicons128DATA \
-
-
- update-icon-cache:
-- which gtk-update-icon-cache >/dev/null && gtk-update-icon-cache -f -t $(DESTDIR)$(iconsdir) || true
-+ true
-
- install-data-hook: update-icon-cache
- uninstall-hook: update-icon-cache

No comments:

Post a Comment