Received: by mail.netbsd.org (Postfix, from userid 605) id F1F8684DA1; Sat, 2 May 2020 06:36:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7C60A84D9B for ; Sat, 2 May 2020 06:36:50 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id L9ZayZGFD0L3 for ; Sat, 2 May 2020 06:36:50 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E998984D7F for ; Sat, 2 May 2020 06:36:49 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E1BAEFB27; Sat, 2 May 2020 06:36:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1588401409219630" MIME-Version: 1.0 Date: Sat, 2 May 2020 06:36:49 +0000 From: "Izumi Tsutsui" Subject: CVS commit: pkgsrc/net/sayaka To: pkgsrc-changes@NetBSD.org Reply-To: tsutsui@netbsd.org X-Mailer: log_accum Message-Id: <20200502063649.E1BAEFB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1588401409219630 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tsutsui Date: Sat May 2 06:36:49 UTC 2020 Modified Files: pkgsrc/net/sayaka: Makefile distinfo Log Message: sayaka: update to 3.4.4. pkgsrc changes: - remove leftover (should be done on 3.3.0) from Makefile - explicitly specify required versions of vala and glib2 per README.md Upstream changes: * 3.4.4 (2020/05/01) fix unexpected exit on receiving SIGWINCH on Linux. adjust drawing of contiguous retweets. extend timeout to determine SIXEL support. change behavior of --token option. misc modifications around logs. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 pkgsrc/net/sayaka/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/net/sayaka/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1588401409219630 Content-Disposition: inline Content-Length: 2379 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/sayaka/Makefile diff -u pkgsrc/net/sayaka/Makefile:1.24 pkgsrc/net/sayaka/Makefile:1.25 --- pkgsrc/net/sayaka/Makefile:1.24 Wed Mar 11 09:53:54 2020 +++ pkgsrc/net/sayaka/Makefile Sat May 2 06:36:49 2020 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.24 2020/03/11 09:53:54 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2020/05/02 06:36:49 tsutsui Exp $ -DISTNAME= sayaka-3.4.3 -PKGREVISION= 2 +DISTNAME= sayaka-3.4.4 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=isaki68k/} GITHUB_PROJECT= ${DISTNAME:S/-${PKGVERSION_NOREV}//} @@ -12,9 +11,9 @@ HOMEPAGE= https://github.com/isaki68k/sa COMMENT= Terminal specific Twitter client LICENSE= modified-bsd AND apache-2.0 -USE_TOOLS+= gmake pax pkg-config +USE_TOOLS+= gmake pkg-config -INSTALLATION_DIRS+= bin share/sayaka +INSTALLATION_DIRS+= bin .include "../../mk/bsd.prefs.mk" @@ -22,8 +21,9 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/vala/sayaka ${DESTDIR}${PREFIX}/bin BUILDLINK_DEPMETHOD.vala= build -BUILDLINK_API_DEPENDS.vala+= vala>=0.28.0 +BUILDLINK_API_DEPENDS.vala+= vala>=0.38.1 .include "../../lang/vala/buildlink3.mk" +BUILDLINK_API_DEPENDS.glib2+= glib2>=2.44.0 .include "../../devel/glib2/buildlink3.mk" .include "../../graphics/gdk-pixbuf2/buildlink3.mk" .include "../../mk/jpeg.buildlink3.mk" Index: pkgsrc/net/sayaka/distinfo diff -u pkgsrc/net/sayaka/distinfo:1.12 pkgsrc/net/sayaka/distinfo:1.13 --- pkgsrc/net/sayaka/distinfo:1.12 Sun Feb 16 03:42:25 2020 +++ pkgsrc/net/sayaka/distinfo Sat May 2 06:36:49 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.12 2020/02/16 03:42:25 tsutsui Exp $ +$NetBSD: distinfo,v 1.13 2020/05/02 06:36:49 tsutsui Exp $ -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 +SHA1 (sayaka-3.4.4.tar.gz) = f2b4b84bef082a5074e1fce7a1659dda539e2ee5 +RMD160 (sayaka-3.4.4.tar.gz) = 96102d1f80ded933a9095e0261ab0561e8deecdf +SHA512 (sayaka-3.4.4.tar.gz) = 8a9d8c49fab7d3c4b5c2d5c816125f66f72def49c986bdd361aec95338fec3cac7a133604bc5c74f449837ba76508a5f0e18fc71dbf18c2ac7b8a365bb2984bc +Size (sayaka-3.4.4.tar.gz) = 1969266 bytes --_----------=_1588401409219630--