aboutsummaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2014-05-14 17:21:12 +0000
committerThierry Thomas <thierry@FreeBSD.org>2014-05-14 17:21:12 +0000
commit48af01fa4d0f1822d3fd8a6423d050e5233e9fe3 (patch)
tree26cef0ab4a7d52e0e545a48aac374ac4536567a5 /net-im
parentb1302768b98d8508b05babda4e7d7171683dbf18 (diff)
downloadports-48af01fa4d0f1822d3fd8a6423d050e5233e9fe3.tar.gz
ports-48af01fa4d0f1822d3fd8a6423d050e5233e9fe3.zip
Notes
Diffstat (limited to 'net-im')
-rw-r--r--net-im/toxic/Makefile4
-rw-r--r--net-im/toxic/distinfo4
-rw-r--r--net-im/toxic/files/patch-src_main.c11
3 files changed, 4 insertions, 15 deletions
diff --git a/net-im/toxic/Makefile b/net-im/toxic/Makefile
index fa0a79f75427..63259d8295cd 100644
--- a/net-im/toxic/Makefile
+++ b/net-im/toxic/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= toxic
-PORTVERSION= 0.3.3.140508
+PORTVERSION= 0.3.3.140514
CATEGORIES= net-im
MAINTAINER= thierry@FreeBSD.org
@@ -16,7 +16,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:${PORTSDIR}/net-im/tox
USE_GITHUB= yes
GH_ACCOUNT= tox
GH_TAGNAME= ${GH_COMMIT}
-GH_COMMIT= af09961
+GH_COMMIT= 2cf5430
WRKSRC= ${WRKDIR}/Tox-${PORTNAME}-${GH_COMMIT}
SUB_FILES= pkg-message
diff --git a/net-im/toxic/distinfo b/net-im/toxic/distinfo
index f4c13b76bc13..de7aa736133f 100644
--- a/net-im/toxic/distinfo
+++ b/net-im/toxic/distinfo
@@ -1,2 +1,2 @@
-SHA256 (toxic-0.3.3.140508.tar.gz) = 2196aeac8f0e938d3214df627ae8606378ebdcf3d00fb47c5b8a2535d8d8b5b5
-SIZE (toxic-0.3.3.140508.tar.gz) = 76206
+SHA256 (toxic-0.3.3.140514.tar.gz) = 95d85bfba7dc8a3cc7e2ea563cbf1cc5bcba59aca59d6646da73b21e28088fc2
+SIZE (toxic-0.3.3.140514.tar.gz) = 76211
diff --git a/net-im/toxic/files/patch-src_main.c b/net-im/toxic/files/patch-src_main.c
deleted file mode 100644
index 4ce711037f82..000000000000
--- a/net-im/toxic/files/patch-src_main.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/main.c.orig 2014-04-20 22:43:14.000000000 +0200
-+++ src/main.c 2014-04-21 12:44:27.000000000 +0200
-@@ -169,6 +169,8 @@
-
- #ifdef __linux__
- tox_set_name(m, (uint8_t *) "Cool guy", strlen("Cool guy"));
-+#elif defined(__FreeBSD__)
-+ tox_set_name(m, (uint8_t *) "Very cool guy", strlen("Very cool guy"));
- #elif defined(_WIN32)
- tox_set_name(m, (uint8_t *) "I should install GNU/Linux", strlen("I should install GNU/Linux"));
- #elif defined(__APPLE__)