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.3.2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/02339e525132
branches:  trunk
changeset: 373468:02339e525132
user:      tsutsui <tsutsui%pkgsrc.org@localhost>
date:      Tue Jan 02 11:01:26 2018 +0000

description:
sayaka: update to 3.3.2.

Upstream changes:

3.3.2 (2018/01/02)
 - support build on pkgsrc-2017Q4 (vala-0.38.1 and later)
 - try to show images only if Content-Type is image/*
 - update to mbedTLS-2.4.2
 - implement --timeout-image option

diffstat:

 net/sayaka/Makefile                    |   5 ++---
 net/sayaka/distinfo                    |  11 +++++------
 net/sayaka/patches/patch-vala_Makefile |  15 ---------------
 3 files changed, 7 insertions(+), 24 deletions(-)

diffs (48 lines):

diff -r 15cdc838cf7f -r 02339e525132 net/sayaka/Makefile
--- a/net/sayaka/Makefile       Tue Jan 02 10:48:01 2018 +0000
+++ b/net/sayaka/Makefile       Tue Jan 02 11:01:26 2018 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2017/10/03 12:36:54 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2018/01/02 11:01:26 tsutsui Exp $
 
-DISTNAME=      sayaka-3.3.1
-PKGREVISION=   2
+DISTNAME=      sayaka-3.3.2
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=isaki68k/}
 GITHUB_PROJECT=        ${DISTNAME:S/-${PKGVERSION_NOREV}//}
diff -r 15cdc838cf7f -r 02339e525132 net/sayaka/distinfo
--- a/net/sayaka/distinfo       Tue Jan 02 10:48:01 2018 +0000
+++ b/net/sayaka/distinfo       Tue Jan 02 11:01:26 2018 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.7 2018/01/02 01:56:25 tsutsui Exp $
+$NetBSD: distinfo,v 1.8 2018/01/02 11:01:26 tsutsui Exp $
 
-SHA1 (sayaka-3.3.1.tar.gz) = 4f04bf86ea18f7a698b8a121f888f15b889eea1e
-RMD160 (sayaka-3.3.1.tar.gz) = 61be8b9b76b17a56c2d46c95a7594aa41b8f5651
-SHA512 (sayaka-3.3.1.tar.gz) = b5f4836c70a58d844ec68a538949b13eba7799ba5d3c56efb8aaeba92bb5b0ce235b81c50ba2a35acf7bd18dee4c4c32c6c7c8a74039f75b233a2acc1436eed2
-Size (sayaka-3.3.1.tar.gz) = 1953552 bytes
-SHA1 (patch-vala_Makefile) = 3b01c8e249991861d08a2b62caa1f8cbdc09b79e
+SHA1 (sayaka-3.3.2.tar.gz) = 578c1b8e7a398eff39a2c253d2f1c021292e75a9
+RMD160 (sayaka-3.3.2.tar.gz) = f79c34e98be51d67c835d5b9fb4c91a8a83763f4
+SHA512 (sayaka-3.3.2.tar.gz) = 92d163367c98ae65853e486f5ae33312a8f8a607ec0323f3921fd9b4f823e02a6eeb73282d03f5a2402467e6fa76a7dba19b36f427fdb7b5cf10cf870fc8d2c3
+Size (sayaka-3.3.2.tar.gz) = 1961949 bytes
diff -r 15cdc838cf7f -r 02339e525132 net/sayaka/patches/patch-vala_Makefile
--- a/net/sayaka/patches/patch-vala_Makefile    Tue Jan 02 10:48:01 2018 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-vala_Makefile,v 1.1 2017/12/31 08:54:00 tsutsui Exp $
-
-It seems convert_with_fallback() is properly exported for glib.vapi
-in newer vala 0.38.1 and later.
-
---- vala/Makefile.orig 2016-12-23 13:28:27.000000000 +0000
-+++ vala/Makefile
-@@ -91,7 +91,6 @@ LIBS+= -ljpeg
- 
- VALA_FLAGS=   \
-       mtls.vapi \
--      glib.vapi \
- 
- VALAC=        valac
- 



Home | Main Index | Thread Index | Old Index