aboutsummaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2014-06-11 21:53:30 +0000
committerThierry Thomas <thierry@FreeBSD.org>2014-06-11 21:53:30 +0000
commit3ff3811a6cd19f01bfd2bce33e265918ccb8fa51 (patch)
tree8f5e3867f246f3f15003a6ea268826356cfd6f6d /net-im
parent8d20446f87cd739abc85c335d17415745d4fa26c (diff)
downloadports-3ff3811a6cd19f01bfd2bce33e265918ccb8fa51.tar.gz
ports-3ff3811a6cd19f01bfd2bce33e265918ccb8fa51.zip
Notes
Diffstat (limited to 'net-im')
-rw-r--r--net-im/tox/Makefile6
-rw-r--r--net-im/tox/distinfo4
-rw-r--r--net-im/tox/files/patch-toxav_toxav.c18
-rw-r--r--net-im/toxic/Makefile4
-rw-r--r--net-im/toxic/distinfo4
-rw-r--r--net-im/venom/Makefile4
-rw-r--r--net-im/venom/distinfo4
7 files changed, 13 insertions, 31 deletions
diff --git a/net-im/tox/Makefile b/net-im/tox/Makefile
index 5936525a55e8..2af9213c35a8 100644
--- a/net-im/tox/Makefile
+++ b/net-im/tox/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= ProjectTox-Core
-PORTVERSION= 0.140601
-PORTREVISION= 1
+PORTVERSION= 0.140611
CATEGORIES= net-im net-p2p
MAINTAINER= thierry@FreeBSD.org
@@ -22,10 +21,11 @@ USE_GITHUB= yes
GH_ACCOUNT= irungentoo
GH_PROJECT= ProjectTox-Core
GH_TAGNAME= ${GH_COMMIT}
-GH_COMMIT= 9684339
+GH_COMMIT= 63f25f8
USE_AUTOTOOLS= libtoolize aclocal autoconf autoheader automake
AUTOMAKE_ARGS= -a -c -f
+CONFIGURE_ARGS= --enable-testing
USES= pkgconfig pathfix libtool
USE_SDL= yes
USE_LDCONFIG= yes
diff --git a/net-im/tox/distinfo b/net-im/tox/distinfo
index a14e9b95d274..6af1d2a3efab 100644
--- a/net-im/tox/distinfo
+++ b/net-im/tox/distinfo
@@ -1,2 +1,2 @@
-SHA256 (ProjectTox-Core-0.140601.tar.gz) = aba9ffbad2d26059905f88101ae73df9eaed6f6edbd121bcea3ca21adc60500b
-SIZE (ProjectTox-Core-0.140601.tar.gz) = 272908
+SHA256 (ProjectTox-Core-0.140611.tar.gz) = 86b3576a705742153f18a5ccb77b9506d4fc2ee505620da6271c907d716b8ea4
+SIZE (ProjectTox-Core-0.140611.tar.gz) = 269950
diff --git a/net-im/tox/files/patch-toxav_toxav.c b/net-im/tox/files/patch-toxav_toxav.c
deleted file mode 100644
index 3e131f2b1280..000000000000
--- a/net-im/tox/files/patch-toxav_toxav.c
+++ /dev/null
@@ -1,18 +0,0 @@
---- toxav/toxav.c.orig 2014-05-31 21:36:37.000000000 +0200
-+++ toxav/toxav.c 2014-06-02 00:11:25.000000000 +0200
-@@ -532,7 +532,7 @@
- if (pkt->kind == VPX_CODEC_CX_FRAME_PKT) {
- if ( copied + pkt->data.frame.sz > dest_max ) return ErrorPacketTooLarge;
-
-- mempcpy(dest + copied, pkt->data.frame.buf, pkt->data.frame.sz);
-+ memcpy(dest + copied, pkt->data.frame.buf, pkt->data.frame.sz);
- copied += pkt->data.frame.sz;
- }
- }
-@@ -713,4 +713,4 @@
- inline__ Tox *toxav_get_tox(ToxAv *av)
- {
- return (Tox *)av->messenger;
--}
-\ No newline at end of file
-+}
diff --git a/net-im/toxic/Makefile b/net-im/toxic/Makefile
index a856b62efd7f..5a1e915ad4bc 100644
--- a/net-im/toxic/Makefile
+++ b/net-im/toxic/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= toxic
-PORTVERSION= 0.4.0.140602
+PORTVERSION= 0.4.0.140611
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= f9e15cd
+GH_COMMIT= 328e7f8
WRKSRC= ${WRKDIR}/Tox-${PORTNAME}-${GH_COMMIT}
SUB_FILES= pkg-message
diff --git a/net-im/toxic/distinfo b/net-im/toxic/distinfo
index 95db2903e75b..5003ce03b8da 100644
--- a/net-im/toxic/distinfo
+++ b/net-im/toxic/distinfo
@@ -1,2 +1,2 @@
-SHA256 (toxic-0.4.0.140602.tar.gz) = e9d6e7eedd8c8ae5b19b8709030787f6e02ad124199241f738e9e3e6363271bb
-SIZE (toxic-0.4.0.140602.tar.gz) = 77316
+SHA256 (toxic-0.4.0.140611.tar.gz) = 3124965b56a4ed42b80af08f58a126d8c4f0035084393bcf9297b35290f1994f
+SIZE (toxic-0.4.0.140611.tar.gz) = 78177
diff --git a/net-im/venom/Makefile b/net-im/venom/Makefile
index 5c43423bddb6..fc5f1601b80d 100644
--- a/net-im/venom/Makefile
+++ b/net-im/venom/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= Venom
-PORTVERSION= 0.2.0.140601
+PORTVERSION= 0.2.0.140611
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= naxuroqa
GH_TAGNAME= ${GH_COMMIT}
-GH_COMMIT= 3be4588
+GH_COMMIT= 91b1f35
USES= cmake desktop-file-utils pkgconfig
USE_GNOME= glib20 gtk30
diff --git a/net-im/venom/distinfo b/net-im/venom/distinfo
index 7ee16c6281f0..a9087d6e8d68 100644
--- a/net-im/venom/distinfo
+++ b/net-im/venom/distinfo
@@ -1,2 +1,2 @@
-SHA256 (Venom-0.2.0.140601.tar.gz) = 38762f9c78d60be9b7e86601d6d1f9bbb7586465964a7254ca660f73d0c2f78a
-SIZE (Venom-0.2.0.140601.tar.gz) = 145711
+SHA256 (Venom-0.2.0.140611.tar.gz) = 6b6c0422531d207761553950c06e4f84638e32d46cdfc8f14e29402bb1374fbb
+SIZE (Venom-0.2.0.140611.tar.gz) = 148241