Index: head/net-im/toxic/Makefile =================================================================== --- head/net-im/toxic/Makefile (revision 422750) +++ head/net-im/toxic/Makefile (revision 422751) @@ -1,49 +1,47 @@ # Created by: Thierry Thomas # $FreeBSD$ PORTNAME= toxic -PORTVERSION= 0.7.0.151113 -PORTREVISION= 3 +PORTVERSION= 0.7.1 CATEGORIES= net-im MAINTAINER= thierry@FreeBSD.org COMMENT= Console client for Tox LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:net-im/tox \ ${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat LIB_DEPENDS= libvpx.so:multimedia/libvpx \ libopus.so:audio/opus \ libcurl.so:ftp/curl \ libv4l2.so:multimedia/libv4l \ libqrencode.so:graphics/libqrencode \ libconfig.so:devel/libconfig RUN_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:net-im/tox 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}|' \ ${WRKSRC}/cfg/global_vars.mk post-install: ${RM} ${STAGEDIR}${MANPREFIX}/man/man1/toxic.1-e ${STAGEDIR}${MANPREFIX}/man/man5/toxic.conf.5-e ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/toxic .include Index: head/net-im/toxic/distinfo =================================================================== --- head/net-im/toxic/distinfo (revision 422750) +++ head/net-im/toxic/distinfo (revision 422751) @@ -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 Index: head/net-im/toxic/files/patch-src_misc__tools.c =================================================================== --- head/net-im/toxic/files/patch-src_misc__tools.c (nonexistent) +++ head/net-im/toxic/files/patch-src_misc__tools.c (revision 422751) @@ -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 + #include + #include ++#include ++#include + + #include + #include Property changes on: head/net-im/toxic/files/patch-src_misc__tools.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net-im/toxic/pkg-plist =================================================================== --- head/net-im/toxic/pkg-plist (revision 422750) +++ head/net-im/toxic/pkg-plist (revision 422751) @@ -1,15 +1,14 @@ 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 %%DATADIR%%/sounds/ToxicError.wav %%DATADIR%%/sounds/ToxicIncomingCall.wav %%DATADIR%%/sounds/ToxicOutgoingCall.wav %%DATADIR%%/sounds/ToxicRecvMessage.wav %%DATADIR%%/sounds/ToxicTransferComplete.wav %%DATADIR%%/sounds/ToxicTransferStart.wav %%DATADIR%%/toxic.conf.example