svn commit: r347538 - head/net-im/papyon

Koop Mast kwm at FreeBSD.org
Sat Mar 8 22:17:12 UTC 2014


Author: kwm
Date: Sat Mar  8 22:17:11 2014
New Revision: 347538
URL: http://svnweb.freebsd.org/changeset/ports/347538
QAT: https://qat.redports.org/buildarchive/r347538/

Log:
  Fix detection of py-openssl after the update of it to 0.14.
  
  Submitted by:	Gustau Perez i Querol <gustau.perez at gmail.com>

Modified:
  head/net-im/papyon/Makefile

Modified: head/net-im/papyon/Makefile
==============================================================================
--- head/net-im/papyon/Makefile	Sat Mar  8 21:48:53 2014	(r347537)
+++ head/net-im/papyon/Makefile	Sat Mar  8 22:17:11 2014	(r347538)
@@ -11,11 +11,11 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	gnome at FreeBSD.org
 COMMENT=	A fork of pymsn to support the telepathy MSN connection manager
 
-BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/OpenSSL/SSL.so:${PORTSDIR}/security/py-openssl \
+BUILD_DEPENDS=	py*-openssl>0:${PORTSDIR}/security/py-openssl \
 		${PYTHON_SITELIBDIR}/Crypto/Hash/SHA.py:${PORTSDIR}/security/py-pycrypto \
 		${LOCALBASE}/lib/gstreamer-0.10/libgstpython.so:${PORTSDIR}/multimedia/py-gstreamer \
 		${PYTHON_SITELIBDIR}/farsight.so:${PORTSDIR}/net-im/farsight2
-RUN_DEPENDS=	${PYTHON_SITELIBDIR}/OpenSSL/SSL.so:${PORTSDIR}/security/py-openssl \
+RUN_DEPENDS=	py*-openssl>0:${PORTSDIR}/security/py-openssl \
 		${PYTHON_SITELIBDIR}/Crypto/Hash/SHA.py:${PORTSDIR}/security/py-pycrypto \
 		${LOCALBASE}/lib/gstreamer-0.10/libgstpython.so:${PORTSDIR}/multimedia/py-gstreamer \
 		${PYTHON_SITELIBDIR}/farsight.so:${PORTSDIR}/net-im/farsight2


More information about the svn-ports-head mailing list