aboutsummaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
Diffstat (limited to 'net-im')
-rw-r--r--net-im/tox/Makefile4
-rw-r--r--net-im/tox/distinfo4
-rw-r--r--net-im/toxic/Makefile4
-rw-r--r--net-im/toxic/distinfo4
-rw-r--r--net-im/toxic/files/patch-cfg_targets_install.mk11
5 files changed, 8 insertions, 19 deletions
diff --git a/net-im/tox/Makefile b/net-im/tox/Makefile
index d2eecb74bb16..34d8358497ce 100644
--- a/net-im/tox/Makefile
+++ b/net-im/tox/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= toxcore
-PORTVERSION= 0.141026
+PORTVERSION= 0.141116
CATEGORIES= net-im net-p2p
MAINTAINER= thierry@FreeBSD.org
@@ -20,7 +20,7 @@ USE_GITHUB= yes
GH_ACCOUNT= irungentoo
GH_PROJECT= ${PORTNAME}
GH_TAGNAME= ${GH_COMMIT}
-GH_COMMIT= 9c480ac
+GH_COMMIT= 76d14ac
USE_AUTOTOOLS= libtoolize aclocal autoconf autoheader automake
AUTOMAKE_ARGS= -a -c -f
diff --git a/net-im/tox/distinfo b/net-im/tox/distinfo
index d59872f2f754..ca583dc5e2d0 100644
--- a/net-im/tox/distinfo
+++ b/net-im/tox/distinfo
@@ -1,2 +1,2 @@
-SHA256 (toxcore-0.141026.tar.gz) = 169f7517f7c9569a5aeed8bf9976b204905e23e8f0b5292e1c4a60b6c46989ad
-SIZE (toxcore-0.141026.tar.gz) = 338782
+SHA256 (toxcore-0.141116.tar.gz) = 9ffdd8731734549678cf7d4ae34f32df24e3af05c15891e5122e4dc81e6799f8
+SIZE (toxcore-0.141116.tar.gz) = 346550
diff --git a/net-im/toxic/Makefile b/net-im/toxic/Makefile
index 22cae103c2de..3ce888e0df1c 100644
--- a/net-im/toxic/Makefile
+++ b/net-im/toxic/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= toxic
-PORTVERSION= 0.5.2.141025
+PORTVERSION= 0.5.2.141116
CATEGORIES= net-im
MAINTAINER= thierry@FreeBSD.org
@@ -19,7 +19,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:${PORTSDIR}/net-im/tox
USE_GITHUB= yes
GH_ACCOUNT= tox
GH_TAGNAME= ${GH_COMMIT}
-GH_COMMIT= e22b7a3
+GH_COMMIT= 141b36a
OPTIONS_DEFINE= X11
OPTIONS_DEFAULT=X11
diff --git a/net-im/toxic/distinfo b/net-im/toxic/distinfo
index 0af7c88c8f7d..6a8ff078f412 100644
--- a/net-im/toxic/distinfo
+++ b/net-im/toxic/distinfo
@@ -1,2 +1,2 @@
-SHA256 (toxic-0.5.2.141025.tar.gz) = e69eaa2ec68d31fff942997b13fd8e1e1e7937b6e37d69ca61a31942aa350793
-SIZE (toxic-0.5.2.141025.tar.gz) = 1098702
+SHA256 (toxic-0.5.2.141116.tar.gz) = a1bef56d0e0eef32c47bb22b1f53ab485b324cfd80c781ca53549cc2a59e0c45
+SIZE (toxic-0.5.2.141116.tar.gz) = 1100141
diff --git a/net-im/toxic/files/patch-cfg_targets_install.mk b/net-im/toxic/files/patch-cfg_targets_install.mk
deleted file mode 100644
index 320aa6e9b08c..000000000000
--- a/net-im/toxic/files/patch-cfg_targets_install.mk
+++ /dev/null
@@ -1,11 +0,0 @@
---- cfg/targets/install.mk.orig 2014-10-21 15:20:51.000000000 +0200
-+++ cfg/targets/install.mk 2014-10-25 17:27:09.000000000 +0200
-@@ -23,7 +23,7 @@
- @echo "Installing man pages"
- @mkdir -p $(abspath $(DESTDIR)/$(MANDIR))
- @for f in $(MANFILES) ; do \
-- if [ ! -e "$$f" ]; then \
-+ if [ ! -e "$(DOC_DIR)/$$f" ]; then \
- continue ;\
- fi ;\
- section=$(abspath $(DESTDIR)/$(MANDIR))/man`echo $$f | rev | cut -d "." -f 1` ;\