Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Feb 2014 02:48:56 +0000 (UTC)
From:      Jason Helfman <jgh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r345914 - head/security/pidgin-otr
Message-ID:  <201402250248.s1P2muor056766@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jgh
Date: Tue Feb 25 02:48:56 2014
New Revision: 345914
URL: http://svnweb.freebsd.org/changeset/ports/345914
QAT: https://qat.redports.org/buildarchive/r345914/

Log:
  - explicitly depend on libotr.so.5
  - while here define license
  
  PR:		186944
  Submitted by:	amdmi3

Modified:
  head/security/pidgin-otr/Makefile

Modified: head/security/pidgin-otr/Makefile
==============================================================================
--- head/security/pidgin-otr/Makefile	Tue Feb 25 02:40:47 2014	(r345913)
+++ head/security/pidgin-otr/Makefile	Tue Feb 25 02:48:56 2014	(r345914)
@@ -13,8 +13,11 @@ DISTNAME=	${PKGNAMEPREFIX}${PORTNAME}-${
 MAINTAINER=	jgh@FreeBSD.org
 COMMENT=	Allows deniable private conversations using Pidgin
 
+LICENSE=	GPLv2
+
+# explicitly use libotr.so.5 (see ports/186944)
 BUILD_DEPENDS=	pidgin:${PORTSDIR}/net-im/pidgin
-LIB_DEPENDS=	libotr.so:${PORTSDIR}/security/libotr \
+LIB_DEPENDS=	libotr.so.5:${PORTSDIR}/security/libotr \
 		libgcrypt.so:${PORTSDIR}/security/libgcrypt \
 		libpurple.so:${PORTSDIR}/net-im/libpurple
 



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