aboutsummaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2013-07-12 00:26:26 +0800
committersunpoet <sunpoet@FreeBSD.org>2013-07-12 00:26:26 +0800
commitda258ad9a4ded9a27a8c070a61c3a78fa151c483 (patch)
treed6c77b7a4c1035ef2fe37dd09eb4885e2b07cae0 /net-im
parent801115b3a04ad0dcc5b3555121188f6f84953884 (diff)
downloadfreebsd-ports-gnome-da258ad9a4ded9a27a8c070a61c3a78fa151c483.tar.gz
freebsd-ports-gnome-da258ad9a4ded9a27a8c070a61c3a78fa151c483.tar.zst
freebsd-ports-gnome-da258ad9a4ded9a27a8c070a61c3a78fa151c483.zip
- Update to 7.31.0
- Bump PORTREVISION for ftp/curl shlib change - Add TEST_DEPENDS - Convert to new options framework - Adjust options: - Add COOKIES - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1] - Add GSSAPI and SPNEGO [2] - Remove KERBEROS4 - Rename LIBIDN to IDN - Remove TRACKMEMORY [1] - Sort option handler - Add SLAVEDIRS: ftp/curl-hiphop - Cosmetic change - Cleanup Makefile header - While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile Changes: http://curl.haxx.se/changes.html PR: ports/172325 (-exp run), ports/177369 (based on) [1] Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2] Exp run by: miwi
Diffstat (limited to 'net-im')
-rw-r--r--net-im/centericq/Makefile4
-rw-r--r--net-im/centerim-devel/Makefile3
-rw-r--r--net-im/centerim/Makefile3
-rw-r--r--net-im/cli-msn/Makefile3
4 files changed, 8 insertions, 5 deletions
diff --git a/net-im/centericq/Makefile b/net-im/centericq/Makefile
index 4fcdc247cca8..4e5808df7df9 100644
--- a/net-im/centericq/Makefile
+++ b/net-im/centericq/Makefile
@@ -3,7 +3,7 @@
PORTNAME= centericq
PORTVERSION= 4.21.0
-PORTREVISION= 14
+PORTREVISION= 15
CATEGORIES= net-im
MASTER_SITES= http://thekonst.net/download/
@@ -62,7 +62,7 @@ CONFIGURE_ARGS+= --with-fribidi
.endif
.if ${PORT_OPTIONS:MMSN}
-LIB_DEPENDS+= curl.6:${PORTSDIR}/ftp/curl
+LIB_DEPENDS+= curl:${PORTSDIR}/ftp/curl
.else
CONFIGURE_ARGS+= --disable-msn
.endif
diff --git a/net-im/centerim-devel/Makefile b/net-im/centerim-devel/Makefile
index 19353cd278c1..2bf86e2ba9ce 100644
--- a/net-im/centerim-devel/Makefile
+++ b/net-im/centerim-devel/Makefile
@@ -3,6 +3,7 @@
PORTNAME= centerim
PORTVERSION= 4.22.10.11
+PORTREVISION= 1
CATEGORIES= net-im
MASTER_SITES= http://www.centerim.org/download/mobshots/ \
ftp://ftp.centerim.org/mobshots/
@@ -13,7 +14,7 @@ COMMENT= Text mode menu- and window-driven IM interface
LICENSE= GPLv2
-LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl
+LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl
USE_PERL5_RUN= yes
USE_PYTHON_RUN= yes
diff --git a/net-im/centerim/Makefile b/net-im/centerim/Makefile
index 67bb0fade0cc..345c96e8c8d7 100644
--- a/net-im/centerim/Makefile
+++ b/net-im/centerim/Makefile
@@ -3,6 +3,7 @@
PORTNAME= centerim
PORTVERSION= 4.22.10
+PORTREVISION= 1
CATEGORIES= net-im
MASTER_SITES= http://www.centerim.org/download/releases/ \
ftp://ftp.centerim.org/releases/
@@ -10,7 +11,7 @@ MASTER_SITES= http://www.centerim.org/download/releases/ \
MAINTAINER= frank@altpeter.de
COMMENT= Text mode menu- and window-driven IM interface
-LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl
+LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl
USES= iconv
USE_OPENSSL= yes
diff --git a/net-im/cli-msn/Makefile b/net-im/cli-msn/Makefile
index c03250357b06..4c22e08c4f7a 100644
--- a/net-im/cli-msn/Makefile
+++ b/net-im/cli-msn/Makefile
@@ -7,6 +7,7 @@
PORTNAME= msn
PORTVERSION= 2.3.2
+PORTREVISION= 1
CATEGORIES= net-im
MASTER_SITES= http://mor-pah.net/code/
PKGNAMEPREFIX= cli-
@@ -15,7 +16,7 @@ DISTNAME= CLI-MSN-${PORTVERSION}
MAINTAINER= acm@FreeBSD.org
COMMENT= Command line msn messenger
-LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl
+LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl
USE_GMAKE= yes
GNU_CONFIGURE= yes