Skip to content

Commit

Permalink
editors/poedit: Update to 3.3.1
Browse files Browse the repository at this point in the history
Port changes:
    Update Makefile to makez testport & linters happy

Major changes:
    Version 3.1 (https://github.com/vslavik/poedit/releases/tag/v3.1-oss)
    - Added Go / Previously Edited menu command
    - Improved source code viewer performance
    - XLIFF: added support for resname/name attributes

    Version 3.2 (https://github.com/vslavik/poedit/releases/tag/v3.2-oss)
    - Added format string highlighting for Objective-C, Qt, KDE, Lua, C# and Pascal
    - Bugfixes

    Version 3.2.1 (https://github.com/vslavik/poedit/releases/tag/v3.2.1-oss)
    - Fix chmod/chown related regression in 3.2

    Version 3.2.2 (https://github.com/vslavik/poedit/releases/tag/v3.2.2-oss)
    - Fixed overzealous placeholders correctness check
    - Updated bundled GNU gettext to 0.21.1

    Version 3.3 (https://github.com/vslavik/poedit/releases/tag/v3.3-oss)
    - Added support for JSON translation files
    - Added support for Flutter ARB translation files
    - Added support for XLIFF 2.1
    - Added ability to replace source text with another translation

    Version 3.3.1 (https://github.com/vslavik/poedit/releases/tag/v3.3.1-oss)
    - Fixed catalog loosing source language information on update or similar manipulation.

PR:		271818
Reported by:	wen
  • Loading branch information
rosorio committed Jun 8, 2023
1 parent 3bd2152 commit efae882
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 14 deletions.
17 changes: 7 additions & 10 deletions editors/poedit/Makefile
@@ -1,6 +1,5 @@
PORTNAME= poedit
PORTVERSION= 3.0.1
PORTREVISION= 7
PORTVERSION= 3.3.1
CATEGORIES= editors
MASTER_SITES= https://github.com/vslavik/${PORTNAME}/releases/download/v${PORTVERSION}-oss/

Expand All @@ -14,13 +13,16 @@ BUILD_DEPENDS= zip:archivers/zip
LIB_DEPENDS= libgtkspell3-3.so:textproc/gtkspell3 \
libboost_thread.so:devel/boost-libs \
libicui18n.so:devel/icu \
liblucene++.so:textproc/luceneplusplus
liblucene++.so:textproc/luceneplusplus \
libenchant-2.so:textproc/enchant2 \
libharfbuzz.so:print/harfbuzz

USES= bdb compiler:c++11-lib desktop-file-utils gettext gmake gnome \
USES= bdb compiler:c++11-lib desktop-file-utils gmake gnome \
pkgconfig
WITH_BDB_HIGHEST= yes
USE_GNOME+= gtk30 pango cairo gdkpixbuf2 glib20
USE_WX= 3.0
WX_CONF_ARGS= absolute
WITH_BDB_HIGHEST= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= WXRC="${WXRC_CMD}"

Expand All @@ -34,9 +36,4 @@ OPTIONS_SUB=yes
NLS_USES= gettext
NLS_CONFIGURE_ENABLE= nls

post-patch:
@${REINPLACE_CMD} -e \
's/for version in .*;/for version in ${BDB_VER};/ ; \
s/-ldb-$$version/-l${BDB_LIB_NAME}/' ${WRKSRC}/configure

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions editors/poedit/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1645602671
SHA256 (poedit-3.0.1.tar.gz) = 61de1d99be51697a23dda0bbe04bd975a5a03b8390f13da9dbb6813c232efd39
SIZE (poedit-3.0.1.tar.gz) = 2962553
TIMESTAMP = 1685880376
SHA256 (poedit-3.3.1.tar.gz) = 4a8af5c37be152ebab012ebf5c7e21aec3e3c692be34deaf00c78216e901b926
SIZE (poedit-3.3.1.tar.gz) = 3058273
1 change: 0 additions & 1 deletion editors/poedit/pkg-plist
Expand Up @@ -7,7 +7,6 @@ share/icons/hicolor/16x16/apps/net.poedit.Poedit.png
share/icons/hicolor/24x24/apps/net.poedit.Poedit.png
share/icons/hicolor/32x32/apps/net.poedit.Poedit.png
share/icons/hicolor/48x48/apps/net.poedit.Poedit.png
share/icons/hicolor/icon-theme.cache
share/icons/hicolor/scalable/apps/net.poedit.Poedit.svg
share/locale/af/LC_MESSAGES/poedit.mo
share/locale/an/LC_MESSAGES/poedit.mo
Expand Down

0 comments on commit efae882

Please sign in to comment.