summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorkhorben <khorben>2017-05-12 22:29:15 +0000
committerkhorben <khorben>2017-05-12 22:29:15 +0000
commit846638dc49835359b09f46db3fad2632ec17ad6e (patch)
tree232f5efaca49f94c09557836786fcb54ba7752f3 /chat
parent130d2d472fc5057c99010d6d19b28fd746d91c62 (diff)
downloadpkgsrc-846638dc49835359b09f46db3fad2632ec17ad6e.tar.gz
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 (limited to 'chat')
-rw-r--r--chat/telegram-purple/Makefile9
-rw-r--r--chat/telegram-purple/distinfo11
-rw-r--r--chat/telegram-purple/patches/patch-configure15
3 files changed, 9 insertions, 26 deletions
diff --git a/chat/telegram-purple/Makefile b/chat/telegram-purple/Makefile
index db912f0252d..4521978130e 100644
--- a/chat/telegram-purple/Makefile
+++ b/chat/telegram-purple/Makefile
@@ -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
HOMEPAGE= https://github.com/majn/telegram-purple/
diff --git a/chat/telegram-purple/distinfo b/chat/telegram-purple/distinfo
index 3cc39e64416..1375f8262db 100644
--- a/chat/telegram-purple/distinfo
+++ b/chat/telegram-purple/distinfo
@@ -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 --git a/chat/telegram-purple/patches/patch-configure b/chat/telegram-purple/patches/patch-configure
deleted file mode 100644
index 84ef23e4177..00000000000
--- a/chat/telegram-purple/patches/patch-configure
+++ /dev/null
@@ -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;}