aboutsummaryrefslogtreecommitdiff
path: root/www/kannel
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2010-10-16 09:17:20 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2010-10-16 09:17:20 +0000
commit83427aa49f2e752da903cf992e9c833fffdecdd3 (patch)
tree39243fe7fbbc7d55728c94cfa2359f61bafae022 /www/kannel
parente256a5e6f89fcc4edbf6a3a777b9dcf269d63d64 (diff)
downloadports-83427aa49f2e752da903cf992e9c833fffdecdd3.tar.gz
ports-83427aa49f2e752da903cf992e9c833fffdecdd3.zip
Notes
Diffstat (limited to 'www/kannel')
-rw-r--r--www/kannel/Makefile2
-rw-r--r--www/kannel/files/patch-af2
2 files changed, 2 insertions, 2 deletions
diff --git a/www/kannel/Makefile b/www/kannel/Makefile
index 1573f28dba15..a5309c423aff 100644
--- a/www/kannel/Makefile
+++ b/www/kannel/Makefile
@@ -6,7 +6,7 @@
PORTNAME= kannel
PORTVERSION= 1.4.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www
MASTER_SITES= http://www.kannel.org/download/
MASTER_SITE_SUBDIR= ${PORTVERSION}
diff --git a/www/kannel/files/patch-af b/www/kannel/files/patch-af
index f4a5ab082c65..d9166178c14a 100644
--- a/www/kannel/files/patch-af
+++ b/www/kannel/files/patch-af
@@ -16,7 +16,7 @@
{
int ret;
int i;
-+ int stack_size;
++ size_t stack_size;
pthread_mutex_init(&threadtable_lock, NULL);