svn commit: r345914 - head/security/pidgin-otr

Jason Helfman jgh at FreeBSD.org
Tue Feb 25 02:48:56 UTC 2014


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 at 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
 


More information about the svn-ports-all mailing list