pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/sayaka sayaka: update to 3.4.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dbb925cf2372
branches:  trunk
changeset: 423340:dbb925cf2372
user:      tsutsui <tsutsui%pkgsrc.org@localhost>
date:      Sun Feb 16 03:42:25 2020 +0000

description:
sayaka: update to 3.4.3.

pkgsrc changes:
- remove a patch applied to upstream

Upstream changes

* 3.4.3 (2020/02/15)
  Fix quoted tweets not shown in some case.
  Improve detection of sixel support of the tereminal.

diffstat:

 net/sayaka/Makefile                              |   4 ++--
 net/sayaka/distinfo                              |  11 +++++------
 net/sayaka/patches/patch-vala_System.OS.native.c |  23 -----------------------
 3 files changed, 7 insertions(+), 31 deletions(-)

diffs (55 lines):

diff -r cbf7fd71f360 -r dbb925cf2372 net/sayaka/Makefile
--- a/net/sayaka/Makefile       Sun Feb 16 03:02:18 2020 +0000
+++ b/net/sayaka/Makefile       Sun Feb 16 03:42:25 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2020/02/07 12:39:08 tsutsui Exp $
+# $NetBSD: Makefile,v 1.22 2020/02/16 03:42:25 tsutsui Exp $
 
-DISTNAME=      sayaka-3.4.2
+DISTNAME=      sayaka-3.4.3
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=isaki68k/}
 GITHUB_PROJECT=        ${DISTNAME:S/-${PKGVERSION_NOREV}//}
diff -r cbf7fd71f360 -r dbb925cf2372 net/sayaka/distinfo
--- a/net/sayaka/distinfo       Sun Feb 16 03:02:18 2020 +0000
+++ b/net/sayaka/distinfo       Sun Feb 16 03:42:25 2020 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.11 2020/02/07 12:39:08 tsutsui Exp $
+$NetBSD: distinfo,v 1.12 2020/02/16 03:42:25 tsutsui Exp $
 
-SHA1 (sayaka-3.4.2.tar.gz) = 3f028cf82774340ea52a731ccc040d6b75846ace
-RMD160 (sayaka-3.4.2.tar.gz) = 514ed5a6320b88b4fa775dac41965436599a55fb
-SHA512 (sayaka-3.4.2.tar.gz) = fe54bd71bd84f05311179af03b928eea4e53913a038cf5af2725b8707a372ade2444b1de6afd18538702f216ac570072ae9dfe376094757534d9f91a312f46c2
-Size (sayaka-3.4.2.tar.gz) = 1968548 bytes
-SHA1 (patch-vala_System.OS.native.c) = a19ac855f867e1e11d953f5d9175e6738a026704
+SHA1 (sayaka-3.4.3.tar.gz) = 8534f5171d1abd824836728b74d32b9f2869d46c
+RMD160 (sayaka-3.4.3.tar.gz) = 24f65fef4e909f99cf203c405d03cbce9b552d6b
+SHA512 (sayaka-3.4.3.tar.gz) = dbd5f1cde2ea66e19a889874349eb897a568fc120ad8f3eeb555af673fcb18bb8df297183bb3de2f3a7f12149033c26f3648fae81b43cf1239f463d1a6b3c20d
+Size (sayaka-3.4.3.tar.gz) = 1968914 bytes
diff -r cbf7fd71f360 -r dbb925cf2372 net/sayaka/patches/patch-vala_System.OS.native.c
--- a/net/sayaka/patches/patch-vala_System.OS.native.c  Sun Feb 16 03:02:18 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-$NetBSD: patch-vala_System.OS.native.c,v 1.1 2020/02/07 12:39:08 tsutsui Exp $
-
-- pull post 3.4.2 upstream fix
-  "Fix native_term_support_sixel to parse "\x1b[?63;4c" correctly."
-  https://github.com/isaki68k/sayaka/commit/5e5ea0f8911f3b52fbe9231e8f547316675919ec
-
---- vala/System.OS.native.c.orig       2020-02-01 06:29:17.000000000 +0000
-+++ vala/System.OS.native.c
-@@ -102,7 +102,14 @@ native_term_support_sixel()
-               e = strchr(p, ';');
-               if (e) {
-                       *e++ = '\0';
-+              } else {
-+                      e = strrchr(p, 'c');
-+                      if (e) {
-+                              *e = '\0';
-+                              e = NULL;
-+                      }
-               }
-+
-               if (strcmp(p, "4") == 0) {
-                       return 1;
-               }



Home | Main Index | Thread Index | Old Index