pkgsrc-WIP-changes archive

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

toxic-git: Update a patch



Module Name:	pkgsrc-wip
Committed By:	Mateusz Poszwa <old4%o2.pl@localhost>
Pushed By:	f8l
Date:		Tue Jul 11 19:27:37 2017 +0200
Changeset:	072c70efb3140d9716d1207426436cf8d11a9528

Modified Files:
	toxic-git/Makefile
	toxic-git/distinfo
	toxic-git/patches/patch-src_video__device.c

Log Message:
toxic-git: Update a patch

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

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

diffstat:
 toxic-git/Makefile                          | 2 +-
 toxic-git/distinfo                          | 2 +-
 toxic-git/patches/patch-src_video__device.c | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diffs:
diff --git a/toxic-git/Makefile b/toxic-git/Makefile
index d18fe4c3ec..aaab7f4b3b 100644
--- a/toxic-git/Makefile
+++ b/toxic-git/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	toxic-0.7.1
+DISTNAME=	toxic-0.8.0
 CATEGORIES=	chat
 MASTER_SITES=	${MASTER_SITE_GITHUB:=JFreegman/}
 
diff --git a/toxic-git/distinfo b/toxic-git/distinfo
index 4564a21377..8a81f6c360 100644
--- a/toxic-git/distinfo
+++ b/toxic-git/distinfo
@@ -4,4 +4,4 @@ SHA1 (patch-Makefile) = c996154317aedaaa4b3a1bac2a69e4fc1b89173b
 SHA1 (patch-cfg_global__vars.mk) = 5aad096f067f485c439135d3838b8912d1ad7d5e
 SHA1 (patch-src_name__lookup.c) = 212742961593ff970e5d108af2f14b8f93199a76
 SHA1 (patch-src_toxic.c) = 0c466bb767a77f5bf25aeef934ca61e5dc550923
-SHA1 (patch-src_video__device.c) = 872e93dacda4e86669b6fd0c9578916911a59745
+SHA1 (patch-src_video__device.c) = 982389ffce64ba4e12e5a88a12130637e0ada6e3
diff --git a/toxic-git/patches/patch-src_video__device.c b/toxic-git/patches/patch-src_video__device.c
index d1f8ecedc9..7db1aed522 100644
--- a/toxic-git/patches/patch-src_video__device.c
+++ b/toxic-git/patches/patch-src_video__device.c
@@ -2,7 +2,7 @@ $NetBSD$
 
 Do not assume what is not Linux or FreeBSD is OSX.
 
---- src/video_device.c.orig	2016-10-01 08:28:56.147136487 +0000
+--- src/video_device.c.orig	2017-07-10 22:33:54.000000000 +0000
 +++ src/video_device.c
 @@ -30,14 +30,18 @@
  
@@ -112,7 +112,7 @@ Do not assume what is not Linux or FreeBSD is OSX.
 +#else /* not __OSX__*/
          /* Open selected device */
          char device_address[] = "/dev/videoXX";
-         snprintf(device_address + 10 , sizeof(device_address) - 10, "%i", selection);
+         snprintf(device_address + 10, sizeof(device_address) - 10, "%i", selection);
 @@ -482,14 +490,6 @@ VideoDeviceError open_video_device(Video
              return vde_FailedStart;
          }


Home | Main Index | Thread Index | Old Index