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:           Sun Mar  9 20:56:44 UTC 2025

Modified Files:
        pkgsrc/editors/focuswriter: Makefile distinfo
        pkgsrc/editors/focuswriter/patches: patch-CMakeLists.txt

Log Message:
editors/focuswriter: update to 1.8.11

Bug Fixes

 - FIXED: Find button was not default in find dialog


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/editors/focuswriter/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/editors/focuswriter/distinfo
cvs rdiff -u -r1.6 -r1.7 \
    pkgsrc/editors/focuswriter/patches/patch-CMakeLists.txt

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.44 pkgsrc/editors/focuswriter/Makefile:1.45
--- pkgsrc/editors/focuswriter/Makefile:1.44    Tue Feb 18 09:24:20 2025
+++ pkgsrc/editors/focuswriter/Makefile Sun Mar  9 20:56:44 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.44 2025/02/18 09:24:20 wiz Exp $
+# $NetBSD: Makefile,v 1.45 2025/03/09 20:56:44 pin Exp $
 
-DISTNAME=      focuswriter-1.8.10
+DISTNAME=      focuswriter-1.8.11
 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.11 pkgsrc/editors/focuswriter/distinfo:1.12
--- pkgsrc/editors/focuswriter/distinfo:1.11    Sun Feb 16 08:53:14 2025
+++ pkgsrc/editors/focuswriter/distinfo Sun Mar  9 20:56:44 2025
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.11 2025/02/16 08:53:14 pin Exp $
+$NetBSD: distinfo,v 1.12 2025/03/09 20:56:44 pin Exp $
 
-BLAKE2s (focuswriter-1.8.10.tar.gz) = 335e591fa845ac2f695dffc58876c31141d97131cb307195b0a5314b0a1c21f3
-SHA512 (focuswriter-1.8.10.tar.gz) = b50f13178a6ae85bf78b29dd88ff21fe77f4701c8faa0ac77a3010e037894e327c92a175c46aba4f831899a63b77511fde8d6fd5af2cf34a16cf3d7b6017a3e0
-Size (focuswriter-1.8.10.tar.gz) = 10976442 bytes
-SHA1 (patch-CMakeLists.txt) = fd277aa3a76d73f7e15c1aaaa7c5af0a278671c3
+BLAKE2s (focuswriter-1.8.11.tar.gz) = fa994fc6ec50c5a027fa257544f8fff0e5b2d02989849d2f2e17d408c03c4795
+SHA512 (focuswriter-1.8.11.tar.gz) = c9189a3d5d5b27bf8f603d982c8e94e6dc334fe7fa43782f2138eb5e128f819de5924fcb7d244f88dff8d6f536aa224b640e48582ff33d28f19956a651616440
+Size (focuswriter-1.8.11.tar.gz) = 10976473 bytes
+SHA1 (patch-CMakeLists.txt) = 67b4c55819d2f103620addb1f10562411ab93fe8
 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.6 pkgsrc/editors/focuswriter/patches/patch-CMakeLists.txt:1.7
--- pkgsrc/editors/focuswriter/patches/patch-CMakeLists.txt:1.6 Sun Feb 16 08:53:14 2025
+++ pkgsrc/editors/focuswriter/patches/patch-CMakeLists.txt     Sun Mar  9 20:56:44 2025
@@ -1,15 +1,15 @@
-$NetBSD: patch-CMakeLists.txt,v 1.6 2025/02/16 08:53:14 pin Exp $
+$NetBSD: patch-CMakeLists.txt,v 1.7 2025/03/09 20:56:44 pin Exp $
 
 Make iconv test work in NetBSD 9.
 
---- CMakeLists.txt.orig        2025-02-16 08:17:40.728258281 +0000
+--- CMakeLists.txt.orig        2025-03-09 17:39:19.429206176 +0000
 +++ CMakeLists.txt
 @@ -5,7 +5,7 @@
  cmake_minimum_required(VERSION 3.16)
  
  # Configure project
--project(focuswriter VERSION 1.8.10 LANGUAGES CXX)
-+project(focuswriter VERSION 1.8.10 LANGUAGES C CXX)
+-project(focuswriter VERSION 1.8.11 LANGUAGES CXX)
++project(focuswriter VERSION 1.8.11 LANGUAGES C CXX)
  
  set(project_copyright "2008-2025 Graeme Gott")
  



Home | Main Index | Thread Index | Old Index