Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Sep 2016 14:15:01 +0000 (UTC)
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r422751 - in head/net-im/toxic: . files
Message-ID:  <201609251415.u8PEF1p0052539@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: thierry
Date: Sun Sep 25 14:15:01 2016
New Revision: 422751
URL: https://svnweb.freebsd.org/changeset/ports/422751

Log:
  Upgrade to 0.7.1.
  
  Changelog at:
  https://github.com/JFreegman/toxic/releases/tag/0.7.1

Added:
  head/net-im/toxic/files/patch-src_misc__tools.c   (contents, props changed)
Modified:
  head/net-im/toxic/Makefile
  head/net-im/toxic/distinfo
  head/net-im/toxic/pkg-plist

Modified: head/net-im/toxic/Makefile
==============================================================================
--- head/net-im/toxic/Makefile	Sun Sep 25 14:14:46 2016	(r422750)
+++ head/net-im/toxic/Makefile	Sun Sep 25 14:15:01 2016	(r422751)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	toxic
-PORTVERSION=	0.7.0.151113
-PORTREVISION=	3
+PORTVERSION=	0.7.1
 CATEGORIES=	net-im
 
 MAINTAINER=	thierry@FreeBSD.org
@@ -24,19 +23,18 @@ RUN_DEPENDS=	${LOCALBASE}/lib/libtoxcore
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	Tox
-GH_TAGNAME=	9f0feb7
 
 OPTIONS_DEFINE=	X11
 OPTIONS_DEFAULT=X11
 
-X11_USE=	XORG=x11
+X11_USE=	GNOME=gdkpixbuf2,glib20 XORG=x11
 X11_MAKE_ARGS_OFF=	DISABLE_X11=1 DISABLE_DESKTOP_NOTIFY=1
 X11_LIB_DEPENDS=libnotify.so:devel/libnotify
 
 MAKE_ENV=	USER_CFLAGS="${CFLAGS}" USER_LDFLAGS="${LDFLAGS}"
 SUB_FILES=	pkg-message
 
-USES=		desktop-file-utils gmake ncurses openal:al,alut pkgconfig
+USES=		desktop-file-utils gettext-runtime gmake ncurses openal:al,alut pkgconfig
 
 pre-configure:
 	${REINPLACE_CMD} -e 's|PREFIX =|PREFIX?=|;s|$$(shell git rev-list HEAD.*$$|${GH_TAGNAME}|'	\

Modified: head/net-im/toxic/distinfo
==============================================================================
--- head/net-im/toxic/distinfo	Sun Sep 25 14:14:46 2016	(r422750)
+++ head/net-im/toxic/distinfo	Sun Sep 25 14:15:01 2016	(r422751)
@@ -1,2 +1,3 @@
-SHA256 (Tox-toxic-0.7.0.151113-9f0feb7_GH0.tar.gz) = c6c796ac6f6f8f4aa7365ecdf612b669db14be5a893b6c07a614325e98db0b57
-SIZE (Tox-toxic-0.7.0.151113-9f0feb7_GH0.tar.gz) = 1122832
+TIMESTAMP = 1474750604
+SHA256 (Tox-toxic-0.7.1_GH0.tar.gz) = 414ca2cd369e277872c7248c43f82afa0ac2f6c8fa5fc8e93f7c3e8ab6d11b9c
+SIZE (Tox-toxic-0.7.1_GH0.tar.gz) = 1137112

Added: head/net-im/toxic/files/patch-src_misc__tools.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/toxic/files/patch-src_misc__tools.c	Sun Sep 25 14:15:01 2016	(r422751)
@@ -0,0 +1,11 @@
+--- src/misc_tools.c.orig	2016-09-23 17:05:05 UTC
++++ src/misc_tools.c
+@@ -26,6 +26,8 @@
+ #include <time.h>
+ #include <limits.h>
+ #include <dirent.h>
++#include <netinet/in.h>
++#include <sys/socket.h>
+ 
+ #include <sys/stat.h>
+ #include <arpa/inet.h>

Modified: head/net-im/toxic/pkg-plist
==============================================================================
--- head/net-im/toxic/pkg-plist	Sun Sep 25 14:14:46 2016	(r422750)
+++ head/net-im/toxic/pkg-plist	Sun Sep 25 14:15:01 2016	(r422751)
@@ -2,7 +2,6 @@ bin/toxic
 man/man1/toxic.1.gz
 man/man5/toxic.conf.5.gz
 share/applications/toxic.desktop
-%%DATADIR%%/DHTnodes
 %%DATADIR%%/nameservers
 %%DATADIR%%/sounds/ToxicContactOffline.wav
 %%DATADIR%%/sounds/ToxicContactOnline.wav



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609251415.u8PEF1p0052539>