aboutsummaryrefslogtreecommitdiff
path: root/editors/notepadnext
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-07-07 05:56:02 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-07-07 06:06:05 +0000
commit06842dd0aa43a6c36178f5fc47e34403a0192031 (patch)
tree2658a62f4249e66e337a71287a0b384b0af6a6d6 /editors/notepadnext
parent21da2ff6b0fbca983e24895dd43efe1b61337e12 (diff)
downloadports-06842dd0aa43a6c36178f5fc47e34403a0192031.tar.gz
ports-06842dd0aa43a6c36178f5fc47e34403a0192031.zip
editors/notepadnext: Update 0.5.2 -> 0.5.3
Reported by: portscout
Diffstat (limited to 'editors/notepadnext')
-rw-r--r--editors/notepadnext/Makefile2
-rw-r--r--editors/notepadnext/distinfo6
-rw-r--r--editors/notepadnext/files/patch-src_i18n.pri16
3 files changed, 14 insertions, 10 deletions
diff --git a/editors/notepadnext/Makefile b/editors/notepadnext/Makefile
index 054df0a16869..f528f3edf25f 100644
--- a/editors/notepadnext/Makefile
+++ b/editors/notepadnext/Makefile
@@ -1,6 +1,6 @@
PORTNAME= notepadnext
DISTVERSIONPREFIX= v
-DISTVERSION= 0.5.2
+DISTVERSION= 0.5.3
CATEGORIES= editors
MAINTAINER= yuri@FreeBSD.org
diff --git a/editors/notepadnext/distinfo b/editors/notepadnext/distinfo
index f61b15abcab0..942dd5291f1b 100644
--- a/editors/notepadnext/distinfo
+++ b/editors/notepadnext/distinfo
@@ -1,6 +1,6 @@
-TIMESTAMP = 1653681742
-SHA256 (dail8859-NotepadNext-v0.5.2_GH0.tar.gz) = 0dce97c9d63e1e9846506ff093c6ea25284752c39b718066cedb216572def626
-SIZE (dail8859-NotepadNext-v0.5.2_GH0.tar.gz) = 4571063
+TIMESTAMP = 1657170551
+SHA256 (dail8859-NotepadNext-v0.5.3_GH0.tar.gz) = fd5f26c2f960469214cc666a5f0ab09d32d2049b1b78c50e1d99cd41ae0f9aad
+SIZE (dail8859-NotepadNext-v0.5.3_GH0.tar.gz) = 4580666
SHA256 (alex-spataru-QSimpleUpdater-62e0ce7dde4c76e7533f2f0ee53f19ee1690c8dd_GH0.tar.gz) = 1cc98b82e117f10d8eb563357a53c541e2b5e70a7b6845c4ae855b2a27edf448
SIZE (alex-spataru-QSimpleUpdater-62e0ce7dde4c76e7533f2f0ee53f19ee1690c8dd_GH0.tar.gz) = 298412
SHA256 (editorconfig-editorconfig-core-qt-52820d59769fcba6d0ed94f685406c0383fe1a30_GH0.tar.gz) = c28d5fded91231985f2b08729dd3f9ad5adbe6d117fbd9b00ab4c5314a761f6a
diff --git a/editors/notepadnext/files/patch-src_i18n.pri b/editors/notepadnext/files/patch-src_i18n.pri
index 470a657c1617..302b41411770 100644
--- a/editors/notepadnext/files/patch-src_i18n.pri
+++ b/editors/notepadnext/files/patch-src_i18n.pri
@@ -1,20 +1,24 @@
- translations are broken, see https://github.com/dail8859/NotepadNext/issues/147
---- src/i18n.pri.orig 2022-05-27 20:06:21 UTC
+--- src/i18n.pri.orig 2022-07-07 05:49:45 UTC
+++ src/i18n.pri
-@@ -18,11 +18,11 @@
+@@ -18,13 +18,13 @@
CONFIG += lrelease
-TRANSLATIONS = \
-- ../../i18n/NotepadNext.zh_CN.ts
+- ../../i18n/NotepadNext.zh_CN.ts \
+- ../../i18n/NotepadNext.sv_SE.ts
+#TRANSLATIONS = \
-+# ../../i18n/NotepadNext.zh_CN.ts
++# ../../i18n/NotepadNext.zh_CN.ts \
++# ../../i18n/NotepadNext.sv_SE.ts
-EXTRA_TRANSLATIONS = \
-- $$[QT_INSTALL_TRANSLATIONS]/qt_zh_CN.qm
+- $$[QT_INSTALL_TRANSLATIONS]/qt_zh_CN.qm \
+- $$[QT_INSTALL_TRANSLATIONS]/qt_sv.qm
+#EXTRA_TRANSLATIONS = \
-+# $$[QT_INSTALL_TRANSLATIONS]/qt_zh_CN.qm
++# $$[QT_INSTALL_TRANSLATIONS]/qt_zh_CN.qm \
++# $$[QT_INSTALL_TRANSLATIONS]/qt_sv.qm
# Output folder for `.qm` files
-LRELEASE_DIR = $$OUT_PWD/i18n