pkgsrc-WIP-changes archive

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

uTox-git: Update to 0.12.1 on master branch



Module Name:	pkgsrc-wip
Committed By:	Mateusz Poszwa <old4%o2.pl@localhost>
Pushed By:	f8l
Date:		Tue Jan 24 22:40:22 2017 +0100
Changeset:	f2001dd7bd9b73dcc9b3625b0427d02318ac3f51

Modified Files:
	uTox-git/Makefile
	uTox-git/distinfo
Added Files:
	uTox-git/patches/patch-src_updater.c

Log Message:
uTox-git: Update to 0.12.1 on master branch

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f2001dd7bd9b73dcc9b3625b0427d02318ac3f51

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 uTox-git/Makefile                    |  7 ++++---
 uTox-git/distinfo                    |  1 +
 uTox-git/patches/patch-src_updater.c | 14 ++++++++++++++
 3 files changed, 19 insertions(+), 3 deletions(-)

diffs:
diff --git a/uTox-git/Makefile b/uTox-git/Makefile
index 50480af..0e0b314 100644
--- a/uTox-git/Makefile
+++ b/uTox-git/Makefile
@@ -1,12 +1,13 @@
 # $NetBSD$
 
-DISTNAME=	uTox-0.11.1
+DISTNAME=	uTox-0.12.1
 CATEGORIES=	chat
 MASTER_SITES=	${MASTER_SITE_GITHUB:=uTox/}
 
 GIT_REPOSITORIES=	uTox
-GIT_REPO.uTox=	http://github.com/uTox/uTox.git
-WRKSRC=	${WRKDIR}/uTox
+GIT_REPO.uTox=		http://github.com/uTox/uTox.git
+GIT_BRANCH.uTox=	master
+WRKSRC=			${WRKDIR}/uTox
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	http://utox.org/
diff --git a/uTox-git/distinfo b/uTox-git/distinfo
index e31e546..50286b4 100644
--- a/uTox-git/distinfo
+++ b/uTox-git/distinfo
@@ -1,6 +1,7 @@
 $NetBSD$
 
 SHA1 (patch-src_main.h) = 1def46cb26e474b20a5e34ae5a471a7c9fbb004c
+SHA1 (patch-src_updater.c) = c02cec879f954d6c2abb3e1ea6b0e0a01b4e0b50
 SHA1 (patch-src_xlib_CMakeLists.txt) = c9cfe396d16a8b236e36fe50dd3b5b200fac93ad
 SHA1 (patch-src_xlib_main.c) = b50f9a43b49724d29382d9497048f49e2b101282
 SHA1 (patch-src_xlib_v4l.c) = 159ac6e676c0361262daeb3f5324e4916b09b16a
diff --git a/uTox-git/patches/patch-src_updater.c b/uTox-git/patches/patch-src_updater.c
new file mode 100644
index 0000000..2262eb8
--- /dev/null
+++ b/uTox-git/patches/patch-src_updater.c
@@ -0,0 +1,14 @@
+$NetBSD$
+
+Include netinet/in.h for IPPROTO_TCP
+
+--- src/updater.c.orig	2017-01-24 20:49:40.564174586 +0000
++++ src/updater.c
+@@ -20,6 +20,7 @@
+ #include <sys/socket.h>
+ #include <sys/types.h>
+ #include <netdb.h>
++#include <netinet/in.h>
+ #endif
+ 
+ 


Home | Main Index | Thread Index | Old Index