From 2f634463b614583df80d788d285e2d996318a4e3 Mon Sep 17 00:00:00 2001 From: Julien Laffaye Date: Thu, 21 Jul 2011 12:43:39 +0000 Subject: - Chase gpgme shared lib bump. - Add an entry to UPDATING Reviewed by: tabthorpe --- net-im/ayttm/Makefile | 4 ++-- net-im/centericq/Makefile | 4 ++-- net-im/centerim-devel/Makefile | 4 ++-- net-im/centerim/Makefile | 2 +- net-im/mcabber/Makefile | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) (limited to 'net-im') diff --git a/net-im/ayttm/Makefile b/net-im/ayttm/Makefile index 5ed120355af9..fe6c88fae70c 100644 --- a/net-im/ayttm/Makefile +++ b/net-im/ayttm/Makefile @@ -7,7 +7,7 @@ PORTNAME= ayttm PORTVERSION= 0.5.0.111 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-im MASTER_SITES= SF/ayttm/ayttm/${PORTVERSION:R}-${PORTVERSION:E}/ DISTNAME= ${PORTNAME}-${PORTVERSION:R}-${PORTVERSION:E} @@ -17,7 +17,7 @@ COMMENT= A "chat" program that combines AIM, ICQ, and Yahoo! Chat into one LIB_DEPENDS= audiofile.0:${PORTSDIR}/audio/libaudiofile \ jasper.4:${PORTSDIR}/graphics/jasper \ - gpgme.18:${PORTSDIR}/security/gpgme \ + gpgme.19:${PORTSDIR}/security/gpgme \ pspell.16:${PORTSDIR}/textproc/aspell OPTIONS= ARTS "Enable aRts support" off \ diff --git a/net-im/centericq/Makefile b/net-im/centericq/Makefile index 3610fa7b08d6..1dbada74d068 100644 --- a/net-im/centericq/Makefile +++ b/net-im/centericq/Makefile @@ -8,7 +8,7 @@ PORTNAME= centericq PORTVERSION= 4.21.0 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= net-im MASTER_SITES= http://thekonst.net/download/ @@ -94,7 +94,7 @@ CONFIGURE_ARGS+= --disable-jabber .if !defined(WITH_GPGME) CONFIGURE_ARGS+= --without-gpgme .else -LIB_DEPENDS+= gpgme.18:${PORTSDIR}/security/gpgme +LIB_DEPENDS+= gpgme.19:${PORTSDIR}/security/gpgme CONFIGURE_ARGS+= --with-gpgme=${LOCALBASE} .endif .endif diff --git a/net-im/centerim-devel/Makefile b/net-im/centerim-devel/Makefile index c773b35dcae5..a97a4317c682 100644 --- a/net-im/centerim-devel/Makefile +++ b/net-im/centerim-devel/Makefile @@ -8,7 +8,7 @@ PORTNAME= centerim PORTVERSION= 4.22.9.40 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-im MASTER_SITES= http://www.centerim.org/download/mobshots/ \ ftp://ftp.centerim.org/mobshots/ @@ -90,7 +90,7 @@ CONFIGURE_ARGS+= --disable-jabber .if !defined(WITH_GPGME) CONFIGURE_ARGS+= --without-gpgme .else -LIB_DEPENDS+= gpgme.18:${PORTSDIR}/security/gpgme +LIB_DEPENDS+= gpgme.19:${PORTSDIR}/security/gpgme #CONFIGURE_ARGS+= --with-gpgme=${LOCALBASE} CONFIGURE_ARGS+= --with-ssl .endif diff --git a/net-im/centerim/Makefile b/net-im/centerim/Makefile index 51c74d828acf..258d85820363 100644 --- a/net-im/centerim/Makefile +++ b/net-im/centerim/Makefile @@ -91,7 +91,7 @@ CONFIGURE_ARGS+= --disable-jabber .if !defined(WITH_GPGME) CONFIGURE_ARGS+= --without-gpgme .else -LIB_DEPENDS+= gpgme.18:${PORTSDIR}/security/gpgme +LIB_DEPENDS+= gpgme.19:${PORTSDIR}/security/gpgme #CONFIGURE_ARGS+= --with-gpgme=${LOCALBASE} CONFIGURE_ARGS+= --with-ssl .endif diff --git a/net-im/mcabber/Makefile b/net-im/mcabber/Makefile index 30063482fc82..006b64fc3775 100644 --- a/net-im/mcabber/Makefile +++ b/net-im/mcabber/Makefile @@ -38,7 +38,7 @@ OPTIONS= GPGME "Use security/gpgme for PGP support" off \ .include .if defined(WITH_GPGME) -LIB_DEPENDS+= gpgme.18:${PORTSDIR}/security/gpgme +LIB_DEPENDS+= gpgme.19:${PORTSDIR}/security/gpgme CONFIGURE_ARGS+=--enable-gpgme .else CONFIGURE_ARGS+=--disable-gpgme -- cgit v1.2.3