diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2006-01-31 07:20:05 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2006-01-31 07:20:05 +0800 |
commit | 851fe01f3c02de8b97b480871b0c789c5b35e733 (patch) | |
tree | f33a174b6a5552d4dba8d6f712be4e39e2e255be /net-im | |
parent | 1c65d26bc810a0db556cccabc221c21b4ce3a980 (diff) | |
download | freebsd-ports-gnome-851fe01f3c02de8b97b480871b0c789c5b35e733.tar.gz freebsd-ports-gnome-851fe01f3c02de8b97b480871b0c789c5b35e733.tar.zst freebsd-ports-gnome-851fe01f3c02de8b97b480871b0c789c5b35e733.zip |
Chase shlib bump of libexpat.
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/ejabberd/Makefile | 3 | ||||
-rw-r--r-- | net-im/jabber/Makefile | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/net-im/ejabberd/Makefile b/net-im/ejabberd/Makefile index 783b7fc32da2..35193b2f3bd5 100644 --- a/net-im/ejabberd/Makefile +++ b/net-im/ejabberd/Makefile @@ -7,6 +7,7 @@ PORTNAME= ejabberd PORTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= http://www.jabber.ru/files/ejabberd/ \ http://www.process-one.net/en/projects/ejabberd/download/${PORTVERSION}/ @@ -16,7 +17,7 @@ COMMENT= Free and Open Source distributed fault-tolerant Jabber server BUILD_DEPENDS= erlc:${PORTSDIR}/lang/erlang RUN_DEPENDS= erl:${PORTSDIR}/lang/erlang -LIB_DEPENDS= expat.5:${PORTSDIR}/textproc/expat2 +LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/net-im/jabber/Makefile b/net-im/jabber/Makefile index ea6e12b15296..56a527843d1f 100644 --- a/net-im/jabber/Makefile +++ b/net-im/jabber/Makefile @@ -7,7 +7,7 @@ PORTNAME= jabber PORTVERSION= 1.4.3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-im MASTER_SITES= http://devel.amessage.info/jabberd14/ DISTNAME= ${PORTNAME}d-${PORTVERSION} @@ -17,7 +17,7 @@ MAINTAINER= garga@FreeBSD.org COMMENT= Online presence and instant messaging server LIB_DEPENDS= pth.20:${PORTSDIR}/devel/pth \ - expat.5:${PORTSDIR}/textproc/expat2 + expat.6:${PORTSDIR}/textproc/expat2 USE_RC_SUBR= jabberd.sh USE_BZIP2= yes |