pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/editors/focuswriter
Module Name: pkgsrc
Committed By: pin
Date: Fri May 3 09:16:52 UTC 2024
Modified Files:
pkgsrc/editors/focuswriter: Makefile distinfo
pkgsrc/editors/focuswriter/patches: patch-CMakeLists.txt
patch-src_text__codec.cpp
Log Message:
editors/focuswriter: update to 1.8.7
1.8.7
-----
* FIXED: Did not keep line spacing when pasting plain text.
* Replaced deprecated code.
* Translation updates: Swedish.
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/editors/focuswriter/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/editors/focuswriter/distinfo
cvs rdiff -u -r1.2 -r1.3 \
pkgsrc/editors/focuswriter/patches/patch-CMakeLists.txt \
pkgsrc/editors/focuswriter/patches/patch-src_text__codec.cpp
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/editors/focuswriter/Makefile
diff -u pkgsrc/editors/focuswriter/Makefile:1.33 pkgsrc/editors/focuswriter/Makefile:1.34
--- pkgsrc/editors/focuswriter/Makefile:1.33 Sat Apr 6 08:05:12 2024
+++ pkgsrc/editors/focuswriter/Makefile Fri May 3 09:16:52 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.33 2024/04/06 08:05:12 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2024/05/03 09:16:52 pin Exp $
-DISTNAME= focuswriter-1.8.6
-PKGREVISION= 2
+DISTNAME= focuswriter-1.8.7
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_GITHUB:=gottcode/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Index: pkgsrc/editors/focuswriter/distinfo
diff -u pkgsrc/editors/focuswriter/distinfo:1.7 pkgsrc/editors/focuswriter/distinfo:1.8
--- pkgsrc/editors/focuswriter/distinfo:1.7 Tue Jan 16 21:26:03 2024
+++ pkgsrc/editors/focuswriter/distinfo Fri May 3 09:16:52 2024
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.7 2024/01/16 21:26:03 pin Exp $
+$NetBSD: distinfo,v 1.8 2024/05/03 09:16:52 pin Exp $
-BLAKE2s (focuswriter-1.8.6.tar.gz) = 51fb9b390f2daff059f08cc4b6c804439862507d2b7b8fb8e549ea58a283ac91
-SHA512 (focuswriter-1.8.6.tar.gz) = aed0ffca1b2bd0f54e313ab89a78687368be8c436057d653e4256bc33f50adbbe6cae188a70669e9198877a09444140c7469ac6bc8060d37828885a03c08b006
-Size (focuswriter-1.8.6.tar.gz) = 11149842 bytes
-SHA1 (patch-CMakeLists.txt) = b75f76c952fd8590e56ace152f35e5d424c46495
-SHA1 (patch-src_text__codec.cpp) = b9f23cf411a286b87683a4c923876e553b1eb0bc
+BLAKE2s (focuswriter-1.8.7.tar.gz) = 7145fdeed8c4af8dda130d9f4381ff1ae8790d8eb98c76b885784c6a95de0d1c
+SHA512 (focuswriter-1.8.7.tar.gz) = b4dda6123a6c933471268cfd380abb626729df57f7557bf0ceeb5054d5f5041635060a96b9d6e09e284d9d8df48ecc12a9177370a89ceb3c93c9dcdd9f6667c3
+Size (focuswriter-1.8.7.tar.gz) = 11149830 bytes
+SHA1 (patch-CMakeLists.txt) = 4a90ed544dad1375f695a03ed49c6e57657f25d8
+SHA1 (patch-src_text__codec.cpp) = 5a4f0a70b9fb954494693e895f8e52b835ea14d0
Index: pkgsrc/editors/focuswriter/patches/patch-CMakeLists.txt
diff -u pkgsrc/editors/focuswriter/patches/patch-CMakeLists.txt:1.2 pkgsrc/editors/focuswriter/patches/patch-CMakeLists.txt:1.3
--- pkgsrc/editors/focuswriter/patches/patch-CMakeLists.txt:1.2 Tue Jan 16 21:26:03 2024
+++ pkgsrc/editors/focuswriter/patches/patch-CMakeLists.txt Fri May 3 09:16:52 2024
@@ -1,15 +1,15 @@
-$NetBSD: patch-CMakeLists.txt,v 1.2 2024/01/16 21:26:03 pin Exp $
+$NetBSD: patch-CMakeLists.txt,v 1.3 2024/05/03 09:16:52 pin Exp $
Make iconv test work in NetBSD 9.
---- CMakeLists.txt.orig 2024-01-16 21:01:15.262713776 +0000
+--- CMakeLists.txt.orig 2024-05-03 08:37:27.648100522 +0000
+++ CMakeLists.txt
@@ -5,7 +5,7 @@
cmake_minimum_required(VERSION 3.16)
# Configure project
--project(focuswriter VERSION 1.8.6 LANGUAGES CXX)
-+project(focuswriter VERSION 1.8.6 LANGUAGES C CXX)
+-project(focuswriter VERSION 1.8.7 LANGUAGES CXX)
++project(focuswriter VERSION 1.8.7 LANGUAGES C CXX)
set(project_copyright "2008-2024 Graeme Gott")
Index: pkgsrc/editors/focuswriter/patches/patch-src_text__codec.cpp
diff -u pkgsrc/editors/focuswriter/patches/patch-src_text__codec.cpp:1.2 pkgsrc/editors/focuswriter/patches/patch-src_text__codec.cpp:1.3
--- pkgsrc/editors/focuswriter/patches/patch-src_text__codec.cpp:1.2 Tue Jan 16 21:26:03 2024
+++ pkgsrc/editors/focuswriter/patches/patch-src_text__codec.cpp Fri May 3 09:16:52 2024
@@ -1,8 +1,8 @@
-$NetBSD: patch-src_text__codec.cpp,v 1.2 2024/01/16 21:26:03 pin Exp $
+$NetBSD: patch-src_text__codec.cpp,v 1.3 2024/05/03 09:16:52 pin Exp $
NetBSD 9 uses const in the second argument to iconv.
---- src/text_codec.cpp.orig 2024-01-16 21:02:09.859731226 +0000
+--- src/text_codec.cpp.orig 2024-05-03 08:38:17.190099116 +0000
+++ src/text_codec.cpp
@@ -14,6 +14,13 @@
Home |
Main Index |
Thread Index |
Old Index