diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2009-01-23 15:43:14 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2009-01-23 15:43:14 +0000 |
commit | c189a6b2da9cbee7ff927b553a75d1280f12253e (patch) | |
tree | eab313d2cb66a1c1bedfa134756b2754c49555fd /net-im | |
parent | decc454be4c8a3fc37cf46bb14d1b2da283dc47c (diff) |
Notes
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/centericq/Makefile | 4 | ||||
-rw-r--r-- | net-im/centerim-devel/Makefile | 3 | ||||
-rw-r--r-- | net-im/centerim/Makefile | 3 | ||||
-rw-r--r-- | net-im/cli-msn/Makefile | 4 | ||||
-rw-r--r-- | net-im/wooztalk/Makefile | 3 |
5 files changed, 10 insertions, 7 deletions
diff --git a/net-im/centericq/Makefile b/net-im/centericq/Makefile index 7f90c06b8227..ae218f380148 100644 --- a/net-im/centericq/Makefile +++ b/net-im/centericq/Makefile @@ -8,7 +8,7 @@ PORTNAME= centericq PORTVERSION= 4.21.0 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= net-im MASTER_SITES= http://thekonst.net/download/ @@ -69,7 +69,7 @@ CONFIGURE_ARGS+= --with-fribidi .if !defined(WITH_MSN) CONFIGURE_ARGS+= --disable-msn .else -LIB_DEPENDS+= curl.4:${PORTSDIR}/ftp/curl +LIB_DEPENDS+= curl.5:${PORTSDIR}/ftp/curl .endif .if !defined(WITH_YAHOO) diff --git a/net-im/centerim-devel/Makefile b/net-im/centerim-devel/Makefile index 3433a15e4611..8ae85981e495 100644 --- a/net-im/centerim-devel/Makefile +++ b/net-im/centerim-devel/Makefile @@ -8,6 +8,7 @@ PORTNAME= centerim DISTVERSION= 4.22.6-6-g777e +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= http://www.centerim.org/download/mobshots/ \ ftp://ftp.centerim.org/mobshots/ @@ -16,7 +17,7 @@ PKGNAMESUFFIX= -devel MAINTAINER= frank@altpeter.de COMMENT= A text mode menu- and window-driven IM interface -LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl +LIB_DEPENDS= curl.5:${PORTSDIR}/ftp/curl USE_ICONV= yes USE_OPENSSL= yes diff --git a/net-im/centerim/Makefile b/net-im/centerim/Makefile index 620f18bfeb17..b9bdedd3efac 100644 --- a/net-im/centerim/Makefile +++ b/net-im/centerim/Makefile @@ -8,6 +8,7 @@ PORTNAME= centerim PORTVERSION= 4.22.6 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= http://www.centerim.org/download/releases/ \ ftp://ftp.centerim.org/releases/ @@ -15,7 +16,7 @@ MASTER_SITES= http://www.centerim.org/download/releases/ \ MAINTAINER= frank@altpeter.de COMMENT= A text mode menu- and window-driven IM interface -LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl +LIB_DEPENDS= curl.5:${PORTSDIR}/ftp/curl USE_ICONV= yes USE_OPENSSL= yes diff --git a/net-im/cli-msn/Makefile b/net-im/cli-msn/Makefile index c38036c6ffcb..8ae4c90c4e40 100644 --- a/net-im/cli-msn/Makefile +++ b/net-im/cli-msn/Makefile @@ -7,7 +7,7 @@ PORTNAME= msn PORTVERSION= 2.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-im MASTER_SITES= http://mor-pah.net/code/ PKGNAMEPREFIX= cli- @@ -16,7 +16,7 @@ DISTNAME= CLI-MSN-${PORTVERSION} MAINTAINER= acm@FreeBSD.org COMMENT= Command line msn messenger -LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl +LIB_DEPENDS= curl.5:${PORTSDIR}/ftp/curl USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/net-im/wooztalk/Makefile b/net-im/wooztalk/Makefile index bf9ea43e4a2d..ef7352cd079f 100644 --- a/net-im/wooztalk/Makefile +++ b/net-im/wooztalk/Makefile @@ -7,6 +7,7 @@ PORTNAME= wooztalk PORTVERSION= 0.9.8d +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= http://www.wooztalk.com/common/download/ DISTNAME= ${PORTNAME}_v${PORTVERSION}-freebsd @@ -18,7 +19,7 @@ LIB_DEPENDS= boost_thread.4:${PORTSDIR}/devel/boost \ boost_serialization.4:${PORTSDIR}/devel/boost \ boost_regex.4:${PORTSDIR}/devel/boost \ boost_filesystem.4:${PORTSDIR}/devel/boost \ - curl.4:${PORTSDIR}/ftp/curl + curl.5:${PORTSDIR}/ftp/curl USE_BZIP2= yes NO_BUILD= yes |