diff options
author | thierry <thierry@FreeBSD.org> | 2017-01-10 20:52:05 +0000 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2017-01-10 20:52:05 +0000 |
commit | 4ad88c2cde141bfdd1eebcd320e1d2624c84c5a9 (patch) | |
tree | be58d4a70d449fc0c262068d0f43eddf96eafa35 | |
parent | f01a186d9e8a97cc7153006c05cf2e3e5fb10f6b (diff) | |
download | FreeBSD-ports-4ad88c2cde141bfdd1eebcd320e1d2624c84c5a9.zip FreeBSD-ports-4ad88c2cde141bfdd1eebcd320e1d2624c84c5a9.tar.gz |
Chase toxcore and upgrade to 0.7.2.
PR: 215399
-rw-r--r-- | net-im/toxic/Makefile | 12 | ||||
-rw-r--r-- | net-im/toxic/distinfo | 6 | ||||
-rw-r--r-- | net-im/toxic/files/patch-src_misc__tools.c | 11 |
3 files changed, 10 insertions, 19 deletions
diff --git a/net-im/toxic/Makefile b/net-im/toxic/Makefile index 3cd0474..15648e7 100644 --- a/net-im/toxic/Makefile +++ b/net-im/toxic/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= toxic -PORTVERSION= 0.7.1 -PORTREVISION= 1 +PORTVERSION= 0.7.2 CATEGORIES= net-im MAINTAINER= thierry@FreeBSD.org @@ -15,15 +14,18 @@ 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 \ + libsodium.so:security/libsodium \ + libpng16.so:graphics/png \ + libopus.so:audio/opus \ libcurl.so:ftp/curl \ - libv4l2.so:multimedia/libv4l \ + 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_ACCOUNT= JFreegman +GH_TAGNAME= v${PORTVERSION} OPTIONS_DEFINE= X11 OPTIONS_DEFAULT=X11 diff --git a/net-im/toxic/distinfo b/net-im/toxic/distinfo index f854a26..7e114f8 100644 --- a/net-im/toxic/distinfo +++ b/net-im/toxic/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1474750604 -SHA256 (Tox-toxic-0.7.1_GH0.tar.gz) = 414ca2cd369e277872c7248c43f82afa0ac2f6c8fa5fc8e93f7c3e8ab6d11b9c -SIZE (Tox-toxic-0.7.1_GH0.tar.gz) = 1137112 +TIMESTAMP = 1482090212 +SHA256 (JFreegman-toxic-0.7.2-v0.7.2_GH0.tar.gz) = a2962aca766caf84b52a52e9a5ce2276a9d3906685f565d2a00551e7c2916c59 +SIZE (JFreegman-toxic-0.7.2-v0.7.2_GH0.tar.gz) = 1136947 diff --git a/net-im/toxic/files/patch-src_misc__tools.c b/net-im/toxic/files/patch-src_misc__tools.c deleted file mode 100644 index 1faa367..0000000 --- a/net-im/toxic/files/patch-src_misc__tools.c +++ /dev/null @@ -1,11 +0,0 @@ ---- 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> |