Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Jun 2014 14:39:23 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r356504 - in head: irc/bitlbee irc/irssi-otr net-im/climm net-im/mcabber security/libotr3 security/py-otr
Message-ID:  <201406041439.s54EdNsE036376@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Jun  4 14:39:22 2014
New Revision: 356504
URL: http://svnweb.freebsd.org/changeset/ports/356504
QAT: https://qat.redports.org/buildarchive/r356504/

Log:
  - Switch security/libotr3 to USES=libtool, drop .la files
  - Bump dependent ports as .so version has changed
  
  Approved by:	portmgr blanket

Modified:
  head/irc/bitlbee/Makefile
  head/irc/irssi-otr/Makefile
  head/net-im/climm/Makefile
  head/net-im/mcabber/Makefile
  head/security/libotr3/Makefile
  head/security/libotr3/pkg-plist
  head/security/py-otr/Makefile

Modified: head/irc/bitlbee/Makefile
==============================================================================
--- head/irc/bitlbee/Makefile	Wed Jun  4 14:36:42 2014	(r356503)
+++ head/irc/bitlbee/Makefile	Wed Jun  4 14:39:22 2014	(r356504)
@@ -2,7 +2,7 @@
 
 PORTNAME=	bitlbee
 PORTVERSION=	3.2.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	irc
 MASTER_SITES=	http://get.bitlbee.org/src/ \
 		${MASTER_SITE_LOCAL}
@@ -73,7 +73,7 @@ LIB_DEPENDS+=	libgnutls.so:${PORTSDIR}/s
 
 .if ${PORT_OPTIONS:MOTR}
 CONFIGURE_ARGS+=--otr=1
-LIB_DEPENDS+=	libotr.so.4:${PORTSDIR}/security/libotr3
+LIB_DEPENDS+=	libotr.so.2:${PORTSDIR}/security/libotr3
 .else
 CONFIGURE_ARGS+=--otr=0
 .endif

Modified: head/irc/irssi-otr/Makefile
==============================================================================
--- head/irc/irssi-otr/Makefile	Wed Jun  4 14:36:42 2014	(r356503)
+++ head/irc/irssi-otr/Makefile	Wed Jun  4 14:39:22 2014	(r356504)
@@ -3,7 +3,7 @@
 
 PORTNAME=	irssi-otr
 PORTVERSION=	0.3
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	irc
 MASTER_SITES=	ftp://download.tuxfamily.org/${MASTER_SITE_SUBDIR}/
 MASTER_SITE_SUBDIR=	irssiotr
@@ -13,8 +13,8 @@ COMMENT=	A plugin for irssi for Off-the-
 
 BUILD_DEPENDS=	${LOCALBASE}/include/irssi/src/common.h:${PORTSDIR}/irc/irssi \
 		${LOCALBASE}/bin/libgcrypt-config:${PORTSDIR}/security/libgcrypt
-LIB_DEPENDS=	otr.4:${PORTSDIR}/security/libotr3 \
-		gcrypt:${PORTSDIR}/security/libgcrypt
+LIB_DEPENDS=	libotr.so.2:${PORTSDIR}/security/libotr3 \
+		libgcrypt.so:${PORTSDIR}/security/libgcrypt
 RUN_DEPENDS=	irssi:${PORTSDIR}/irc/irssi
 
 LICENSE=	GPLv2

Modified: head/net-im/climm/Makefile
==============================================================================
--- head/net-im/climm/Makefile	Wed Jun  4 14:36:42 2014	(r356503)
+++ head/net-im/climm/Makefile	Wed Jun  4 14:39:22 2014	(r356504)
@@ -3,7 +3,7 @@
 
 PORTNAME=	climm
 PORTVERSION=	0.7.1
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	net-im
 MASTER_SITES=	http://www.climm.org/source/ \
 		http://http.bg.climm.org/source/
@@ -28,7 +28,7 @@ XMPP_DESC=	Enable XMPP Jabber support
 .if ${PORT_OPTIONS:MOTR}
 CPPFLAGS+=		-I${LOCALBASE}/include
 CONFIGURE_ARGS+=	--enable-otr
-LIB_DEPENDS+=		libotr.so.4:${PORTSDIR}/security/libotr3
+LIB_DEPENDS+=		libotr.so.2:${PORTSDIR}/security/libotr3
 .else
 CONFIGURE_ARGS+=	--disable-otr
 .endif

Modified: head/net-im/mcabber/Makefile
==============================================================================
--- head/net-im/mcabber/Makefile	Wed Jun  4 14:36:42 2014	(r356503)
+++ head/net-im/mcabber/Makefile	Wed Jun  4 14:39:22 2014	(r356504)
@@ -3,7 +3,7 @@
 
 PORTNAME=	mcabber
 PORTVERSION=	0.10.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net-im
 MASTER_SITES=	http://www.lilotux.net/~mikael/mcabber/files/ CENKES
 
@@ -37,7 +37,7 @@ ASPELL_LIB_DEPENDS=	libaspell.so:${PORTS
 ASPELL_CONFIGURE_ENABLE=aspell
 ENCHANT_LIB_DEPENDS=	libenchant.so:${PORTSDIR}/textproc/enchant
 ENCHANT_CONFIGURE_ENABLE=enchant
-OTR_LIB_DEPENDS=	libotr.so.4:${PORTSDIR}/security/libotr3 \
+OTR_LIB_DEPENDS=	libotr.so.2:${PORTSDIR}/security/libotr3 \
 			libgcrypt.so:${PORTSDIR}/security/libgcrypt
 OTR_CONFIGURE_ENABLE=	otr
 

Modified: head/security/libotr3/Makefile
==============================================================================
--- head/security/libotr3/Makefile	Wed Jun  4 14:36:42 2014	(r356503)
+++ head/security/libotr3/Makefile	Wed Jun  4 14:39:22 2014	(r356504)
@@ -4,7 +4,7 @@ PORTNAME=	libotr
 PORTVERSION=	3.2.1
 # Please do not bump PORTREVISION for this port unless you have
 # confirmed via testing that it is necessary
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security net-im net
 MASTER_SITES=	http://www.c-s.li/ports/ \
 		https://otr.cypherpunks.ca/
@@ -23,7 +23,9 @@ LIB_DEPENDS=	libgpg-error.so:${PORTSDIR}
 
 CONFLICTS=	libotr-*
 
-USE_AUTOTOOLS=	autoconf libtool
+USE_AUTOTOOLS=	autoconf
+USES=		libtool
+GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 
 verify: checksum

Modified: head/security/libotr3/pkg-plist
==============================================================================
--- head/security/libotr3/pkg-plist	Wed Jun  4 14:36:42 2014	(r356503)
+++ head/security/libotr3/pkg-plist	Wed Jun  4 14:39:22 2014	(r356504)
@@ -19,9 +19,9 @@ include/libotr/tlv.h
 include/libotr/userstate.h
 include/libotr/version.h
 lib/libotr.a
-lib/libotr.la
 lib/libotr.so
-lib/libotr.so.4
+lib/libotr.so.2
+lib/libotr.so.2.2.1
 libdata/pkgconfig/libotr.pc
 man/man1/otr_mackey.1.gz
 man/man1/otr_modify.1.gz

Modified: head/security/py-otr/Makefile
==============================================================================
--- head/security/py-otr/Makefile	Wed Jun  4 14:36:42 2014	(r356503)
+++ head/security/py-otr/Makefile	Wed Jun  4 14:39:22 2014	(r356504)
@@ -2,7 +2,7 @@
 
 PORTNAME=	otr
 PORTVERSION=	0.2.1.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	security python
 MASTER_SITES=	http://python-otr.pentabarf.de/releases/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +13,7 @@ COMMENT=	Python bindings for libotr
 
 BUILD_DEPENDS=	swig1.3:${PORTSDIR}/devel/swig13
 # This should be updated to the newer version of libotr
-LIB_DEPENDS=	otr.4:${PORTSDIR}/security/libotr3
+LIB_DEPENDS=	libotr.so.2:${PORTSDIR}/security/libotr3
 
 USES=		pkgconfig
 USE_PYTHON=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406041439.s54EdNsE036376>