diff options
author | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2023-06-08 08:58:07 +0000 |
---|---|---|
committer | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2023-06-08 09:30:22 +0000 |
commit | efae88286890a464c9bda6b7625cc8721797ed66 (patch) | |
tree | cf16849743319bef17487287e38fc2e8c6d3a5d3 | |
parent | 3bd2152c76a1a34163b27d51860d64ff1455d674 (diff) | |
download | ports-efae88286890a464c9bda6b7625cc8721797ed66.tar.gz ports-efae88286890a464c9bda6b7625cc8721797ed66.zip |
editors/poedit: Update to 3.3.1
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
-rw-r--r-- | editors/poedit/Makefile | 17 | ||||
-rw-r--r-- | editors/poedit/distinfo | 6 | ||||
-rw-r--r-- | editors/poedit/pkg-plist | 1 |
3 files changed, 10 insertions, 14 deletions
diff --git a/editors/poedit/Makefile b/editors/poedit/Makefile index c7bac5f167d8..81dcf57d23f5 100644 --- a/editors/poedit/Makefile +++ b/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/ @@ -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}" @@ -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> diff --git a/editors/poedit/distinfo b/editors/poedit/distinfo index 43a900758261..45ea660ed5ef 100644 --- a/editors/poedit/distinfo +++ b/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 diff --git a/editors/poedit/pkg-plist b/editors/poedit/pkg-plist index 24843ec035de..a5e360903809 100644 --- a/editors/poedit/pkg-plist +++ b/editors/poedit/pkg-plist @@ -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 |