diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2010-10-16 09:17:20 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2010-10-16 09:17:20 +0000 |
commit | 83427aa49f2e752da903cf992e9c833fffdecdd3 (patch) | |
tree | 39243fe7fbbc7d55728c94cfa2359f61bafae022 /www/kannel/Makefile | |
parent | e256a5e6f89fcc4edbf6a3a777b9dcf269d63d64 (diff) |
- Eliminate coredump on amd64
- Bump PORTREVISION
PR: ports/151436
Submitted by: Dmitry Pryanishnikov <lynx.ripe@gmail.com>
Approved by: pgollucci (mentor, implicit)
Notes
Notes:
svn path=/head/; revision=263084
Diffstat (limited to 'www/kannel/Makefile')
-rw-r--r-- | www/kannel/Makefile | 2 |
1 files changed, 1 insertions, 1 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} |