aboutsummaryrefslogtreecommitdiff
path: root/net-im/uTox
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2020-04-14 05:51:50 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2020-04-14 05:51:50 +0000
commit9bfca6b9b6065554b70303500c53c645b19cbdb1 (patch)
tree444edfc820464fd74ebb842242b3c437641aab99 /net-im/uTox
parentce206b093a4325f92b430c08d1e6e1990abb575a (diff)
downloadports-9bfca6b9b6065554b70303500c53c645b19cbdb1.tar.gz
ports-9bfca6b9b6065554b70303500c53c645b19cbdb1.zip
net-im/uTox: Update to 0.17.2
Notes
Notes: svn path=/head/; revision=531656
Diffstat (limited to 'net-im/uTox')
-rw-r--r--net-im/uTox/Makefile5
-rw-r--r--net-im/uTox/distinfo8
-rw-r--r--net-im/uTox/files/patch-src_av_audio.h19
3 files changed, 4 insertions, 28 deletions
diff --git a/net-im/uTox/Makefile b/net-im/uTox/Makefile
index b2fed12b219e..dcf213fa8c02 100644
--- a/net-im/uTox/Makefile
+++ b/net-im/uTox/Makefile
@@ -1,14 +1,11 @@
# $FreeBSD$
PORTNAME= uTox
-DISTVERSION= 0.17.1
+DISTVERSION= 0.17.2
DISTVERSIONSUFFIX= -full
CATEGORIES= net-im net-p2p
MASTER_SITES= https://github.com/uTox/uTox/releases/download/v${DISTVERSION}/
-PATCH_SITES= https://github.com/uTox/uTox/commit/
-PATCHFILES= 37271f991c590a533781b66e9036e9b66dfbbf1b.patch:-p1
-
MAINTAINER= tobik@FreeBSD.org
COMMENT= Lightweight Tox client
diff --git a/net-im/uTox/distinfo b/net-im/uTox/distinfo
index 5d5f11f947a6..1a105c5deb16 100644
--- a/net-im/uTox/distinfo
+++ b/net-im/uTox/distinfo
@@ -1,5 +1,3 @@
-TIMESTAMP = 1569893842
-SHA256 (uTox-0.17.1-full.tar.gz) = 6a6d399827f31593f840274b08ed80039c99d5abf0bd6634faf22cc064930460
-SIZE (uTox-0.17.1-full.tar.gz) = 3948392
-SHA256 (37271f991c590a533781b66e9036e9b66dfbbf1b.patch) = 0ad39545e0ae0f71090934b588e5a2cb2ed13cc041fc70d2b8872df95f048ad0
-SIZE (37271f991c590a533781b66e9036e9b66dfbbf1b.patch) = 1163
+TIMESTAMP = 1586842300
+SHA256 (uTox-0.17.2-full.tar.gz) = 8437827b899e4e358adaf0641680c214f4b6dfb52af6534f261d747a905f08b6
+SIZE (uTox-0.17.2-full.tar.gz) = 3955694
diff --git a/net-im/uTox/files/patch-src_av_audio.h b/net-im/uTox/files/patch-src_av_audio.h
deleted file mode 100644
index 39e44b9bff83..000000000000
--- a/net-im/uTox/files/patch-src_av_audio.h
+++ /dev/null
@@ -1,19 +0,0 @@
-/usr/local/include/AL/alc.h:34:26: error: typedef redefinition with different types ('struct ALCdevice' vs 'struct ALCdevice_struct')
-typedef struct ALCdevice ALCdevice;
- ^
-.../uTox/src/av/audio.h:8:33: note: previous definition is here
-typedef struct ALCdevice_struct ALCdevice;
- ^
-
---- src/av/audio.h.orig 2019-09-21 22:31:59 UTC
-+++ src/av/audio.h
-@@ -4,8 +4,7 @@
- #include <stdbool.h>
- #include <stdint.h>
- #include <stdbool.h>
--
--typedef struct ALCdevice_struct ALCdevice;
-+#include <AL/alc.h>
-
- extern bool utox_audio_thread_init;
-