diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2016-03-12 22:32:54 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2016-03-12 22:32:54 +0000 |
commit | c165ed117f89fd1435f894108cd02174f845f388 (patch) | |
tree | fbb552761d292907d3542dd318cdec93758200e5 /news | |
parent | 4d33e3d176686d604b6b001d06f79811aaf13679 (diff) |
Notes
Diffstat (limited to 'news')
-rw-r--r-- | news/sabnzbdplus/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/news/sabnzbdplus/Makefile b/news/sabnzbdplus/Makefile index e6c5ffdd3e9f..fa87eb7db892 100644 --- a/news/sabnzbdplus/Makefile +++ b/news/sabnzbdplus/Makefile @@ -2,7 +2,7 @@ PORTNAME= sabnzbdplus PORTVERSION= 0.7.20 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= news MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} DISTNAME= SABnzbd-${PORTVERSION}-src @@ -43,14 +43,14 @@ UNRAR_DESC= Often required for unpacking many downloads FEEDPARSER_DESC= rss-feed support YENC_DESC= yenc support -.include <bsd.port.pre.mk> - PAR2CMDLINE_RUN_DEPENDS= par2repair:${PORTSDIR}/archivers/par2cmdline-tbb FEEDPARSER_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}feedparser>=0:${PORTSDIR}/textproc/py-feedparser YENC_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yenc>=0:${PORTSDIR}/news/py-yenc OPENSSL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openssl>=0:${PORTSDIR}/security/py-openssl UNRAR_RUN_DEPENDS= unrar:${PORTSDIR}/archivers/unrar +.include <bsd.port.pre.mk> + post-patch: @${REINPLACE_CMD} -e "s:/usr/bin/python:${PYTHON_CMD}:g" \ ${WRKSRC}/SABnzbd.py |