diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2010-04-03 10:44:36 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2010-04-03 10:44:36 +0000 |
commit | 29863648e3d55a1df8635d93b18e22c74273d9a3 (patch) | |
tree | 318f5aebb7be8887ecfcc982de8845cb53f4c5e8 /net-im | |
parent | 130db9c13e9b6bc169c92e3612444205da7a7352 (diff) |
Chase the ftp/curl shlib version bump.
Notes
Notes:
svn path=/head/; revision=252125
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 | 4 |
5 files changed, 10 insertions, 8 deletions
diff --git a/net-im/centericq/Makefile b/net-im/centericq/Makefile index 6743b703cf04..67b3ed726f98 100644 --- a/net-im/centericq/Makefile +++ b/net-im/centericq/Makefile @@ -8,7 +8,7 @@ PORTNAME= centericq PORTVERSION= 4.21.0 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= net-im MASTER_SITES= http://thekonst.net/download/ @@ -73,7 +73,7 @@ CONFIGURE_ARGS+= --with-fribidi .if !defined(WITH_MSN) CONFIGURE_ARGS+= --disable-msn .else -LIB_DEPENDS+= curl.5:${PORTSDIR}/ftp/curl +LIB_DEPENDS+= curl.6:${PORTSDIR}/ftp/curl .endif .if !defined(WITH_YAHOO) diff --git a/net-im/centerim-devel/Makefile b/net-im/centerim-devel/Makefile index e9bd469ec78c..eb8a028c1466 100644 --- a/net-im/centerim-devel/Makefile +++ b/net-im/centerim-devel/Makefile @@ -8,6 +8,7 @@ PORTNAME= centerim DISTVERSION= 4.22.9.21 +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.5:${PORTSDIR}/ftp/curl +LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl USE_ICONV= yes USE_OPENSSL= yes diff --git a/net-im/centerim/Makefile b/net-im/centerim/Makefile index 04c2faa61889..3409812bb657 100644 --- a/net-im/centerim/Makefile +++ b/net-im/centerim/Makefile @@ -8,6 +8,7 @@ PORTNAME= centerim PORTVERSION= 4.22.9 +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.5:${PORTSDIR}/ftp/curl +LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl USE_ICONV= yes USE_OPENSSL= yes diff --git a/net-im/cli-msn/Makefile b/net-im/cli-msn/Makefile index 8ae4c90c4e40..e5357b5a88ba 100644 --- a/net-im/cli-msn/Makefile +++ b/net-im/cli-msn/Makefile @@ -7,7 +7,7 @@ PORTNAME= msn PORTVERSION= 2.3 -PORTREVISION= 2 +PORTREVISION= 3 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.5:${PORTSDIR}/ftp/curl +LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/net-im/wooztalk/Makefile b/net-im/wooztalk/Makefile index d4ea8a5880f8..0cb4add42e05 100644 --- a/net-im/wooztalk/Makefile +++ b/net-im/wooztalk/Makefile @@ -7,7 +7,7 @@ PORTNAME= wooztalk PORTVERSION= 0.9.9a -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-im MASTER_SITES= http://www.wooztalk.com/download/ DISTNAME= ${PORTNAME}_v${PORTVERSION}-freebsd @@ -19,7 +19,7 @@ LIB_DEPENDS= boost_thread.4:${PORTSDIR}/devel/boost-libs \ boost_serialization.4:${PORTSDIR}/devel/boost-libs \ boost_regex.4:${PORTSDIR}/devel/boost-libs \ boost_filesystem.4:${PORTSDIR}/devel/boost-libs \ - curl.5:${PORTSDIR}/ftp/curl + curl.6:${PORTSDIR}/ftp/curl USE_BZIP2= yes NO_BUILD= yes |