svn commit: r326304 - head/news/sabnzbdplus

Mark Felder feld at FreeBSD.org
Wed Sep 4 17:39:41 UTC 2013


Author: feld
Date: Wed Sep  4 17:39:41 2013
New Revision: 326304
URL: http://svnweb.freebsd.org/changeset/ports/326304

Log:
  Fix SSL and Feedparser options
  
  PR:		ports/181806
  Approved by:	crees (mentor)

Modified:
  head/news/sabnzbdplus/Makefile

Modified: head/news/sabnzbdplus/Makefile
==============================================================================
--- head/news/sabnzbdplus/Makefile	Wed Sep  4 17:39:25 2013	(r326303)
+++ head/news/sabnzbdplus/Makefile	Wed Sep  4 17:39:41 2013	(r326304)
@@ -99,7 +99,7 @@ RUN_DEPENDS+=	par2repair:${PORTSDIR}/arc
 .endif
 
 .if ${PORT_OPTIONS:MFEEDPARSER}
-RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/OpenSSL/SSL.so:${PORTSDIR}/security/py-openssl
+RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/feedparser.py:${PORTSDIR}/textproc/py-feedparser
 .endif
 
 .if ${PORT_OPTIONS:MYENC}
@@ -107,7 +107,7 @@ RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/_yenc
 .endif
 
 .if ${PORT_OPTIONS:MOPENSSL}
-RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/feedparser.py:${PORTSDIR}/textproc/py-feedparser
+RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/OpenSSL/SSL.so:${PORTSDIR}/security/py-openssl
 .endif
 
 .if ${PORT_OPTIONS:MUNRAR}


More information about the svn-ports-all mailing list