pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/telegram-purple Update chat/telegram-purple to ve...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bfe6b8f4e90b
branches:  trunk
changeset: 362374:bfe6b8f4e90b
user:      khorben <khorben%pkgsrc.org@localhost>
date:      Fri May 12 22:29:15 2017 +0000

description:
Update chat/telegram-purple to version 1.2.6

1.2.6

  * Include libtgl bugfix "use-after-not-created for photos"
  * Fix Adium bundle version incompatibillity for newest version

diffstat:

 chat/telegram-purple/Makefile                |   9 ++++-----
 chat/telegram-purple/distinfo                |  11 +++++------
 chat/telegram-purple/patches/patch-configure |  15 ---------------
 3 files changed, 9 insertions(+), 26 deletions(-)

diffs (56 lines):

diff -r dcc6fae47983 -r bfe6b8f4e90b chat/telegram-purple/Makefile
--- a/chat/telegram-purple/Makefile     Fri May 12 20:55:40 2017 +0000
+++ b/chat/telegram-purple/Makefile     Fri May 12 22:29:15 2017 +0000
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.3 2017/02/28 15:20:02 ryoon Exp $
+# $NetBSD: Makefile,v 1.4 2017/05/12 22:29:15 khorben Exp $
 
-DISTNAME=      telegram-purple_1.2.5.orig
-PKGNAME=       telegram-purple-1.2.5
-PKGREVISION=   1
+DISTNAME=      telegram-purple_1.2.6.orig
+PKGNAME=       telegram-purple-1.2.6
 CATEGORIES=    chat
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=majn/}
 GITHUB_PROJECT=        telegram-purple
-GITHUB_RELEASE=        v1.2.5
+GITHUB_RELEASE=        v1.2.6
 
 MAINTAINER=    khorben%defora.org@localhost
 HOMEPAGE=      https://github.com/majn/telegram-purple/
diff -r dcc6fae47983 -r bfe6b8f4e90b chat/telegram-purple/distinfo
--- a/chat/telegram-purple/distinfo     Fri May 12 20:55:40 2017 +0000
+++ b/chat/telegram-purple/distinfo     Fri May 12 22:29:15 2017 +0000
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.1 2016/02/24 02:29:44 khorben Exp $
+$NetBSD: distinfo,v 1.2 2017/05/12 22:29:15 khorben Exp $
 
-SHA1 (telegram-purple_1.2.5.orig.tar.gz) = 02db9974e55fcb31a422f5dd04f9ae7ab4e78a89
-RMD160 (telegram-purple_1.2.5.orig.tar.gz) = d5758ff69bd9cf9f7697fca5f73963dd1864cfa1
-SHA512 (telegram-purple_1.2.5.orig.tar.gz) = ff8c57c4fdad6ada0b665c6b13daba60aeeaa01656820cd9856b4ebcd31e6db9d9b7c724fb9c6f4eb911c4d600518e83d22e22cb15105c5bcfbe3be5c19d6ae5
-Size (telegram-purple_1.2.5.orig.tar.gz) = 473838 bytes
-SHA1 (patch-configure) = cf16b7d00652ae3eaa399424ad84833cf76fa677
+SHA1 (telegram-purple_1.2.6.orig.tar.gz) = af65e863425900d8e74296709025b799e4917ba5
+RMD160 (telegram-purple_1.2.6.orig.tar.gz) = 3d5668dc35f7fc1a4a3ca4e07e404df5986950ef
+SHA512 (telegram-purple_1.2.6.orig.tar.gz) = 6e9c415ad95e7dbffc2e51139ff97282d80e51e6071c24dc827d37b76f436deaa1155e35dbd258c4da78123021dbace8cd8e472244d66629d011e4b46e9b75a0
+Size (telegram-purple_1.2.6.orig.tar.gz) = 474067 bytes
 SHA1 (patch-tgl_tl-parser_portable__endian.h) = b4c4179fbb29bdbcc368a837d0dc6a6b84e0e23c
diff -r dcc6fae47983 -r bfe6b8f4e90b chat/telegram-purple/patches/patch-configure
--- a/chat/telegram-purple/patches/patch-configure      Fri May 12 20:55:40 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-configure,v 1.1 2016/02/24 02:29:44 khorben Exp $
-
-Portability fix for the configure script
-
---- configure.orig     2016-01-24 15:17:10.000000000 +0000
-+++ configure
-@@ -4414,7 +4414,7 @@ if test "${enable_icons+set}" = set; the
-   enableval=$enable_icons;
- fi
- 
--  if test "x$enable_icons" == "xno"; then :
-+  if test "x$enable_icons" = "xno"; then :
- 
-     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Icons are deactivated. Pidgin needs icons. Finch and telepathy-haze don't." >&5
- $as_echo "$as_me: WARNING: Icons are deactivated. Pidgin needs icons. Finch and telepathy-haze don't." >&2;}



Home | Main Index | Thread Index | Old Index